Skip to content

Instantly share code, notes, and snippets.

@AX-AMaxwell
AX-AMaxwell / configure-ntp-remediation.ps1
Last active July 19, 2023 19:48
PowerShell Remediation - NTP Configuration
<#
.SYNOPSIS
Assigns a customized NTP configuration for Windows 8.1 and newer devices.
.DESCRIPTION
Implements the following NTP configuration:
- Configures NTP synchronization to "time.windows.com" in client mode with a custom interval
- Allows NTP synchronization through all available means
@AX-AMaxwell
AX-AMaxwell / configure-ntp-evaluation.ps1
Last active July 19, 2023 19:48
PowerShell Evaluation - NTP Configuration
<#
.SYNOPSIS
Assigns a customized NTP configuration for Windows 8.1 and newer devices.
.DESCRIPTION
Implements the following NTP configuration:
- Configures NTP synchronization to "time.windows.com" in client mode with a custom interval
- Allows NTP synchronization through all available means