no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | windows:powershell_commands:dns [2019/10/31 09:06] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Create DNS records with PowerShell ====== | ||
| + | Add cName record: | ||
| + | <code bash> | ||
| + | Add A record: | ||
| + | <code bash> Add-DnsServerResourceRecordA -ComputerName " | ||
| + | Add AAAA record: | ||
| + | <code bash> | ||