diff --git a/windows/configuration/wcd/wcd-admxingestion.md b/windows/configuration/wcd/wcd-admxingestion.md index dc09af70be..b6410ee421 100644 --- a/windows/configuration/wcd/wcd-admxingestion.md +++ b/windows/configuration/wcd/wcd-admxingestion.md @@ -78,7 +78,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 $admxFile -Raw).Replace("`r`n","") | Set-Content $path -Force ``` ## Category and policy in ADMX