├── .gitattributes ├── DNSInfo.psd1 ├── DNSInfo.psm1 ├── DNS_ACL.csv ├── DNS_ACL.ps1 ├── DNS_ACL_PTR_CLASS_B.csv ├── DNS_ACL_PTR_CLASS_B.ps1 ├── DNS_ACL_PTR_CLASS_C.ps1 ├── README.md └── SCCM_RunScript.ps1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/.gitattributes -------------------------------------------------------------------------------- /DNSInfo.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/DNSInfo.psd1 -------------------------------------------------------------------------------- /DNSInfo.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/DNSInfo.psm1 -------------------------------------------------------------------------------- /DNS_ACL.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/DNS_ACL.csv -------------------------------------------------------------------------------- /DNS_ACL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/DNS_ACL.ps1 -------------------------------------------------------------------------------- /DNS_ACL_PTR_CLASS_B.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/DNS_ACL_PTR_CLASS_B.csv -------------------------------------------------------------------------------- /DNS_ACL_PTR_CLASS_B.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/DNS_ACL_PTR_CLASS_B.ps1 -------------------------------------------------------------------------------- /DNS_ACL_PTR_CLASS_C.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/DNS_ACL_PTR_CLASS_C.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/README.md -------------------------------------------------------------------------------- /SCCM_RunScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byteben/DNS/HEAD/SCCM_RunScript.ps1 --------------------------------------------------------------------------------