Skip to content

Commit

Permalink
Update version + add domain user type
Browse files Browse the repository at this point in the history
  • Loading branch information
charleneauger committed Jun 21, 2021
1 parent 84a34c1 commit 1882b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/winusers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ foreach ($userAd in $usersAd) {

$xml += "<WINUSERS>"
$xml += "<NAME>"+ $userAd +"</NAME>"
$xml += "<TYPE>"+ $userType +"</TYPE>"
$xml += "<TYPE>Domain user</TYPE>"
$xml += "<SIZE>"+ $folderSize +"</SIZE>"
$xml += "</WINUSERS>"
}
Expand Down
2 changes: 1 addition & 1 deletion infos.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author" : ["J.C.BELLAMY"],
"contributor" : ["Guillaume PRIOU", "Gilles DUBOIS", "Rudy LAURENT"],
"supportedAgent" : ["Windows"],
"version" : "3.0",
"version" : "3.1",
"licence" : "GPLv2",
"description" : {
"fr" : "Remonte les utilisateurs Windows",
Expand Down

0 comments on commit 1882b2a

Please sign in to comment.