Hello there!
Everyone knows (I hope so) about Configuration Analyzer for System Center SP1.Previously, we had to download and use separate BPA analyzer for each SC component.But now, it’s the single model for testing System Center configuration. According with technet, main requirements are: Microsoft Baseline Configuration Analyzer 2.0 and operation system required for SC SP1. In my opinion, requirements are not accurate.
After successful installation BCA 2.0 and CA fo SC SP1 you can receive following errors:
The BPA cannot connect to the VMM management server __. Please start the service and try again
Cmdlet Invoke-MbcaModel reported warning …. cannot be loaded because running scripts is disabled on this system.
To fix errors you should run cmdlet Set-Execution:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
To prevent errors during analyzing remote servers:
Enable-PsRemoting -Force
So, additional requirements :
- your system able to receive Windows PowerShell remote commands that are sent by using the WS-Management
- you can run downloaded powershell scripts by trusted publisher
One thought on “Fix:The BPA cannot connect to VMM Management server”