Tuesday, December 03, 2019

Powershell Quick Tips: Running SCVMM scripts

Open Virtual Machine Manage Command Shell. From the shell type:
PS c:\> Invoke-Expression C:\Users\User01\Documents\script1.ps1

Where:
C:\Users\User01\Documents\script1.ps1 - the script to be run

No comments:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...