mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
Update understanding-applocker-rule-condition-types.md
Updated markdown.
This commit is contained in:
@ -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 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.
|
||||
|
||||
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.
|
||||
|
||||
>**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
|
||||
|
||||
|
Reference in New Issue
Block a user