如何在 Powershell 中打印来自 API 的整个获取请求?
我正在编写一个 powershell 脚本,该脚本显示我通过 GoDaddy 管理的所有 dns 服务器,并查看哪些服务器即将过期。我正在使用 GoDaddy API 和以下代码: . .\configs\example.com_update_gd_dns_cfg.ps1 Write-Output "example.com" $headers = @{} $headers["Authorization"] = 'sso-key ' + $key + ':' + $secret $result = Invoke-WebRequest -Uri https://...