How to find FQBN of an application for Firewall Rule

Matt Geiger 25 Reputation points
2023-07-27T22:04:04.11+00:00

Using the new Firewall CSP ./Vendor/MSFT/Firewall/MdmStore/FirewallRules/{FirewallRuleName}/App/Fqbn

Does anyone have an example of getting the FQBN of an application

Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 53,991 Reputation points Microsoft External Staff
    2023-07-28T02:51:10.2033333+00:00

    @Matt Geiger, Thanks for posting in Q&A. After researching, I find the FQBN is with the following format. And I don't find the command to get the information directly. It seems you need to get the information separately to get the FQBN.

    User's image

    To configure the Firewall Rule, I suggest use PackageFamilyName to configure the Firewall rule which can get from the following command directly:

    Example:

    get-apppackage -name "app name" | fl name, PackageFamilyName

    User's image

    Hope the above information can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.