Problem:
Wir möchten auf einem bestehenden CRM Server 2015 (RTM 7.0.0) Full Server alle Backend-Rollen (Rollengruppe Backend) entfernen.
Dazu führe ich ein Setup aus und wähle „Configure“, damit ich die Serverrollen bearbeiten kann.
Bei den System Checks kommt dann der Fehler:
The term ‚get-windowsfeature‘ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Lösung:
Get-WindowsFeature in PS und damit tut CRM Setup wieder!
System properties > Advanced > Environment Variables -> System Variables –> PSModulePath
Problematische VM, PS Module tut net:
C:\Program Files\WindowsPowerShell\Modules;C:\Program Files\Microsoft Monitoring Agent\Agent\PowerShell
Neu bereitgestellte VM, PS Module okay:
%SystemRoot%\system32\WindowsPowerShell\v1.0\Modules\;c:\Program Files\Microsoft Security Client\MpProvider
Quelle: