Active Directory
Configure Active Directory so Gnos can authenticate and authorise users.
Add-WindowsFeature RSAT-AD-PowerShell
Import-Module ActiveDirectory
Get-ADDomainController
Get-ADUser -Identity $env:USERNAME -Properties *

Configure Active Directory so Gnos can authenticate and authorise users.
Add-WindowsFeature RSAT-AD-PowerShell
Import-Module ActiveDirectory
Get-ADDomainController
Get-ADUser -Identity $env:USERNAME -Properties *
