Powershell to check whether there any server names in a bunch of markdown files
select-string $(get-ADCOmputer -filter {OperatingSystem -like ‘Server'}).name *.md
Powershell to check whether there any server names in a bunch of markdown files
select-string $(get-ADCOmputer -filter {OperatingSystem -like ‘Server'}).name *.md