Update understanding-applocker-rule-condition-types.md

Updated markdown.
This commit is contained in:
Baard Hermansen
2019-09-27 17:38:57 +02:00
committed by GitHub
parent defd597868
commit 84c7da306a

View File

@ -51,14 +51,16 @@ Selecting the appropriate condition for each rule depends on the overall applica
- Create a rule by using a file hash condition. - Create a rule by using a file hash condition.
- Create a rule by using a path condition. - Create a rule by using a path condition.
>**Note:**  To determine how many applications on a reference computer are digitally signed, you can use the **Get-AppLockerFileInformation** Windows PowerShell cmdlet for a directory of files. For example, > [!NOTE]
> To determine how many applications on a reference computer are digitally signed, you can use the **Get-AppLockerFileInformation** Windows PowerShell cmdlet for a directory of files. For example,
`Get-AppLockerFileInformation Directory C:\Windows\ -FileType EXE -recurse` displays the properties for all .exe and .com files within the Windows directory. `Get-AppLockerFileInformation Directory C:\Windows\ -FileType EXE -recurse` displays the properties for all .exe and .com files within the Windows directory.
   
2. What rule condition type does your organization prefer? 2. What rule condition type does your organization prefer?
If your organization is already using Software Restriction Policies (SRP) to restrict what files users can run, rules using file hash or path conditions are probably already in place. If your organization is already using Software Restriction Policies (SRP) to restrict what files users can run, rules using file hash or path conditions are probably already in place.
>**Note:**  For a list of supported operating system versions and editions to which SRP and AppLocker rules can be applied, see [Requirements to use AppLocker](requirements-to-use-applocker.md). > [!NOTE]
> For a list of supported operating system versions and editions to which SRP and AppLocker rules can be applied, see [Requirements to use AppLocker](requirements-to-use-applocker.md).
   
## Related topics ## Related topics