mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Update wcd-admxingestion.md
This commit is contained in:
@ -148,7 +148,7 @@ Use the following PowerShell cmdlet to remove carriage returns and line feeds fr
|
|||||||
|
|
||||||
```PS
|
```PS
|
||||||
$outputFile = "output.admx"
|
$outputFile = "output.admx"
|
||||||
$inputFile = "input.admx
|
$inputFile = "input.admx"
|
||||||
(Get-Content $inputFile -Raw).Replace("`r`n","") | Set-Content $outputFile -Force
|
(Get-Content $inputFile -Raw).Replace("`r`n","") | Set-Content $outputFile -Force
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user