PSRemotingConfigurations icon indicating copy to clipboard operation
PSRemotingConfigurations copied to clipboard

missing steps to copy a startup script to a remote computer

Open alexandair opened this issue 8 years ago • 1 comments

This line in .pssc file:

ScriptsToProcess = 'C:\PowerShellRemoting\dynamicmodulesstartup.ps1'

worked only because you've created and tested a session configuration on the localhost. An installation step is needed that explains that you need to copy that file to a remote computer to the exact location mentioned in the .pssc file.

alexandair avatar Jul 05 '17 10:07 alexandair

Hey @alexandair,

Thanks for your feedback!

When I decided to release these configurations/scripts to the public, I intended for it to be accessible to anyone. That being said, I definitely made some assumptions about my audience that they were already familiar with PSSC files, what an installation with a ScriptsToProcess entry entails, and other less common aspects of PSRemoting.

As time permits, I will go back and add documentation to help guide readers that aren't as familiar with PSRemoting. In the meantime I'll leave this issue open so that others that are having a problem with installation will see it.

Thanks again!

vector-sec avatar Jul 05 '17 15:07 vector-sec