I am executing the below powershell command.
Get-ADGroupMember -identity “Group A” | select name | Export-csv -path C:\Temp\GroupA.csv -NoTypeInformation
Below output received. Please help to get output using the above command
Regards, Boopathi
I am executing the below powershell command.
Get-ADGroupMember -identity “Group A” | select name | Export-csv -path C:\Temp\GroupA.csv -NoTypeInformation
Below output received. Please help to get output using the above command
Regards, Boopathi