Score:0

The WSMan Provider host process did not return a proper response >> trying to move AD from one server to another

in flag

I am currently in the process of moving an domain controller from one Server > Windows Server 2012R2 to Windows Server 2022.

I am currently working my way through the Active Directory Domain Services Configuration Wizard but an error has appeared.

Error

The WSMan Provider Host Process did not return a proper response.

I have looked online but I can't really see anything for this specific scenario.

Any ideas?

Regards

Score:0
cn flag

This error may occur, when the MaxMemoryPerShellMB value on the remote DV (you are using WS-Man or WinRM) is not high enough to allow a proper response to be returned.

To check the current value, run the following on the machine you are trying to retrieve data from (using PowerShell / as Admin):

Get-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB

The value should be around 2147483647. To set a new value, run the following:

Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB %NEWVALUE% -Force

But WinRM is not needed to promote or demote new/old DC. I would use the good old dcpromo tool launched from the Server Manager.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.