This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

List filtered for REAL computers only

Hello,

I know ServicePrincipalName is a property of object class Computer

but i need to get all names in Active Directory which are real servers/desktops

Get-QADComputer -IncludeAllProperties | export-csv "mycomputer.txt"

but the shares, the cluster names, etc... are listed ... I don't want them on the list...

in another meaning how to differentiate:

- Server Names (Desktop Names)

- Share Names

- Cluster Names

- SQL Instance Names

Any idea?
Thanks,
Dom

Parents Reply Children
No Data