Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Windows App Filter is not available in Secrets Settings
I only can edit a Windows App filter, but when trying to apply it to a secret, there is no option to enable it in Secrets settings
Solved! Go to Solution.
Labels:
- Labels:
-
FortiPAM
1 Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @aliben
After the windows app filter is configured , you will need to enable on that secret using cli commands:
config secret database
edit <secret>
set winappfilter enable
set set winappfilter-profile <profile created>
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @aliben
After the windows app filter is configured , you will need to enable on that secret using cli commands:
config secret database
edit <secret>
set winappfilter enable
set set winappfilter-profile <profile created>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @rbraha
