Skip to main content

Posts

What is Office 365 tenant?

  What is Office 365 tenant? Let’s take an example to understand tenant. Apartment complex has approx. 400 apartments.   So Apartment is tenant for you. Apartment complex is   Office 365 data center / Cloud. When you are registering the organization with office 365. By default a tenant is created for organization.   And two different DNS entries is registered in DNS. The two DNS entries that will be created are the following. ·        Organization name/tenant name .onmicrosoft.com ·        Organization name/tenant name.sharepoint.com   Tenant is the container for items of your Organization such as users, domains, subscriptions etc. . There is no cost to having a Tenant itself. Cost comes in picture when you have purchase subscriptions plan for your organization. ‘Tenant provide an identity for organization in office 365 data center. Its create an default domain with name ‘tenant name.or...

New updates in SharePoint Online in respect of navigation

                                                            Navigation in SharePoint Online Proper Navigation attracts more users. Main purpose of Navigation is ‘Navigate Links here to there in quick manner’. This makes your application user friendly. Therefore, Microsoft introduced few new navigations like Hub navigation. The type of  navigation in SharePoint Online are followings-  1-       Hub Navigation  2-       Site Collection Navigation (Global Navigation) (Top Navigation)  3-       Site Navigation (Local Navigation) (Quick Launch)  4-       Megamenu Navigation  5-       People Navigation Above given navigations are used in different sites and features. Like Hub Navigation...

Difference between Team site and Communication Site

  Difference between Team site and Communication site in Office 365 Hi guys, this is very quick question which is asked during the interview. so i have written this i my blog. Sr. No Feature Team Site Communication Site 1 Purpose Team site are focused on Collaboration Sharing information 2 Group Microsoft Office 365 Group SharePoint Group 3 External Sharing By default, enabled in Team site. It can be disabled by Site administrator By default, disabled in Communication Site it can be enabled by Site administrator 4 Navigation Left Navigation is used in team site Top navigation is used. 5 Authors on site All members are content authors in the site who jointly create or edit the content on site . Few members are content authors and  a lagr...

Group Types in Office 365

  Microsoft Office 365 Groups Office 365 Groups are also used in SharePoint Sites with SharePoint groups. Mostly recommended Office 365 group by Microsoft is 'Office 365'.  Each office 365 group is created after completing below given steps -   Group Type    Basics   Settings(This is not applicable for Security Group)   Owners (This is not applicable for Distribution, mail-enabled security and Security)  Finish Group Type - There is four types of office 365 groups.  Office 365 - (By Default, it is recommended)  This allows teams to collaborate by giving them a group email and a shared workspace for conversations, files, and calendars. This is a default setting while creating the group and this is the recommended one. Distribution - Send Email to all members of the list                                          ...

Why Hub Site & What is Hub Site

  SharePoint Hub Site   As you now, today every organization has an intranet portal for the business. Today’s intranet portal is based on hierarchical structure of subsite relationships to nest sites within sites and shared navigation to connect sites. But there is a challenge with hierarchical structure. ‘Challenge is governance of intranet like managing permission etc. and no more flexibility and changes.’ Example- Like a user has permission ‘update’ on a site collection of intranet portal but we want to remove the permission from sub sites. For the same we have to break inheritance, we have to provide permission individually one by one for all sub sites. On other end, Many features like retention and classification in SharePoint apply to all sites within site collection, whether you want them to or not. So hierarchical structure has less flexibility and has governance issue. You have to make lot of changes to make a simple change for the same. Due to less flexibility ...

Basic of PowerShell-Part 1

 Basic of PowerShell-Part 1 PowerShell is a scripting language. It helps to automate the technical tasks like generate daily client reports. Going to start a series  of  blogs to share the basic understanding of PowerShell for the beginners.  This is the Part-1 in which we will cover the below given points. 1- Define the variable - $ is used to define the variable  2- Comment the single line -  # is used to comment the single line 3- Comment the Multiple lines - <# content #>  is used to comment the multiple lines 4- Use of  Write-Host - Write-host is used to print the outcome or print the any message 5- Use of  Read-Host -  Read-host is used to take run time input from the User. it returns the datatype string. 6- Covert the datatype-  To convert the datatype, use syntax like [Int]$stringvaribale . it will convert the string value into the int. To understand the above, we will take a example of  'Add two numbers'. PowerSh...

Disable User filtering in SharePoint 2010

Remove Disabled User from People Picker As we know experience always better then theory but good combination is experience plus theory of relative experience. This combination enhances your knowledge. Today, we have a critical reporting issue from client that is “ Employee has left organization but Employee is still in People Picker” . This issue is related to User profile Synchronization. To overcome this issue we need to creating User profile Synchronization Exclusion Filters using the Active Directory Attribute ”userAccountControl”. Exclusion filter has an advantage of reducing the amount of “Junk” in the profile database and also decrease the time taken to perform synchronization. The userAccountControl attribute is used to store the account options for an AD user object. These options include the status of the account (e.g. disabled, or locked out). Each option is a property flag. These flags are cumulative and thus there is only ever one value for userAccou...

Error In Search Service Application

Error In Search Service Application- Error1 - Service is not able to connect with administrator component. Error2 - Default Crawling Account has not proper permissions like read permission. Error3 - Crawling Related errors. Error4- Stuck on starting. Error5- Search Service is  not started Common Step to Resolve 1-  Use power shell command to check status and stop and start. 2-  In Services.msc  start search service. 3-  Check Permission of your default crawler account. 4-  Reset Your Time Service 5-  Reset IIS 6-  App Pool Restart 7- Application Server Admin Service is enabled or not check by power shell command. Note- Search service application uses SQL server Native client to working with Database. This native client can be a cause for Admin Component disconnection with Database. you can find error by making UDL file and make a connection with your database with this UDL file. if UDL file is able to make connection with...

Default Web Services in SharePoint

By default, SharePoint has multiple web services that are given below. http://ServerName:99999/_vti_adm/Admin.asmx – used for creating and deleting sites, change 99999 with your administrative port number http://ServerName/_vti_bin/Alerts.asmx – used for working with alerts http://ServerName/_vti_bin/DspSts.asmx – used for retrieving schemas and data http://ServerName/_vti_bin/DWS.asmx – used for working with Document Workspaces http://ServerName/_vti_bin/Forms.asmx – used for working with user interface forms http://ServerName/_vti_bin/Imaging.asmx – used for working with picture libraries http://ServerName/_vti_bin/Lists.asmx – used for working with lists http://ServerName/_vti_bin/Meetings.asmx – used for working with Meeting Workspaces http://ServerName/_vti_bin/Permissions.asmx – used for working with SharePoint Services security http://ServerName/_vti_bin/SiteData.asmx – used by Windows SharePoint Portal ServerName http://ServerName/_vti_bin/Sites.asmx – used to ret...

Fetch Data From Multiple SharePoint Lists

                                                Fetch Data From Multiple SharePoint Lists Today, we have a very interesting Topic  that is "Fetch Data From Multiple SharePoint Lists" to discussion.  there are many ideas by which it can be happened. here we have three methods which are following- 1- By using CQWP- this is totally depends on search service application. it can be implemented by SharePoint administrator by using User interface.  you only needed a query to fetch data from search. here search service application is playing a important role so it also has an impact on your CQWP which is added in web part zone on .aspx page. 2- By using Linked Data Source- This can be done by using SharePoint Designer. Linked data source is configured for multiple SharePoint lists through SharePoint designer. after Configuration of linked data source, Jus...