
A couple of Good books on Powershell
A couple of well written books on the topic of Powershell that I think is well worth the time: This book is great, early on
A couple of well written books on the topic of Powershell that I think is well worth the time: This book is great, early on
A quick tip to test AD auth with Powershell:
Search the eventlog in powershell (the engine is somewhat slow..) Create a script to send you the logs you need by email Schedule the script
After some trial and error and readup on the topic, I wrote a script that encypts text with AES 256bits encryption to a file that
If you activate the WSL Windows feature, images and config will reside under %userprofile%\AppData\Local\Packages Some simple powershell commands for managing WSL List images Uninstall an
I’ll give you a beep! First number sets the pitch, second the tone length [console]::beep(500,300) [console]::beep(2100,300) You can use it in a script to warn
To check integrity of your downloaded file, there is a built in “get-filehash” in Powershell example: Get-FileHash -LiteralPath your_file.xyz This utility can do -Algorithm {SHA1 |