diff --git a/windows/whats-new/metadata.ps1 b/windows/whats-new/metadata.ps1 deleted file mode 100644 index 005c8a6774..0000000000 --- a/windows/whats-new/metadata.ps1 +++ /dev/null @@ -1,8 +0,0 @@ -$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 -} \ No newline at end of file