modules
modules copied to clipboard
Modules like Invoke-CsvSqlcmd
Hi guys I will work for Authorization: Bearer support only access DNS of a specific zone using this code as support... just with a little change in getting the specific...
- Implemented use of API tokens with 'Token' parameter - Changed API key parameter to 'Key' instead of 'Token' - Updated $zoneurl to work with latest changes - Added documentation...
See Issue #8 and Issue #4
Hi - Many thanks for the excellent script. I'd like to be able to update multiple records at once. The reason for this is that I'm calling the script using...
I have a CNAMES and MX in my DNS zone. I had to modify this line to include the type `$recordurl = "$baseurl/$zoneid/dns_records/?name=$hostname"` to `$recordurl = "$baseurl/$zoneid/dns_records/?name=$hostname&type=A"`
I have added support for IPv6 addresses and for specifying IPs explicitely. In the process, I have switched from ipinfo.io to ipify.org because they offer both IPv4 and IPv6 support.
I was getting https 426 errors while running this module. This is due to invoke-restmethod defaulting to TLS 1.0. You can set this by adding this line of code into...
If i have example.com, i have an A record for that in cloudflares DNS which is called example.com I then set up a CAA record type which has the same...
Hi, Thank you so much for the ppt explanation and also the super fast code. But I get this input array error I created the table in sql and I...