Dear guys,
Here is my coding
(1) Use CIMSession
(2) Use PSSession
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear guys,
I'm a .NET developer. And now I am developing a web app (based on Blazor Server App) to monitor some Private/Internet Remote Machines.
I use Visual Studio 2022 Preview latest and develop on .NET 6 (6.0.10).
In order to be able to start implementing, I did the following steps:
PS C:\WINDOWS\system32> winrm quickconfig
WinRM service is already running on this machine.
WinRM is already set up for remote management on this computer.
WinRM cannot process the request. The following error with errorcode 0x8009030d occurred while using Negotiate authentication: A specified logon session does not exist. It may already have been terminated.
Possible causes are:
-The user name or password specified are invalid.
-Kerberos is used when no authentication method and no user name are specified.
-Kerberos accepts domain user names, but not local user names.
-The Service Principal Name (SPN) for the remote computer name and port does not exist.
-The client and remote computers are in different domains and there is no trust between the two domains.
After checking for the above issues, try the following:
-Check the Event Viewer for events related to authentication.
-Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
Note that computers in the TrustedHosts list might not be authenticated.
-For more information about WinRM configuration, run the following command: winrm help config.
Please help me share this error and hope for your help. Thanks in advance.
Best regard,
Tien Nguyen
Dear guys,
Here is my coding
(1) Use CIMSession
(2) Use PSSession
Sorry, I would like to change the image for 3. Running Visual Studio (debugging) by this
Thanks in advance!