Mass Delete Malicious Email in EMS

If you are an administrator of an Exchange 2010 server there may be times when your users get an email that may be malicious in nature. Here are two very useful PowerShell commands that will allow you to either log/report the users that may have received the email in question or delete it from all […]

Continue reading

List Virtual Machines in SCVMM 2012r2

Would you like to find out what VM is running on which server in your SCVMM cluster? This PowerShell script does it for you! (run it on the VMM server’s Virtual machine manager Command Shell)… Get-SCVirtualMachine | Select-Object -property HostName, Name, Description | Sort-Object -Property HostName | Export-Csv .\vm-list.csv

Continue reading

Fix syncing issues with ownCloud and IIS

While setting up ownCloud on a windows server running IIS 8, I had some major issues with syncing and getting the mobile app to work. Looking in the admin interface on my ownCloud site I noticed under “Connectivity Checks” that I kept getting the following error… “Your web server is not yet properly setup to […]

Continue reading