Hello, Is it possible to add the APPDIR to the windows defender exclusion list? I am running this custom PowerShellScriptInline: Code: Select allAdd-MpPreference -ExclusionPath [APPDIR] But it just doesn't work it adds APPDIR only instead of the path, any suggestions? Not so good with powershell