Invoke-MSCatalogParseDate
Last updated
Was this helpful?
Parses a date string from Microsoft Update Catalog format
Module
OSD
Platform
WinPE (amd64 / arm64)
Converts a date string in MM/DD/YYYY format (as returned by Microsoft Update Catalog) into a PowerShell DateTime object.
Invoke-MSCatalogParseDate [[-DateString] <String>]-DateString
String
False
Date string in MM/DD/YYYY format to parse
Invoke-MSCatalogParseDate -DateString "01/15/2025"
Returns a DateTime object for January 15, 2025Last updated
Was this helpful?
Was this helpful?

