Skip to content
Menu
myCloud myCloud

Personal short notes about Cloud

  • XMPie
  • AWS
    • AWS Topics
    • AWS Architecture
    • AWS CLI
    • AWS Health
    • AWS Policies
    • AWS Cost
  • CHEAT SHEETS
myCloud myCloud

Personal short notes about Cloud

xmp-support

By mikado on October 1, 2022

ServerFeature.xml

Run in PowerShell as an admin:

Import-Module Servermanager

and then adjust the following line to your path and file:

Import-Clixml D:\XMPie-install\utilities\ServerFeatures.xml | Add-WindowsFeature

For migration

Stop all services:

stop-service msmq, xmp* -force;iisreset /stop;kill -name indesign*

Robocopy mirror all files:

Robocopy "Source" "Destination" /MIR /XJD /R:5 /W:15 /MT:32 /V /NP /LOG:Backup.log;exit

Export and Import IIS applications (edit the XML file to remove unwanted apps and adjust the drive letter)

%windir%\system32\inetsrv\appcmd list app /config /xml > C:\temp\apps.xml
%windir%\system32\inetsrv\appcmd add app /in < C:\Temp\apps.xml
Category: SCRIPTS

Categories

  • AWS (4)
  • AWS Architecture (8)
  • AWS CLI (5)
  • AWS Cost (3)
  • AWS Health (4)
  • AWS Policies (2)
  • AWS Topics (24)
  • CHEAT SHEETS (16)
  • Container (21)
  • Datadog (4)
  • Jenkins (2)
  • Linux (9)
  • Microsoft (7)
  • Python (1)
  • SCRIPTS (9)
  • Terraform (5)
  • XMPie (6)
©2025 myCloud
Click to Copy