Enable Powershell Sessions to Domain Joined server from Workgrouped Machine
To create Powershell sessions to domain joined machines from a service workstation that is workgrouped joined you need to perform the following actions on the workgrouped machine
1) Start the WS-Management Service
2) Open Command Prompt and enter the following command
winrm s winrm/config/client '@{TrustedHosts="server.domain.local"}'
Assuming the target server is remote management enabled this will allow you to create PS Sessions with the New-PSSession Cmdlet
To enable remote management on the target machine if required, enter the following powershell command
Enable-PSRemoting -Force
Mark is an Independent Microsoft Teams Consultant with over 15 years experience in Microsoft Technology. Mark is the founder of Commsverse, a dedicated Microsoft Teams conference and former MVP. You can follow him on twitter @UnifiedVale