This is one of those features all IT Admins should know about. If you want to make your techs lives easier, this is a must have.
Under Rep Console, choose Canned Scripts at the top and then the Add button to add a new canned script.
![](https://static.wixstatic.com/media/b4353b_217c28b82a7f45e794d6e97c30c6d3e4~mv2.png/v1/fill/w_980,h_319,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/b4353b_217c28b82a7f45e794d6e97c30c6d3e4~mv2.png)
Resource Files are stored on the server to copy them add the CMD command like this. You do not need to know where on the server they're stored as every %RESOURCE_FILE% variable is linked directly with the file you provide.
copy %RESOURCE_FILE% "C:\Program Files (x86)\[app_name]\[app_name]"
![](https://static.wixstatic.com/media/b4353b_d0eea47b396b4aca8ae970633e70058b~mv2.png/v1/fill/w_980,h_503,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/b4353b_d0eea47b396b4aca8ae970633e70058b~mv2.png)
Here's an example PowerShell script that was made
![](https://static.wixstatic.com/media/b4353b_4f934beee1e94c59a39bd52756afe665~mv2.png/v1/fill/w_856,h_749,al_c,q_90,enc_auto/b4353b_4f934beee1e94c59a39bd52756afe665~mv2.png)
To run this from a tech perspective it's as easy as starting a session and then when you're connected to the desktop, click the monitor with the wand on it. From there, choose Canned Scripts and navigate to the one you want.
![](https://static.wixstatic.com/media/b4353b_8deb056450314aa79f068acff373289e~mv2.png/v1/fill/w_727,h_175,al_c,q_85,enc_auto/b4353b_8deb056450314aa79f068acff373289e~mv2.png)
Comments