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