Zack Beating Up a Dalek
My little boy Zack has found a new use for his toy Doctor Who Dalek that he got for Christmas from Grandad.
My little boy Zack has found a new use for his toy Doctor Who Dalek that he got for Christmas from Grandad.
To Export a List of Windows Services which are set to auto in PowerShell run the following command :- get-WmiObject Win32_service | Where-Object {$_.Startmode -contains…
If you find that you can’t RDP to a 2008 R2 Server after installing SP1 then this is most likely due to a Microsoft hotfix…
Use the command below to export an exchange distribution group to a CSV file. Exports loads of info like which mailbox they sit in and…
Use the powershell command below to list all the user mailboxes and their respective sizes.
In an earlier post I detailed how to create registry articles using group policy preferences. This guide can be found here A lot of the…
Now and again you might need to make changes to the registry to fix a certain issue or change a setting. If you need to…
Now and again you might want to find out what Windows / Office Updates are installed on a particular server. You can type the command…