We just updated all of our Exchange servers to Exchange 2013 CU 10 (previously on CU7) and I am trying to upgrade my admin tools on my computer (Windows 10). I am doing an unattended install from the command line by running the command "setup.exe /m:upgrade /IAcceptExchangeServerLicenseTerms". The process fails when it tries to disable the services. Essentially it is failing on disabling the "Application Identity" service. When trying to disable that service, I get an Access Denied error no matter what I do. Even booting into Safe Mode to disable the service gives me access denied. Any ideas on how I can get around this?
The following error was generated when "$error.Clear();
& $RoleBinPath\ServiceControl.ps1 -Operation:DisableServices -Roles:($RoleRoles.Replace('Role','').Split(',')) -SetupScriptsDirectory:$RoleBinPath;
& $RoleBinPath\ServiceControl.ps1 Stop $RoleRoles.Replace('Role','').Split(',')
" was run: "Microsoft.PowerShell.Commands.ServiceCommandException: Service 'Application Identity (AppIDSvc)' cannot be configured due to the following error: Access is denied ---> System.ComponentModel.Win32Exception:
Access is denied
--- End of inner exception stack trace ---".