PowerShell Web

PowerShell Web

I’ve had many instances where it was easier to maintain a collection of commonly used PowerShell scripts on a webserver that can be reached from multiple different servers or workstations. Let’s say your .ps1 is called “checkvpn.ps1” We would run the Powershell command “iex ((New-Object System.Net.WebClient).DownloadString(‘http://www.codeisda.com/checkvpn.ps1’))“ Post Views: 3,623

Mapped Drive with Encrypted Password
Lost AD Trust and Your Local Account Doesn’t Work!
WMI and CIM with PowerShell – The Basics

I’ve had many instances where it was easier to maintain a collection of commonly used PowerShell scripts on a webserver that can be reached from multiple different servers or workstations.

Let’s say your .ps1 is called “checkvpn.ps1”

We would run the Powershell command “iex ((New-Object System.Net.WebClient).DownloadString(‘http://www.codeisda.com/checkvpn.ps1’))

COMMENTS

WORDPRESS: 0