missing steps to copy a startup script to a remote computer
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.
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!