Forum Discussion
Nikola Nenadovic
Jun 14, 2019Brass Contributor
Intune PowerShell scripts
Hi,
I'm currently trying to run a PS script to add a VPN connection through Intune PowerShell.
When the script is run directly in powershell it executes as it should, adding the VPN connection.
On the other hand, if it executes through Intune PowerShell, nothing happens. I've searched the intune logs on targeted user's PC and also the online Intune portal where the script has a: Succeeded status.
Am I doing something wrong?
5 Replies
- treestryderSteel Contributor
Nikola NenadovicTry setting "Run script in 64 bit PowerShell host (when available)" to "Yes". I have found some very strange behavior when the scripts run within the 32-bit emulator. Things like, registry setting changes that only affect that Powershell session.
- neilcardenBrass ContributorHi Nikola, what settings have used in the PowerShell policy...
- Nikola NenadovicBrass Contributor
neilcarden Add-VpnConnection
- neilcardenBrass Contributor