Hi,
I am executing the below command.
Command 1 : Find-AdmPwdExtendedRights -Identity "OU=IN-Chennai,DC=constoso,DC=com"
Output is like below

Not able to see all the details and .... (See the GREEN BOX)
Find-AdmPwdExtendedRights -Identity "OU=IN-Chennai,DC=constoso,DC=com"
Command 2 : Find-AdmPwdExtendedRights | Export-Csv -Path LAPS_AdmPwdExtendedRights.csv -NoType
Output:
ObjectDN |
ExtendedRightHolders |
OU=IN-Chennai,DC=constoso,DC=com |
System.Collections.ObjectModel.ReadOnlyCollection`1[System.String] |
Please help to the powershell command to get the complete output
Regards, Boopathi