| external help file | Module Name | online version | schema |
|---|---|---|---|
WindowsUpdateSetting-help.xml |
WindowsUpdateSetting |
2.0.0 |
Get current settings for Windows active hours.
Get-WindowsActiveHours [<CommonParameters>]Use this command to display the current settings for Windows active hours. Typically, Windows will not restart your computer during these hours. Hours are displayed as formatted values, but the raw property is the hour in a 24 hour format.
PS C:\> Get-WindowsActiveHours
Computername Start End
------------ ----- ---
WIN11DESK 06:00 AM 10:00 PMThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Learn more about PowerShell: https://buttondown.com/behind-the-powershell-pipeline