File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ Good targets to examine further on your AD are those shares shown as "DISK" and
359359---
360360### ` analyze_gpo3.ps1 `
361361
362- Tries get gather info on the GPO's pushed to your machuine .
362+ Gathers info on the GPO's pushed to your machine .
363363Loads the GPResult XML from disk
364364Gets GUIDS
365365For each extracted GUID, Builds the folder name, if found, scans subfolders for
@@ -374,7 +374,7 @@ Step 1: Run `gpresult /x C:\Temp\gpresult.xml /SCOPE COMPUTER`
374374
375375Step 2: Run ` .\analyze_gpo3.ps1 -GPResultXml C:\Temp\gpresult.xml -SysvolRoot "\\your.domain.here\SYSVOL\domain.net\Policies" `
376376
377- You will see good output. YOu can get additional details by running:
377+ You will see good output. You can get additional details by running:
378378
379379` Get-GPOReport -Id XXX -ReportType XML `
380380
You can’t perform that action at this time.
0 commit comments