Tag Archives: powershell
Convert standard Date/Time to a Configuration Manager Date/Time
This function allows you to convert the standard Date/Time as returned by the for example Get-Date function into a usable Date/Time object for Configuration Manager. This function is used in combination with others to define a Maintenance Window on a collection or can be used in other cases. The original function can be found on […]
Continue readingDetermine Patch Tuesday Date with PowerShell
A PowerShell function to determine Patch Tuesday based on the many examples you find on the internet but changed to support the month and year parameters you can supply the -Verbose parameter for Verbose output however in this specific function that output is quite limited. I use this function combined with others to define the […]
Continue reading