Example Usage
.\Invoke-NTLMPasswordChange.ps1 # Change local user password to P@ssw0rd Invoke-NTLMPasswordChange -SetPassword -Server . -Account test -NEW_NTLM E19CCF75EE54E06B06A5907AF13CEF42 -Verbose Invoke-NTLMPasswordChange -ChangePassword -Server . -Account test -OLD_NTLM 32ED87BDB5FDC5E9CBA88547376818D4 -NEW_NTLM E19CCF75EE54E06B06A5907AF13CEF42 -Verbose