Functions13 public, 0 private

Clears the DNS cache of the specified Windows Server. If no argument is provided, the invoking Windows Server is the target. This function requires the invoking Windows Server to have [Remoteserver-Verwaltungstools/Rollenverwaltungstools/DNS-Servertools] installed.
publicanyclearWindowsDnsCache
stringserverName
publicstringgetDKIM
Hostname to look up.
requiredstringhostname
Selector for domain key.
requiredstringselector
DNS server to query.
stringdnsResolver
booleanthrowOnErrorfalse
publicstringgetDMARC
Hostname to look up.
requiredstringhostname
DNS server to query.
stringdnsResolver
booleanthrowOnErrorfalse
publicstructgetDnsRecords
Hostname to look up.
requiredstringhostname
Record type: *, A, AAAA, CNAME, HINFO, MX, NAPTR, NS, PTR, SOA, SRV, TXT
stringrecordType*
DNS server to query.
stringdnsResolver
booleanthrowOnErrorfalse
Returns the IP address that is associated with the specified host name.
publicstringgetIPAddressByHostName
requiredstringhost
Returns all IPv4 addresses that match the provided netmask.
publicarraygetIPAddressesByNetmask
requiredstringaddress
Netmask between 20 and 32.
requirednumericnetmask
Include network (.0) and broadcast (.255) address.
booleanincludeNBfalse
Returns the local IP address of the current machine.
publicstringgetOwnLocalIPAddress
Attempts to return the public IP address of the current machine.
publicstringgetOwnPublicIPAddress
publicstringgetSPF
Hostname to look up.
requiredstringhostname
DNS server to query.
stringdnsResolver
booleanthrowOnErrorfalse
Returns if the provided input is either a valid IPv4 or IPv6 address.
publicbooleanisIPAddress
requiredanyinput
Returns if the provided input is a valid IPv4 address.
publicbooleanisIPv4Address
requiredanyaddress
Returns if the provided input is a valid IPv6 address.
publicbooleanisIPv6Address
requiredanyaddress
Returns if the provided IPv4 address is in the local address range (class A, B or C).
publicbooleanisLocalIPAddress
requiredanyaddress