Saturday, July 14, 2012

PS Quick Tips: How to check if path exists in Powershell

PS D:\> Test-Path C:\Windows

No comments:

Test Code

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