mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13:43 +00:00
Merged PR 5057: fix code sample
fix code sample
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user