Browsing Powershell
8 Useful PowerShell Quickies
In my current position, I use PowerShell quite a bit, but not just for automation of repetitive tasks.
Basic Remote Administration with PowerShell
Everyone has heard of PowerShell.
Find User Profiles on Domain Computers
This script does nothing more than search a list of computers for a specified user profile.
Use WMI to create a VM with PowerShell
A function to create a new Hyper-V virtual machine using WMI, with the ability to create the VM on a remote host.
Start SCOM Maintenance Mode with PowerShell
Turns on Maintenance Mode for a specific computer monitored by SCOM (System Center Operations Manager).
User PowerShell to send a pop-up
Nothing magical here, just a little something to help get the attention of whoever is at the keyboard on a remote machine.
Get a list of Wifi networks with PowerShell
Returns the parsed output of netsh wlan show network mode=bssid in psobject form.