<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Powershell on Wingate365</title><link>https://blog.wingate365.com/tags/powershell/</link><description>Recent content in Powershell on Wingate365</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 18 Feb 2018 12:24:14 +0000</lastBuildDate><atom:link href="https://blog.wingate365.com/tags/powershell/index.xml" rel="self" type="application/rss+xml"/><item><title>Connect to Windows 2016 HyperV Core with delegated credentials / CredSSP</title><link>https://blog.wingate365.com/2018/02/connect-to-windows-2016-hyperv-core.html</link><pubDate>Sun, 18 Feb 2018 12:24:00 +0000</pubDate><guid>https://blog.wingate365.com/2018/02/connect-to-windows-2016-hyperv-core.html</guid><description>&lt;p&gt;CredSSP authentication is currently disabled on the local client. You must be running with administrator privileges in order to enable CredSSP&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
&lt;h3&gt;
On Win2016 desktop CLIENT&lt;/h3&gt;
&lt;br /&gt;
&lt;li&gt;Powershell:&lt;/li&gt;
&lt;pre&gt;PS C:\Users\Administrator&amp;gt;start-service winrm
PS C:\Users\Administrator&amp;gt;Enable-WSManCredSSP -Role client -DelegateComputer *
PS C:\Users\Administrator&amp;gt;stop-service winrm&lt;/pre&gt;
&lt;br /&gt;
&lt;li&gt;GPEDIT (as administrator)&lt;/li&gt;
Local Computer Policy &amp;gt; Computer Configuration &amp;gt; Administrative Templates &amp;gt; System &amp;gt; Credentials Delegation: 
&lt;pre&gt;Allow delegating fresh credentials with NTLM-only server authentication&lt;/pre&gt;
&lt;li&gt; Set: "Enabled" and "Add servers to the list" 
&lt;li&gt; Show: enter "WSMAN/*" as Value&lt;/li&gt;
&lt;li&gt;Fire up Hyper-V Manager and connect to server only with IP-address and enter as user "[IP Address]\[username]” and set the password.&lt;/li&gt;
&lt;/br&gt;
&lt;a href="https://social.technet.microsoft.com/Forums/en-US/8884b81e-0576-4764-a29d-ce7bec5c9ee9/hyperv-server-2016-tp4-howto-manage-hyperv-with-desktopos-hyperv-manager-and-bug?forum=WinServerPreview"&gt;Source&lt;/a&gt;</description></item></channel></rss>