Auto login Windows Server 2012
If an app requires an AD acct to be logged into the server in order for it to work, setup autologon You will need to have an account with a…
A Drink of Technology for the Thirsty Mind
If an app requires an AD acct to be logged into the server in order for it to work, setup autologon You will need to have an account with a…
Disabling the Java update notifications is actually pretty easy. There’s a registry setting in HKEY_LOCAL_MACHINE that will allow you to completely disable both update notifications and the update functionality. The…
If you need to delete all the events from a Google calendar you can do the following. First, you need to have the Calendar ID email address (this is not…
If you get a request to delete an email from a large number of user mailboxes or all Google mailboxes, you can run the following commands. This is useful as…
If you need a list of users and their respective proxy addresses then the command below will do this 🙂 Get-ADUser –Filter * –Properties proxyaddresses | Select-Object Name, @{L =…
To connect to Skype online via PowerShell open an elevated PowerShell session and run the commands: # Download and install the Skype PowerShell Command http://go.microsoft.com/fwlink/?LinkId=294688 $credential = Get-Credential $session =…