Merged PR 5057: fix code sample

fix code sample
This commit is contained in:
Jeanie Decker
2017-12-20 17:21:30 +00:00
parent c5227d13be
commit 47caa34f1a

View File

@ -77,7 +77,7 @@ Use the following PowerShell cmdlet to remove carriage returns and line feeds fr
```PS
$path="file path"
Get-Content $path -Raw).Replace("'r'n","") | Set-Content $path -Force
(Get-Content $path -Raw).Replace("'r'n","") | Set-Content $path -Force
```
## Category and policy in ADMX