mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
added audience metadata
This commit is contained in:
parent
8530777e0f
commit
5a5c2acfde
@ -4,7 +4,7 @@ description: Learn about new features in Windows 10 for IT professionals, such
|
|||||||
ms.assetid: F1867017-76A1-4761-A200-7450B96AEF44
|
ms.assetid: F1867017-76A1-4761-A200-7450B96AEF44
|
||||||
keywords: ["What's new in Windows 10", "Windows 10"]
|
keywords: ["What's new in Windows 10", "Windows 10"]
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
author: greg-lindsay
|
audience: itpro
author: greg-lindsay
|
||||||
manager: laurawi
|
manager: laurawi
|
||||||
ms.localizationpriority: high
|
ms.localizationpriority: high
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
|
@ -5,7 +5,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 LTSC", "Windows
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
author: greg-lindsay
|
audience: itpro
author: greg-lindsay
|
||||||
manager: laurawi
|
manager: laurawi
|
||||||
ms.localizationpriority: low
|
ms.localizationpriority: low
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
|
@ -8,7 +8,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise 2015
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
author: greg-lindsay
|
audience: itpro
author: greg-lindsay
|
||||||
ms.localizationpriority: low
|
ms.localizationpriority: low
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise 2016
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
author: greg-lindsay
|
audience: itpro
author: greg-lindsay
|
||||||
ms.localizationpriority: low
|
ms.localizationpriority: low
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise 2019
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
author: greg-lindsay
|
audience: itpro
author: greg-lindsay
|
||||||
ms.localizationpriority: low
|
ms.localizationpriority: low
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
---
|
---
|
||||||
|
8
windows/whats-new/metadata.ps1
Normal file
8
windows/whats-new/metadata.ps1
Normal 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
|
||||||
|
}
|
@ -5,7 +5,7 @@ keywords: ["What's new in Windows 10", "Windows 10", "May 2019 Update"]
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
author: greg-lindsay
|
audience: itpro
author: greg-lindsay
|
||||||
manager: laurawi
|
manager: laurawi
|
||||||
ms.localizationpriority: high
|
ms.localizationpriority: high
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
|
Loading…
x
Reference in New Issue
Block a user