added audience metadata

This commit is contained in:
Greg Lindsay 2019-08-06 12:11:20 -07:00
parent 8530777e0f
commit 5a5c2acfde
9 changed files with 1356 additions and 1348 deletions

View File

@ -4,7 +4,7 @@ description: Learn about new features in Windows 10 for IT professionals, such
ms.assetid: F1867017-76A1-4761-A200-7450B96AEF44
keywords: ["What's new in Windows 10", "Windows 10"]
ms.prod: w10
author: greg-lindsay
audience: itpro author: greg-lindsay
manager: laurawi
ms.localizationpriority: high
ms.topic: article

View File

@ -5,7 +5,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 LTSC", "Windows
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: greg-lindsay
audience: itpro author: greg-lindsay
manager: laurawi
ms.localizationpriority: low
ms.topic: article

View File

@ -8,7 +8,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise 2015
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: greg-lindsay
audience: itpro author: greg-lindsay
ms.localizationpriority: low
ms.topic: article
---

View File

@ -8,7 +8,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise 2016
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: greg-lindsay
audience: itpro author: greg-lindsay
ms.localizationpriority: low
ms.topic: article
---

View File

@ -8,7 +8,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise 2019
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: greg-lindsay
audience: itpro author: greg-lindsay
ms.localizationpriority: low
ms.topic: article
---

View File

@ -0,0 +1,8 @@
$files = Get-ChildItem . *.md -rec
foreach ($file in $files)
{
(Get-Content $file.PSPath) |
Foreach-Object { $_ -replace "author: greg-lindsay", "audience: itpro`rauthor: greg-lindsay" } |
Set-Content $file.PSPath
$file.PSPath
}

View File

@ -5,7 +5,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "May 2019 Update"]
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
author: greg-lindsay
audience: itpro author: greg-lindsay
manager: laurawi
ms.localizationpriority: high
ms.topic: article