Hi
I need to pull out the other domain users which are added in my domain of one domain local group.
when I am running below command to get the group user list getting below error:
PS C:\> Get-ADGroupMember "ic users" | Select-Object name
Get-ADGroupMember : The operation returned because the timeout limit was exceed
ed.
At line:1 char:18
+ Get-ADGroupMember <<<< "ic users" | Select-Object name
+ CategoryInfo : OperationTimeout: (ic misc users:ADGroup) [Get-A
DGroupMember], TimeoutException
+ FullyQualifiedErrorId : The operation returned because the timeout limit
was exceeded.,Microsoft.ActiveDirectory.Management.Commands.GetADGroupMem
ber
PS C:\>