├── .gitattributes ├── .gitignore ├── Invoke-DNSUpdate.ps1 ├── LICENSE ├── Powermad.ps1 ├── Powermad.psd1 ├── Powermad.psm1 └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kevin-Robertson/Powermad/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kevin-Robertson/Powermad/HEAD/.gitignore -------------------------------------------------------------------------------- /Invoke-DNSUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kevin-Robertson/Powermad/HEAD/Invoke-DNSUpdate.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kevin-Robertson/Powermad/HEAD/LICENSE -------------------------------------------------------------------------------- /Powermad.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kevin-Robertson/Powermad/HEAD/Powermad.ps1 -------------------------------------------------------------------------------- /Powermad.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kevin-Robertson/Powermad/HEAD/Powermad.psd1 -------------------------------------------------------------------------------- /Powermad.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kevin-Robertson/Powermad/HEAD/Powermad.psm1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kevin-Robertson/Powermad/HEAD/README.md --------------------------------------------------------------------------------