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

Get-QADComputer attributes

Hello,

Do we have a list of all attributes used by the command Get-QADComputer?

from the command :

"Get-QADComputer -includedproperties serviceprincipalname | where {$_.serviceprincipalname -notlike "msclustervirtualserver*"}

I would like:

1. display the serviceprincipalname on the screen

2. export all data to a csv, xls file

Thanks,

Dom

Parents
  • Yes I saw it as an object of the Computer Class and I would like to list it in an excel file for all members of the class...

    My target is to be able to list all servers and only servers from Active Directory, excluding cluster names, share names, etc...
     
    Thanks,
    Dom

Reply
  • Yes I saw it as an object of the Computer Class and I would like to list it in an excel file for all members of the class...

    My target is to be able to list all servers and only servers from Active Directory, excluding cluster names, share names, etc...
     
    Thanks,
    Dom

Children
No Data