Set/change linux date

Set/change/update date to 31/10/2017 10:15

Option 1 – date command syntax
date -s '2017-10-31 10:15'

Option 2 – date command syntax
date -s '31 OCT 2017 10:15'

Export/import windows server DNS zones

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

Mais vistos