Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 313d803

Browse files
committed
Update Get-GPPPassword.ps1
1 parent 261aaf6 commit 313d803

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Exfiltration/Get-GPPPassword.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function Get-GPPPassword {
99
License: BSD 3-Clause
1010
Required Dependencies: None
1111
Optional Dependencies: None
12-
Version: 2.3.1
12+
Version: 2.3.0
1313
1414
.DESCRIPTION
1515
@@ -124,10 +124,10 @@ function Get-GPPPassword {
124124
If (!($Count)) {$Count = 1}
125125
ForEach ($Number in 0..($Count - 1)){
126126
If ($Count -eq 1) {$Replace = 'User'} else {$Replace = "User[$Number]"}
127-
$Cpassword += , $Xml.Groups.User.$Replace.Properties.cpassword
128-
$UserName += , $Xml.Groups.User.$Replace.Properties.userName
129-
$NewName += , $Xml.Groups.User.$Replace.Properties.newName
130-
$Changed += , $Xml.Groups.User.$Replace.changed
127+
$Cpassword += , $Xml.Groups.$Replace.Properties.cpassword
128+
$UserName += , $Xml.Groups.$Replace.Properties.userName
129+
$NewName += , $Xml.Groups.$Replace.Properties.newName
130+
$Changed += , $Xml.Groups.$Replace.changed
131131
}
132132
}
133133

0 commit comments

Comments
 (0)