Azure Migrate using 2022 fail to install configurate\process server

Yuk Leong Chow 5 Reputation points
2024-07-19T23:51:44.52+00:00

Hi,

When I use azure vm, windows server 2022, fail to install the process server, below is the error message, i have tried use window server 2016, 2019, no issues

Any recommendations solutions

mstsc_8qc1p5Dfxu

mstsc_CvQA70MAho

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,547 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
754 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vinodh247 13,226 Reputation points
    2024-07-20T01:32:46.5233333+00:00

    Hi Yuk Leong Chow,

    Thanks for reaching out to Microsoft Q&A.

    The error message indicates an issue with installing IIS (Internet Information Services) due to an invalid name related to “PowerShell.” Suggest you follow the below fixes provided, I believe one of them should work.

    • Open PowerShell as an Administrator and run the following commands to install the necessary features manually
        Install-WindowsFeature -Name Web-Server, Web-WebServer, Web-Common-Http, Web-Default-Doc, Web-Dir-Browsing, Web-Http-Errors, Web-App-Dev, Web-Net-Ext, Web-Net-Ext45, Web-Asp-Net, Web-Asp-Net45, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Includes, Web-WebSockets, We
      
    • If you’re using the Azure Migrate installer script, consider removing the reference to PowerShell-ISE from line 518 in the script.

    https://github.com/MicrosoftDocs/azure-docs/issues/120314

    Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.


  2. Yuk Leong Chow 5 Reputation points
    2024-07-20T01:49:57.6866667+00:00

    aasdasdasd

    0 comments No comments