Search Tools Links Login

Browsing Powershell

Prev   Next

Find Deferred Messages in Exchange
Here is a quick little one liner to find all the deferred messages with FromAddress, Recipients and DeferReason.
Posted:2022-08-24, 198 views

PowerShell Random Password Function
Generating a password with PowerShell is relatively easy if you leverage a particular method of .
Posted:2022-08-05, 166 views

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

Find Shutdown Events
Just a quick PowerShell one-liner to display all the shutdown events on a computer.
Posted:2022-07-08, 209 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, 423 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, 498 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, 393 views

Prev   Next