Search Tools Links Login

Browsing Powershell

Prev   Next

Powershell Background Jobs
In PowerShell, you can use background jobs to run scripts or commands asynchronously, meaning they can run in the background while you continue to work in the console.
Posted:2022-12-20, 145 views

Powershell Arrays
Using arrays in PowerShell can be a powerful tool for organizing and manipulating data.
Posted:2022-12-20, 157 views

PowerShell/WMI to Force Shutdown
You can use this PowerShell and WMI combo one-liner to force a shutdown or restart of a remote computer.
Posted:2022-09-14, 174 views

PowerShell & NetSH to Get Wifi Passwords
This is for instructional purposes only.
Posted:2022-09-14, 246 views

QFE Patch List with PowerShell
This handy little script will give you a list of recently installed security updates via the Win32_QuickFixEngeering WMI class (watch out for line wrap!).
Posted:2022-09-14, 254 views

Backup NTFS Permissions
Use the following PowerShell script to backup NTFS permissions.
Posted:2022-08-25, 189 views

Find Inactive Users in Active Directory
Search for people who haven't logged on to a domain in the past 180 days.
Posted:2022-08-25, 169 views

Prev   Next