Any recommendations on running PowerShell scripts from Intune multiple times on the same device? Intune docs don't have a direct way to enforce running a script multiple times without changing the script itself or policy in Intune. I'm not seeing the best results even with adding a few comment lines on the script, so I was wondering if anyone has come across this issue needing to re-run the same script.
Powershell
Disable-NetAdapterBinding-Name"*"-ComponentIDms_tcpip6
This disables ipv6 on the existing NICs for user devices. However, if someone plugs their laptop into another docking station for example, Windows creates a new NIC and by default ipv6 is turned on. This script works, it's just getting it to re-run every hour or so I'm scratching my head at. Any ideas or suggestions are greatly welcomed.