Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current status of updates.
Get-HcsUpdateStatus [ <CommonParameters>]
The Get-HcsUpdateStatus cmdlet gets the current status of updates. The cmdlet provides the timestamp of the last update, indicates whether any updates are in progress, and provides any errors that occurred after the last successful update.
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Microsoft.HCS.Management.Patching.HcsUpdateStatus
The HcsUpdateStatus object has the following properties:
-- RunInprogress
-- DateTime LastHotfixTimestamp
-- DateTime LastUpdateTimestamp
-- IEnumerable<HcsUpdateEvent> Controller0Events
-- IEnumerable<HcsUpdateEvent> Controller1Events
This command gets the current status of updates on your device.
PS C:\> Get-HcsUpdateStatus