Forum Discussion
ahinterl
May 13, 2025Brass Contributor
PowerShell implicit remoting without connection to server
When I start a PowerShell session on my local computer, and then run: Get-Module -Name FailoverClusters I can see that implicit remoting is used (and I can see the temporary files generated for t...
ahinterl
May 13, 2025Brass Contributor
Guess I found the answer. It's a leftover of a previous remote session. I deleted the temp folder, now PowerShell behaves the way I expect.