Skip to content

Commit 46b2bb3

Browse files
authored
Clarify requirements for PowerShell scripts in README
Updated descriptions for AD_Audit_Script.ps1 and GpoAclAudit.ps1 to clarify PowerSploit requirements and PowerShell version.
1 parent e26aa7a commit 46b2bb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,12 @@ Use like so:
339339
`.\setNoPreauth.ps1 "LDAP://CN=Mario Contestabile,OU=blahblah,OU=bloop,DC=xxx,DC=yyy"`
340340

341341
---
342-
### `AD_Audit_Script.ps1`
342+
### `AD_Audit_Script.ps1` (Requires PowerSploit! Ergo better to use in PowerShell 5.1 (just run powershell.exe -Version 5.1).)
343343

344-
This uses PowerSploit. Ergo better to use in PowerShell 5.1 (just run powershell.exe -Version 5.1).
345344
Creates a report file for you.
346345

347346
---
348-
### `GpoAclAudit.ps1` (Requires PowerSploit!)
347+
### `GpoAclAudit.ps1` (Requires PowerSploit! Ergo better to use in PowerShell 5.1 (just run powershell.exe -Version 5.1).)
349348

350349
Audit powerful rights over GPOs. Inactive accounts are shown in red.
351350

0 commit comments

Comments
 (0)