Skip to content

Commit 5933e69

Browse files
authored
Convert command to Powershell
1 parent b50dd3f commit 5933e69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

defender-office-365/tenant-allow-block-list-files-configure.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ This article describes how admins can manage entries for files in the Microsoft
4141
```DOS
4242
certutil.exe -hashfile "<Path>\<Filename>" SHA256
4343
```
44+
```powershell
45+
Get-FileHash -Path "<Path>\Filename>" -Algorithm SHA25
46+
```
4447

4548
An example value is `768a813668695ef2483b2bde7cf5d1b2db0423a0d3e63e498f3ab6f2eb13ea3a`. Perceptual hash (pHash) values aren't supported.
4649

0 commit comments

Comments
 (0)