Your linux installation age

how old is your linux installation

tune2fs -l $( df -h | awk '$NF ~ "/$" {print $1}' ) | grep created

Export/import windows server DNS zones

You can use Export-DnsServerZone and Import-DnsServerZone .   Export: Export-DnsServerZone -Name "test.com" -Filename "test...

Mais vistos