AWK get text between two patterns




awk '/BEGIN/,/END/' info.txt 
 
***** BEGIN *****
BASH is awesome
BASH is awesome
***** END *****
 
 

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