Search Tools Links Login

Browsing Scripting

Prev   Next

Find Missing Subnets in Active Directory
This is a very manual task of logging onto each domain controller and copying the file to a central location, and then sifting through the data to remove any duplicate IP addresses etc.
Posted:2022-08-24, 330 views

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, 200 views

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

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

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

Using the Pipeline
PowerShell is a powerful scripting language that comes with Windows operating systems.
Posted:2023-04-11, 230 views

Prev   Next