Forum Discussion

Grayson_149410's avatar
Grayson_149410
Icon for Nimbostratus rankNimbostratus
Jul 11, 2016

Run PowerShell Script After Network Access

I was wondering if there was a way to launch a PowerShell script once a user connects through APM. Right now we have people mostly connecting to the network using the Edge Client. We have a scheduled task for people with remote access, but have a lot of remote users who will logon for like 5-10 minutes then log off. I would like to see if there is a way to run a quick script on the machine?

 

We can also run a VB script as well if need be.

 

1 Reply

  • In the Network Access configuration you can "Launch Applications". To run powershell you need to call the powershell executable and add the script path in the "parameters". If you are running vbscript then you can just run it directly.

     

    If using powershell then you need to make sure the execution properties are set correctly.

     

    -Seth