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

2019-12-02

Update Ubuntu to latest version from the Terminal

Open a terminal window and run:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Get Ubuntu version from the terminal

Open a terminal window and enter the following command:

lsb_release -a

2019-11-04