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
  • I omit "-notypeinformation" on the second command and it gives me tons of fields ... digging now... but no "ServicePrincipalName" !!!

    #TYPE Quest.ActiveRoles.ArsPowerShellSnapIn.Data.ArsComputerObject
    objectClass objectSid objectGUID userAccountControl whenCreated whenChanged operatingSystemVersion operatingSystem operatingSystemServicePack dNSHostName edsvaNamingContextDN mS-DS-CreatorSID #NAME? ComputerName ComputerRole CreatorSid DnsName Location ManagedBy SecondaryOwners OSName OSVersion OSServicePack OSHotFix TrustedForDelegation AccountIsDisabled NTAccountName SamAccountName Security Domain LastKnownParent MemberOf NestedMemberOf Notes AllMemberOf Keywords ProxyAddresses PrimarySMTPAddress PrimarySMTPAddressPrefix PrimarySMTPAddressSuffix PrimaryX400Address PrimaryMSMailAddress PrimaryCCMailAddress PrimaryMacMailAddress PrimaryLotusNotesAddress PrimaryGroupWiseAddress EmailAddressPolicyEnabled Path DN CanonicalName CreationDate ModificationDate ParentContainer ParentContainerDN Name ClassName Type Guid Sid Description DisplayName OperationID OperationStatus Cache Connection DirectoryEntry

    thanks,
    Dom
Reply
  • I omit "-notypeinformation" on the second command and it gives me tons of fields ... digging now... but no "ServicePrincipalName" !!!

    #TYPE Quest.ActiveRoles.ArsPowerShellSnapIn.Data.ArsComputerObject
    objectClass objectSid objectGUID userAccountControl whenCreated whenChanged operatingSystemVersion operatingSystem operatingSystemServicePack dNSHostName edsvaNamingContextDN mS-DS-CreatorSID #NAME? ComputerName ComputerRole CreatorSid DnsName Location ManagedBy SecondaryOwners OSName OSVersion OSServicePack OSHotFix TrustedForDelegation AccountIsDisabled NTAccountName SamAccountName Security Domain LastKnownParent MemberOf NestedMemberOf Notes AllMemberOf Keywords ProxyAddresses PrimarySMTPAddress PrimarySMTPAddressPrefix PrimarySMTPAddressSuffix PrimaryX400Address PrimaryMSMailAddress PrimaryCCMailAddress PrimaryMacMailAddress PrimaryLotusNotesAddress PrimaryGroupWiseAddress EmailAddressPolicyEnabled Path DN CanonicalName CreationDate ModificationDate ParentContainer ParentContainerDN Name ClassName Type Guid Sid Description DisplayName OperationID OperationStatus Cache Connection DirectoryEntry

    thanks,
    Dom
Children
No Data