LoginSignup
0
1

More than 3 years have passed since last update.

PowershellでNSレコードを追加、削除

Last updated at Posted at 2019-09-19

削除

Remove-DnsServerResourceRecord -ZoneName 3.2.1.in-addr.arpa -RRType Ns -Name "@" -RecordData ad03.test.local. -Force -PassThru

追加

Add-DnsServerResourceRecord -Name "@" -NS -ZoneName 3.2.1.in-addr.arpa -NameServer ad03.test.local. -PassThru
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1