How can I use PowerShell to make remote registry changes?

后端 未结 3 1391
梦如初夏
梦如初夏 2020-12-21 13:27

I have tested the following PowerShell registry settings and it sets them correctly. Could someone show me the way to do this for a remote computer?

New-Item         


        
3条回答
  •  感动是毒
    2020-12-21 13:43

    You might want to check the PSRemoteRegistry PowerShell Module, and its version for PowerShell 3.0 (with x86.x64 support, http://psrr.codeplex.com/).

提交回复
热议问题