Cannot create remote powershell session after Enable-PSRemoting

前端 未结 7 828
别跟我提以往
别跟我提以往 2021-01-30 23:45

I can not remote into any machine to save my life! I have tried everything I can find. If anyone could troubleshoot or guide me, I\'d appreciate it as this would be a great tool

7条回答
  •  星月不相逢
    2021-01-31 00:02

    I got around this problem by using a fully qualified logon. Instead of "netbiosdomain\accountname", I used fqdn\accountname, as in Microsoft.com\myaccount in the get-credential prompt. May not work for everyone, but it's worth a shot.

提交回复
热议问题