- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
不确定何时开始,但是当我尝试使用具有管理特权的帐户获取Get-ADGroupMember的组成员身份时,出现以下错误:
Get-ADGroupMember : An operations error occurred
At line:1 char:1
+ Get-ADGroupMember -Identity redacted
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (redacted:ADGroup) [Get-ADGroupMember], ADException
+ FullyQualifiedErrorId : ActiveDirectoryServer:8224,Microsoft.ActiveDirectory.Management.Commands.GetADGroupMember
PS C:\Users\redacted> $error[0] | select *
PSMessageDetails :
Exception : Microsoft.ActiveDirectory.Management.ADException: An operations error occurred --->
System.ServiceModel.FaultException`1[schemas.microsoft.com._2008._1.ActiveDirectory.CustomActions.GetADGroupMemberFault]:
Active Directory returned an error processing the operation.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation,
Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime
operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at
schemas.microsoft.com._2008._1.ActiveDirectory.CustomActions.AccountManagement.GetADGroupMember(GetADGroupMemberRequest
request)
at Microsoft.ActiveDirectory.Management.AdwsConnection.GetADGroupMember(GetADGroupMemberRequest request)
--- End of inner exception stack trace ---
at Microsoft.ActiveDirectory.Management.AdwsConnection.ThrowException(CustomActionFault caFault, FaultException
faultException)
at Microsoft.ActiveDirectory.Management.AdwsConnection.GetADGroupMember(GetADGroupMemberRequest request)
at Microsoft.ActiveDirectory.Management.ADWebServiceStoreAccess.Microsoft.ActiveDirectory.Management.IADAccountManagement.
GetADGroupMember(ADSessionHandle handle, GetADGroupMemberRequest request)
at Microsoft.ActiveDirectory.Management.ADAccountManagement.GetGroupMembers(String partitionDN, String groupDN, Boolean
recursive)
at Microsoft.ActiveDirectory.Management.Commands.GetADGroupMember.GetADGroupMemberProcessCSRoutine()
at Microsoft.ActiveDirectory.Management.CmdletSubroutinePipeline.Invoke()
at Microsoft.ActiveDirectory.Management.Commands.ADCmdletBase`1.ProcessRecord()
TargetObject : redacted
CategoryInfo : NotSpecified: (redacted:ADGroup) [Get-ADGroupMember], ADException
FullyQualifiedErrorId : ActiveDirectoryServer:8224,Microsoft.ActiveDirectory.Management.Commands.GetADGroupMember
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
最佳答案
就我而言,如果我查询的组具有来自受信任林的成员,则使用Get-ADGroupMember查询AD组时,会得到完全相同的错误。所有其他组都可以正常工作,但是当cmdlet从运行它的域之外找到对象时,它将引发错误。解决方法是使用Get-AdGroup,然后展开Members属性并在进一步的命令中使用该输出,效果很好。
关于powershell - Get-ADGroupMember停止为某些用户工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29808611/
我正在使用 PowerShell 脚本将大量用户导入 AD。 其中一项是根据用户的程序编号将用户添加到 AD 安全组。大多数情况下,这运行良好,除非我拼错了某些内容或其他简单的人为错误。但是,我们有
谁能告诉我为什么下面的代码块在更大的组中运行如此缓慢?当我为几个成员的组运行它时,它运行正常,但是当我为一个有 640 个成员的组运行时,例如,有时它运行成功,有时它超时。域 Controller 是
例如。我在 domainA.local 上。我运行这个命令。 get-adgroupmember -Identity groupA 如果该组的任何成员属于另一个域(domainB\user 等),则它
我有以下查询 $Groups = (Get-AdGroup -filter * | Where { ($_.name -like "*") } | select Obj
我想导出特定 AD 组中的用户,但我想过滤结果并仅获取(名字、名字、显示名称、sAMAccountname、邮件和主目录,然后将其导出到 CSV 文件中。 这是我正在使用的代码: Import-Mod
我正在使用以下代码尝试将用户删除并添加到 ActiveDirectory 组: import-module ActiveDirectory $logs = "D:\logs" $user = "Tem
运行以下 cmdlet 适用于组成员(Amer 域中的组)中的所有用户,无论列出的用户位于哪个域: Get-ADGroupMember -Server amer 但是,当尝试通过管道传输到 Get-
目的是获取群成员,忽略ForeignSecurityPrincipal账号(不删除,忽略即可)。这个组“zzapsdba_c”有 ForeignSecurityPrincipal 帐户,它导致 get
我有点不好意思说我花了多少时间在这上面! 我在使用 ADUC GUI(Active Directory 用户和计算机)查找组 East.ad.company.com 中的 All Supervisor
我正在尝试从文本文件中拉入群组,而我的群组之一太大,可容纳80,000人。 我如何使它工作l,它输出我想要的方式。 $groups = Get-Content c:\temp\ADGroups.txt
我得到了 "An operations error occurred" 当组包含来自不同域的用户时出错。 Powershell 5.1.14409.1018 中的同一行效果很好。 Get-ADGrou
我已经构建了一个脚本,用于查询整个森林中的用户并执行一些操作: 设置扩展属性2 将用户添加到他们自己域中的域特定组 将用户添加到根域中的组 当我针对林的根域中的 GC 运行此命令时,根域中的用户处理得
我是一名优秀的程序员,十分优秀!