PowerShell Cheat Sheet
Command name Alias Description Set-Location cd, chdir, sl Sets the current working location to a specified location. Get-Content cat, gc, type Gets the content of the item at the specified location. Add-Content…
Command name Alias Description Set-Location cd, chdir, sl Sets the current working location to a specified location. Get-Content cat, gc, type Gets the content of the item at the specified location. Add-Content…
Below is an example of a PowerShell script that maps to an Azure share. It first checks to see if it can see the server (IE: eu2windowshare.file.core.windows.net) then proceeds with storing credentials…