PowerShell Fehler bei CRM Server Setup

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:

https://www.reddit.com/r/PowerShell/comments/3evhw2/i_broke_my_ise_send_help/

 

 

CRM 2016 Server on-premise ohne Internetzugriff installieren

Wenn kein Internetzugriff möglich ist, erhalten wir nach Klicken der Install‘-Schaltfläche im Installationsdialog folgende Einträge im ‚crmserversetup.log‘:

09:58:18|   Info| Setup needs to download the following components from the Internet:

–  SQL Native Client

–  SQL System Clr Types

–  SQL Server Management Objects

 

Download components now?, Question, Yes|No

09:58:18|   Info| InputResult: Yes

09:58:18|   Info| Initializing COM.

09:58:18|   Info| Initialized COM.

09:58:18|   Info| Requesting download of SQL Native Client installer from http://go.microsoft.com/fwlink/?LinkId=178252&clcid=0x409.

09:58:18|   Info| Requesting download of SQL System Clr Types installer from http://go.microsoft.com/fwlink/?LinkId=293645&clcid=0x409.

09:58:18|   Info| Requesting download of SQL Server Management Objects installer from http://go.microsoft.com/fwlink/?LinkId=293644&clcid=0x409.

Zukünftig können wir also gezielt vorab die folgenden Komponenten über die entsprechenden URLs

  • herunterladen und
  • (und jetzt kommt’s J ) *in dieser Reihenfolge* manuell installieren:
  1. SQL System Clr Types: http://go.microsoft.com/fwlink/?LinkId=293645&clcid=0x409
  2. SQL Server Management Objects: http://go.microsoft.com/fwlink/?LinkId=293644&clcid=0x409
  3. SQL Native Client: http://go.microsoft.com/fwlink/?LinkId=178252&clcid=0x409