Skip to content

Instantly share code, notes, and snippets.

@oldsj
oldsj / ok-sc-cs01.xml
Created March 16, 2018 13:24
ok-sc-cs01.xml
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>ok-sc-cs01</name>
<memory unit='KiB'>8388608</memory>
<currentMemory unit='KiB'>8388608</currentMemory>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='pc-i440fx-xenial'>hvm</type>
<loader type='rom'>/home/ubuntu/OVMF.fd</loader>
</os>
<features>
#PROD
Get-DnsServerResourceRecord -ComputerName oscn.net -ZoneName oscn.net -RRType A | Export-Clixml out.xml
#AWS
$current = Import-Clixml .\out.xml
$current | Add-DnsServerResourceRecord -ZoneName oscn.net -ComputerName 172.31.84.105 -ErrorA
ction SilentlyContinue