Hello,
Can anyone tell me why this script will not work when deployed through the JSS?
rm -Rf /Applications/Install macOS High Sierra.app
I've also tried:
rm -Rf "/Applications/Install macOS High Sierra.app"
When I run these commands in terminal, it works fine. When I push these commands as scripts through the JSS, they do nothing.
Any ideas?
