diff --git a/windows/configuration/wcd/wcd-admxingestion.md b/windows/configuration/wcd/wcd-admxingestion.md index 6bf64f11ca..4360cfac59 100644 --- a/windows/configuration/wcd/wcd-admxingestion.md +++ b/windows/configuration/wcd/wcd-admxingestion.md @@ -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