Put char with sed

put char on position X with sed
 
put space on position 5
echo 1234567 | sed 's/./& /5'

put . on position 5
echo 1234567 | sed 's/./&./5'

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