Browsing Powershell
Find Active Directory Computers by OS
Finding machines in Active Directory is pretty easy using the Get-ADComputer commandlet.
Find Shutdown Events
Just a quick PowerShell one-liner to display all the shutdown events on a computer.
Setting the IP Address from the Command Line
When you are building a Windows server from the command line, GUI interfaces are not available.
Create a New Domain with PowerShell
If you're standing up a new domain, this bit of PowerShell will get you there without the need to run through the wizard.
See who rebooted a server
Let’s say one of the production servers got rebooted unexpectedly and you would like to find out who rebooted it and when the server got rebooted.
0x80070015 Error When Using Copy-VMFile
Using PowerShell to copy files to guest virtual machines is pretty handy, but there is a prerequisite before you can do it.
Add Virtual Hard Disk to a Hyper-V VM
Adding a new virtual hard disk to a virtual Machine (VM) is something that needs to be done from time to time, with any hypervisor.