Attempting to upgrade a Windows 7 SP1 64bit virtual machine from Exchange 2010 SP2 management tools to SP3 fails with the following error:
Summary: 11 item(s). 1 succeeded, 1 failed.
Elapsed time: 00:15:19
Preparing Setup
Completed
Elapsed Time: 00:00:00
Stopping Services
Failed
Error:
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: "Service 'NetBT' failed to reach status 'Stopped' on this server.".
Service 'NetBT' failed to reach status 'Stopped' on this server.
Click here for help...
http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.3.123.3&e=ms.exch.err.Ex88D115&l=0&cl=cp
Elapsed Time: 00:15:19
Here is the powershell execute policy:
PS C:\> Get-ExecutionPolicy -list
Scope
ExecutionPolicy
-----
---------------
MachinePolicy
Unrestricted
UserPolicy
Unrestricted
Process
Undefined
CurrentUser
RemoteSigned
LocalMachine
RemoteSigned