2020-01-22

Uninstall/repair pending update [Windows 10]

Open a command prompt and run the command:

dism /image:C:\ /Cleanup-Image /revertpendingactions

2020-01-08

Flexible Single-Master Operations (FSMO) Roles


  • PDC Emulator (One per domain)
  • RID Master (One per domain)
  • Schema Master (One per forest)
  • Domain Naming Master (One per forest)
  • Infrastructure Master (One per domain)
  • Domain DNS Zone Master role (one per domain)
  • Forest DNS Zone Master role (one per forest)

2020-01-06

Map network drive from command line

Open command line and enter:

net use y: \\ServerName\SharedFolder /persistent:yes

Use the /persistent switch to restore the connection at next logon