Skip to content

Commit

Permalink
UserLocal: Fix .EXAMPLE about change password
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Sep 5, 2024
1 parent ee311bf commit 5050719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerFGT/Public/cmdb/user/local.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function Set-FGTUserLocal {
$mypassword = ConvertTo-SecureString mypassword -AsPlainText -Force
PS > $MyFGTUserLocal | Set-FGTUserLocal -passwd $mypassword
Change MyFGTUserLocal to value (Password) MyFGTUserLocalPassword
Change Password for MyFGTUserLocal local user
.EXAMPLE
$MyFGTUserLocal = Get-FGTUserLocal -name MyFGTUserLocal
Expand Down

0 comments on commit 5050719

Please sign in to comment.