Category: PowerShell5.1
-
PowerShell: Install ActiveDirectory Easily
I have found this make installing the ActiveDirectory Module FAR easier.Quick.Painless.
-
PowerShell/PowerCLI: UMount All ISOs At Once
Get-VM -Name $vm | Get-CDDrive | Set-CDDrive -NoMedia -StartConnected $false
-
ChatGPT-AzureAI:Tail in Windows
To use this function, simply call it with the path to the file you want to tail and the number of lines you want to show: tail “C:\Path\To\File.txt” 10
-
PowerShell: Check your local server performance
Collects performance data for 30 seconds and exits
-
PowerShell: Copy $Profile to every Windows Server
…Just remember to put your domain in for the ‘-SearchBase’
-
PowerCLI: Add Hot Add / Hot Plug Status to a Specific VM Guest
Add Hot Add / Hot Plug Status to a specific VM Guest
-
Check Wildcarded AD User Properties with PowerShell 5.1
Get all user properties, or just one, with a wildcard
-
100 count restrictions in PowerShell and PowerCLI
Now why do ya think this may be so, there, now, yet?
-
Remove that annoying top output line
HOWTO get that annoying top line off the output of PowerShell exports
-
PowerShell: Make a list of every account that connected to a server in the last 30 days
Gets every connection made, but only the last one, in the last 30 days