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
Unfortunately, my answer above is wrong.
As soon as I run the command, a temp folder is created anew, and the FailoverClusters module becomes available via implicit remoting...