mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +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
|
||||
$outputFile = "output.admx"
|
||||
$inputFile = "input.admx
|
||||
$inputFile = "input.admx"
|
||||
(Get-Content $inputFile -Raw).Replace("`r`n","") | Set-Content $outputFile -Force
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user