Pokazywanie postów oznaczonych etykietą restore. Pokaż wszystkie posty
Pokazywanie postów oznaczonych etykietą restore. Pokaż wszystkie posty

2024-07-24

recover/restore security groups in Azure

Restoring/recovering security groups in Azure is always permanent - we can't back with them... so in case of accidental deletion in On-Premise environment we are always in ... - according to this thread.

So if You have aadc - Azure AD Connect or something different to sync on premise with Azure every time when accidental deletion occurs every time deleted group will be lost. Stupid. Sollution for small companies.

2023-03-23

Windows 10 backup disk with DISM

Dism /Capture-Image /ImageFile:P:\diskO.wim /CaptureDir:O:\ /Name:"DiskO"
Dism /Apply-Image /ImageFile:P:\diskO.wim /Index:1 /ApplyDir:R:\

2019-08-13

DSRM - Directory Services Restore Mode - Windows 2008 R2

1. Verify if have DSRM password. If not - can You change it?
2. (to change password run ntdsutil, set DSRM password, reset password on server null)
3. add dsrmode to start: bcdedit /set safeboot dsrepair
4. restart server (gui or shutdown -t 0 -r)
5. logon on account "administrator" with DSRM password
6. do the restore, with wbadmin is at follows:
- wbadmin get versions -backuptarget:d:
- wbadmin start systemstaterecovery -version:12/08/2019-16:05 -backuptarget:d:
7. remove dsrmode from start by bcdedit /deletevalue safeboot
8. restart server (should be the only option after restore)