Passing user credentials to a remote computer

I needed to do a remote installation on a server of software that is located on a share. I wanted to achieve this through a PSSession (from my management server), but I ran into the problem that the share wasn't accessible from the PSSession. As explained in this Microsoft article, the Enable-WSManCredSSP cmdlet enables CredSSP authentication on … Continue reading Passing user credentials to a remote computer