[BUG] - Connect-PnPOnline -URL "SharePoint Online Tenant Admin URL" takes exactly 100secs to estabalish connectivity #5067
              
                Unanswered
              
          
                  
                    
                      dukkipati1982
                    
                  
                
                  asked this question in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Notice
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
Invoke-PnPSiteTemplateorGet-PnPSiteTemplate? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/pnpframework/issues.Reporting an Issue or Missing Feature
Connect-PnPOnline -URL "SharePoint Online Tenant Admin URL" takes exactly 100secs to estabalish connectivity
Expected behavior
Connect-PnPOnline -URL "SharePoint Online Tenant Admin URL" should connect to SPO immediately
Actual behavior
Please describe what you see instead. Please provide samples of output or screenshots.
Steps to reproduce behavior
$managedCredential = Get-StoredCredential -Target ABCD
#Parameters
$TenantAdminURL = "https://tenant-admin.sharepoint.com/"
#Connect to Admin Center
Connect-PnPOnline -Url $TenantAdminURL -CLientID XYZ -Credentials $managedCredential
What is the version of the Cmdlet module you are running?
PnP.PowerShell version 1.12.0.0
Which operating system/environment are you running PnP PowerShell on?
Beta Was this translation helpful? Give feedback.
All reactions