From 39a54ab13a38119014099024bca626cc5696b07d Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Thu, 17 May 2018 19:34:18 +0000 Subject: [PATCH] Merged PR 8326: fix powershell, dism, messaging --- windows/configuration/wcd/wcd-admxingestion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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