Saturday, July 14, 2012

PS Quick Tips: Create a directory in PowerShell

PS D:\> New-Item -ItemType directory -Path D:\tmp

No comments:

Test page for code formatting

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