Previous

Domain Computer and Server Enum

#enumerates computers and derver in the current domain with 'outlier' properties, i.e. properties not set from the forest result returned by Get-DomainComputer

Get-DomainComputer -FindOne | Find-DomainObjectPropertyOutlier
Get-DomainComputer
Get-DomainComputer –OperatingSystem "
Server 2016"
Get-DomainComputer -Ping
Get-DomainComputer -Name "Student.pentesting.local"