Posts

Showing posts from April, 2016
When you view a SharePoint Online list in Office 365 Enterprise, you receive the following error message: The number of items in this list exceeds the list view threshold, which is 5000 items. Tasks that cause excessive server load (such as those involving all list items) are currently prohibited. SOLUTION To work around this issue, split the items into multiple lists so that no list exceeds 5,000 items. Because you'll be unable to view the list items beyond the limit of 5,000 items, you must configure metadata-based navigation so that you can access all the list's contents.  The number of items in this list exceeds the list view threshold, which is 5000 items" error when you view a SharePoint Online list in Office 365 Enterprise , sharepoint 2013 ,sharepoint 2010 To enable metadata-based navigation, follow the "Enable Metadata Navigation and Filtering" and "Configure Metadata Navigation" sections of the following Microsoft website: C...
Current Site is not a tenant administration site . Resolved : make sure you are using the url format as   Connect-SPOService -Url https:// contoso-admin .sharepoint.com -credential admin@contoso.com ,  not as     Connect-SPOService -Url https:/ /contoso. sharepoint.com -credential admin@contoso.com , 
SharePoint ONLINE : SharePoint online Management Shell Environment : Install the SharePoint Online Management Shell from the  Microsoft Download Center . Click   Start > All Programs > SharePoint Online Management Shell . Run   Connect-SPOService . For example,   Connect-SPOService -Url https://contoso -admin .sharepoint.com -credential admin@contoso.com ,  make sure you include -admin before your site . Once you run the command a window will pop up and ask you for password . and you should be connected after right credentials ,