Hi folks, i created a script which does some changes to network drives and users' document libraries for their profile.
The script works, but the detection rule seems not to run in the users context, which is plain stupid since it does not detect my changes and is a requirement!
I tried to use a simple detection vbscript:
wscript.sleep 1000
wscript.quit (0)
but it still fails. Any suggestions?