Replace char/word in shell script


substitute whitespace by commas to generate csv output

echo a b c | tr -s ' ' ','

DIsable LAPS

  Turn all items to disabled in LAPS GPO    Remove LAPS passwords Get-ADComputer -Filter * -SearchBase “OU=Servers,DC=mydomain,DC=com” | Se...

Mais vistos