File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -973,7 +973,7 @@ $WallpapersXML
973
973
$Uncompressed = ' '
974
974
# Set the syntax for the encryption
975
975
$DecryptionKey = " "" $Script :EncryptionPassword "" "
976
- $DecryptionSnytax = " /decrypt /key:$DecryptionKey "
976
+ $DecryptionSyntax = " /decrypt /key:$DecryptionKey "
977
977
}
978
978
979
979
# Set the value to continue on error if it was specified above
@@ -1025,10 +1025,10 @@ $WallpapersXML
1025
1025
}
1026
1026
1027
1027
Update-Log " $OldUser will be migrated as $NewUser ."
1028
- $Arguments = " `" $Destination `" $LoadStateConfig $LocalAccountOptions `" /mu:$ ( $OldUser ) :$NewUser `" $DecryptionSnytax $Uncompressed $Logs $ContinueCommand /v:$Script :VerboseLevel "
1028
+ $Arguments = " `" $Destination `" $LoadStateConfig $LocalAccountOptions `" /mu:$ ( $OldUser ) :$NewUser `" $DecryptionSyntax $Uncompressed $Logs $ContinueCommand /v:$Script :VerboseLevel "
1029
1029
}
1030
1030
else {
1031
- $Arguments = " `" $Destination `" $LoadStateConfig $LocalAccountOptions $DecryptionSnytax $Uncompressed $Logs $ContinueCommand /v:$Script :VerboseLevel "
1031
+ $Arguments = " `" $Destination `" $LoadStateConfig $LocalAccountOptions $DecryptionSyntax $Uncompressed $Logs $ContinueCommand /v:$Script :VerboseLevel "
1032
1032
}
1033
1033
1034
1034
# Begin loading user state to this computer
You can’t perform that action at this time.
0 commit comments