Retrieves restore points for a device.
Get-DeviceRestorePoint [-Device] <Object[]> [-ProgressAction <ActionPreference>] [<CommonParameters>]For each specified device, returns an object with current status and a list of restore points.
PS > $devices = Get-Device
PS > $restorePoints = $devices | Get-DeviceRestorePointOne or more Device objects or integers to retrieve restore points for.
Type: Object[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Restore point object
Restore point object or array of Restore point objects