Score:0

PowerShell Call Restore Point in Windows Beside Sequence ID

in flag

So I'm aware that using Restore-Computer -RestorePoint ID I can call a specific restore point in my script, where Windows will rollback to. My situation requires a different approach, which I've seen no documentation on.

Assuming I have 50+ clients, all which have a certain Restore Point on date JAN-XX-2021 and Description of "My Primary RollBack"... I realize each client with that restore date can have a totally different Sequence ID for it due to previous existing restore points, so I can't just call Sequence ID 16 across each, for example, and rollback all 50 clients.

Is there a way specifically call a "specific restore point" with a "specific date", and with a "specific description" via PowerShell? I'd like to add it as a rollback measure across 50+ clients I'm scripting a Registry change on. Hope my question makes sense. Thanks.

br flag
this `Get-Help Get-ComputerRestorePoint` will give you the restore points that are on a system. the `sequence number` from that is the same as the `id number` used by the restore command. - `Get-Help Restore-Computer`. ///// **_take a look at the `-Examples` info for each for some useful ideas._** [*grin*]
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.