PowerShell
Basics
Errors and Solutions
This page contains a list of common PowerShell errors and their solutions. Invoke-WebRequest...
Useful Commands
Placeholder Uptime The script below will give you the uptime in any version of PowerShell. ...
Querying Event Logs
I noticed that there is a huge speed difference between using an XML Query and PowerShell Get-Eve...
Active Directory
Get-SMBOpenFile
Firewall management
List firewall rules with ICMP in the DisplayName Get-NetFirewallRule | Where-Object DisplayName -...