Skip to main content

Windows System Administrator

NTP

Group Policy

Scripts

Net User Examples

Local User The command net user is the same as the PowerShell command Get-LocalUser. Command fo...

Test TCP Port

To test TCP connection if open in the destination address PS C:\Windows\system32> tnc 10.1.1.94 ...

Disable TLS 1.0 & 1.1

Copy this and save it into a registry file (disableTLS.reg).Run the file as admin. Windows Regis...

Set Time Zone via CMD

Using Command Prompt Get current time zone. tzutil /g Get all the time zone list in the system...

Harden IIS

Import-Module IISAdministration Get-IISAppPool $apppoolname = Read-Host 'What is the Applicat...