microsoft / SDN

This repo includes PowerShell scripts and VMM service templates for setting up the Microsoft Software Defined Networking (SDN) Stack using Windows Server 2016
Other
486 stars 541 forks source link

SDNExpress script requires signed powershell scripts on server core #117

Open Wampa opened 7 years ago

Wampa commented 7 years ago

When running the SDNExpress script against a Server Core cluster the scripts must be signed.  If you don't they will start to run but then fail later on when it tries to run remote commands on the other nodes.  This is true even if you try to set the powershell policy on the other nodes to not require signing.

The script is supposed to deal with this sort of thing for you, and it does on full windows.  But on Server Core you must sign the scripts manually.

richsmif commented 7 years ago

I had to sign on desktop experience aswell.