Kerberos is a high-profile target for attackers, as discussed in the previous section. But before diving deep into Kerberos attacks, let's discover some PowerShell capabilities.
- get-adrootdse: It is used to get the objects of root, as shown:
- get-adforest: It is used to check Active Directory forests, as shown:
- get-domaincontroller: Lists the domain controllers, as shown:
- To get Active Directory computers, use get-adcomputer ...