Hi there,
I'm encountering an error when trying to configure the AMT password from Windows using ACUConfig. I am not using RCS, and the only reason I want to change the password is for security reasons. Right now I have no other configurations I am trying to make.
Here's the command I am running:
ACUConfig.exe ConfigAMT "profile.xml" /DecryptionPassword "Password"
The XML profile was created using the ACUWizard. From what I can tell in the User Guide I shouldn't be encountering any RCS errors, but I am. EDIT: Worth mentioning that it is currently unconfigured so the default password is set.
When running as Administrator, I get this in the logs:
2015-10-22 16:06:09:(ERROR) : ACU Configurator , Category: ConfigAMT failed: A call to this function has failed - (0xc000278b) (Connection to the Remote Configuration Service is necessary, but the RCSParameters tag is missing in the profile. (RCSAddress))
2015-10-22 16:06:09:(ERROR) : ACU Configurator, Category: Exit: ***********Exit with code 68. Details: Invalid parameter was found. (RCSAddress)
The only other thread I found concerning this same problem is located here, but it was never answered.