Tools Links Login

Browsing Powershell

Prev   Next

Find Active Directory Computers by OS
Finding machines in Active Directory is pretty easy using the Get-ADComputer commandlet.
Posted:2022-07-28, 195 views

Find Shutdown Events
Just a quick PowerShell one-liner to display all the shutdown events on a computer.
Posted:2022-07-08, 255 views

Setting the IP Address from the Command Line
When you are building a Windows server from the command line, GUI interfaces are not available.
Posted:2022-03-23, 495 views

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.
Posted:2021-11-11, 550 views

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.
Posted:2021-06-09, 442 views

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.
Posted:2020-10-16, 4986 views

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.
Posted:2020-05-13, 2632 views

Prev   Next