Connect to Exchange 2013 with powershell while disconnected from network

0

I have restored a version of my exchange 2013 server to a virtual machine. I want to do some work with it but I don't want to bring it online. When I try to connect to it with powershell it gives me errors like:

WinRM cannot process the request. The following error with errorcode 0x80090311 occurred while using Kerberos authentication: There are currently no logon servers available to service the logon request.

How might I get connected so I can run my normal commands through powershell without connecting the server to the network?

powershell
exchange-server
exchange-server-2013
asked on Stack Overflow Jan 29, 2016 by donL • edited Jan 29, 2016 by donL

1 Answer

0

You need a Domain Controller for authentication. How did you logon to the machine?

answered on Stack Overflow Jan 29, 2016 by Martin

User contributions licensed under CC BY-SA 3.0