- 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:
-
FortiPAM
Nominate a Forum Post for Knowledge Article Creation
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
- 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>
- 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>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @rbraha