Loading Powerview
. .\\powerview.ps1
now getting the current domain information
Get-NetDomain

Getting Info from another domain if we have trusts
Get-NetDomain -Domain crtp.local

getting the domainSID
Get-DomainSID

getting domain policy
Get-DomainPolicy

getting system access policy
(Get-DomainPolicy)."systemaccess"

getting kerberos policy
(Get-DomainPolicy)."KerberosPolicy"
