Tuesday, December 03, 2019

Powershell Quick Tips: Generate GUID

PS c:\> [guid]::NewGuid()

No comments:

Test page for code formatting

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