{"id":9506,"date":"2026-03-24T02:52:20","date_gmt":"2026-03-24T02:52:20","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=9506"},"modified":"2026-03-24T02:52:20","modified_gmt":"2026-03-24T02:52:20","slug":"we-are-unable-to-validate-your-request-at-this-time-be-advised-anonymous-connections-are-not-allowed-for-this-service-if-you-believe-you-received-this-message-in-error-please-try-your-request-again","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/we-are-unable-to-validate-your-request-at-this-time-be-advised-anonymous-connections-are-not-allowed-for-this-service-if-you-believe-you-received-this-message-in-error-please-try-your-request-again","title":{"rendered":"We are unable to validate your request at this time. Be advised anonymous connections are not allowed for this service. If you believe you received this message in error, please try your request again. If the issue persists, contact support and reference message code 715-123220"},"content":{"rendered":"\n<p>Trying to setup a new Customer in Partner Center and its broken <\/p>\n\n\n\n<p>Powershell creates them fine<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">Install-Module -Name PartnerCenter\nConnect-PartnerCenter\n\n\n$newCustomer = New-PartnerCustomer `\n  -BillingAddressLine1 \"XXXXXX\" `\n  -BillingAddressCity \"XXXX\" `\n  -BillingAddressState \"XXXXX\" `\n  -BillingAddressPostalCode \"XXXX\" `\n  -BillingAddressCountry \"XXXX\" `\n  -ContactFirstName \"XXXX\" `\n  -ContactLastName \"XXXX\" `\n  -ContactEmail \"XXXXX\" `\n  -ContactPhoneNumber \"XXXXX\" `\n  -Domain \"XXXXX.onmicrosoft.com\" `\n  -Name \"XXXXXXXX\" `\n  -Language \"en\" `\n  -DisableValidation\n\n# Verify credentials exist before proceeding\nif ($null -eq $newCustomer.UserCredentials) {\n    Write-Warning \"WARNING: UserCredentials is null \u2014 tenant may have been created but credentials not returned!\"\n    Write-Host \"Customer ID: \" $newCustomer.Id\n    Write-Host \"Check Partner Center immediately and reset the password manually.\"\n} else {\n    Write-Host \"===== SAVE THESE CREDENTIALS NOW =====\"\n    Write-Host \"Username:    \" $newCustomer.UserCredentials.UserName\n    Write-Host \"Password:    \" $newCustomer.UserCredentials.Password\n    Write-Host \"Customer ID: \" $newCustomer.Id\n    Write-Host \"======================================\"\n    \n    # Also save to a local file as a backup\n    $creds = \"Username: $($newCustomer.UserCredentials.UserName)`nPassword: $($newCustomer.UserCredentials.Password)`nCustomerID: $($newCustomer.Id)\"\n    $creds | Out-File -FilePath \".\\NewCustomer_Credentials.txt\"\n    Write-Host \"Credentials also saved to .\\NewCustomer_Credentials.txt\"\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Trying to setup a new Customer in Partner Center and its broken Powershell creates them fine<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9506","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=9506"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9506\/revisions"}],"predecessor-version":[{"id":9507,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9506\/revisions\/9507"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=9506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=9506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=9506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}