希望将所有的GPO导出到指定的文件夹中
当我试图用powerhell这样的方式从DC获取GPO时。
Get-GPOReport -All -ReportType HTML -server 192.168.1.88 -Path c:\gpor-reports\GPOAll.html
我一直得到:
Get-GPOReport : Current security context is not associated with an Active Directory domain or forest.在行:1 char:1 + Get-GPOReport -All -ReportType HTML -server 192.168.1.90. 在 line:1 char:1 + Get-GPOReport -All -ReportType HTML -server 192.168.1.90 -Path c:\gpo ... (:) [Get-GPOReport], ActiveDirectoryOperationException + FullyQualifiedErrorId : System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException,Microsoft.Gro upPolicy.Commands.GetGpoReportCommand。
这是一台非域加入的电脑,我是能得到这个报告还是用其他东西得到我要的html报告?域上的所有GPO导出到HTML文件。
非域加入的PC,嗯。是DC吗?我不知道如果它不在域上,你怎么能访问它,除非那个cmdlet有一个-Credential参数,但看起来没有。