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
  • Hello Johnny,

    the first command still showing only "Name, Type, DN" nothing else!!!
    [PS] H:\>Get-QADComputer -includedproperties -ReturnPropertyNameOnly -sizelimit 0 | more

    Name Type DN
    ---- ---- --
    VRPCPMTS1 computer CN=VRPCPMTS1,OU=Disabled,OU=MITS Managed Servers,DC=ad
    ADDCMCO2 computer CN=ADDCMCO2,CN=Computers,DC=ad
    ADDCRRH3 computer CN=ADDCRRH3,CN=Computers,DC=ad
    ADDCMCO1 computer CN=ADDCMCO1,OU=Infrastructure,OU=Windows,OU=MITS Servers,DC=ad
    ADDCRRH1 computer CN=ADDCRRH1,OU=Infrastructure,OU=Windows,OU=MITS Servers,DC=ad
    ADDCRRH2 computer CN=ADDCRRH2,CN=Computers,DC=ad
    ADDCSMH2 computer CN=ADDCSMH2,OU=Domain Controllers,DC=ad
    ADDCMCO3 computer CN=ADDCMCO3,CN=Computers,DC=ad

    Trying the other command now
    Thanks,
    Dom
Reply
  • Hello Johnny,

    the first command still showing only "Name, Type, DN" nothing else!!!
    [PS] H:\>Get-QADComputer -includedproperties -ReturnPropertyNameOnly -sizelimit 0 | more

    Name Type DN
    ---- ---- --
    VRPCPMTS1 computer CN=VRPCPMTS1,OU=Disabled,OU=MITS Managed Servers,DC=ad
    ADDCMCO2 computer CN=ADDCMCO2,CN=Computers,DC=ad
    ADDCRRH3 computer CN=ADDCRRH3,CN=Computers,DC=ad
    ADDCMCO1 computer CN=ADDCMCO1,OU=Infrastructure,OU=Windows,OU=MITS Servers,DC=ad
    ADDCRRH1 computer CN=ADDCRRH1,OU=Infrastructure,OU=Windows,OU=MITS Servers,DC=ad
    ADDCRRH2 computer CN=ADDCRRH2,CN=Computers,DC=ad
    ADDCSMH2 computer CN=ADDCSMH2,OU=Domain Controllers,DC=ad
    ADDCMCO3 computer CN=ADDCMCO3,CN=Computers,DC=ad

    Trying the other command now
    Thanks,
    Dom
Children
No Data