mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 12:53:38 +00:00
delete script
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user