Ich search a possibility to extract only the OU part to the excel table. I used
Name,@{name="OU";expression={($_.DistinguishedName -split",OU=")[1]
How can I get all OU to different cells in a excelsheet?
Ich search a possibility to extract only the OU part to the excel table. I used
Name,@{name="OU";expression={($_.DistinguishedName -split",OU=")[1]
How can I get all OU to different cells in a excelsheet?