Microsoft announced an update to the Microsoft 365 administration certification. Let’s begin with the fact that Microsoft has renamed the certification from “Microsoft 365 Certified: Enterprise Administrator Expert” to “Microsoft 365 Certified: Administrator Expert”. They dropped enterprise from the name. To obtain the previous Microsoft 365 certification, you had to pass both the MS-100 and the MS-101 exams. The new exam that has replaced the MS-100 and MS-101 is called the Microsoft 365 Administrator, MS-102 exam, which you need to pass to obtain the new Microsoft 365 Certified: Administrator Expert. However, before you study and take the MS-102 exam, you need to pass one of the prerequisite Microsoft exams. Below… Read More
Continue ReadingUsing the SharePoint Migration Tool (SPMT) to Migrate SharePoint Sites to Microsoft 365
Microsoft provides a free and simple migration tool, the SharePoint Migration Tool (SPMT), to assist in the migration process from SharePoint sites to Microsoft 365. SPMT can perform SharePoint-related migrations to SharePoint Online, OneDrive, and Teams from the following: SharePoint Server 2010, 2013, 2016, and 2019 SharePoint Foundation 2010 and 2013 SharePoint Server 2010 out-of-box (OOB) workflows to Power Automate SharePoint Designer 2010 and 2013 workflows to Power Automate Note: If you are proficient with Windows PowerShell, SPMT contains all the functionality available in PowerShell to complete your migration. Understanding SPMT It is important to prepare for and understand SPMT, including supported authentication methods, migrated content permission behavior, migration assessment,… Read More
Continue ReadingUsing SMAT to assess migration from SharePoint Server to SharePoint Online
The SharePoint Migration Assessment Tool (SMAT) is a command-line utility designed to help organizations evaluate their current on-premises SharePoint environment and prepare for migration to SharePoint Online. SMAT assists in identifying potential issues that could arise during the migration process and provides recommendations to address these issues. It’s essentially a tool to ensure a smoother migration experience. Note: For information about the free SharePoint Migration Tool (SPMT), which assists in the migration process from SharePoint sites to SharePoint Online, OneDrive, and Teams, see Using the SharePoint Migration Tool (SPMT) to Migrate SharePoint Sites to Microsoft 365. SMAT Tasks Scans and Analyzes: The tool scans your existing SharePoint environment to collect information about the… Read More
Continue ReadingWhat’s Changed or Missing in the Preview Release of Microsoft Teams
With any preview release of software, the product is often not yet fully functional. I look at preview mode like half-baked brownies: the recipe calls for you to bake them at 350 degrees for 30 minutes for them to be edible, but instead you bake them at 200 degrees for 20 minutes, producing something that resembles brownies, but they’re not fully baked or ready to consume. The preview of the new Microsoft Teams is no different; it is missing some features that were in classic Teams, and not everything announced has been fully implemented. With this in mind, it is important to balance what you’re gaining versus what you’re losing… Read More
Continue ReadingManaging Microsoft 365 using PowerShell
Managing the powerful productivity and collaboration suite Microsoft 365 can be a daunting task, especially for organizations with thousands of users, licenses for those users, and hundreds of groups used to manage the users. PowerShell is a command-line tool that can simplify and automate the management of Microsoft 365 and save time and resources. It’s important for Microsoft 365 administrators to have the ability to automate, bulk manage, and configure these users, licenses, and groups. To benefit, you need a thorough understanding of how PowerShell integrates with Microsoft 365 and how you can use PowerShell to manage users, licenses, and groups, and generate reports and PowerShell scripts to perform some… Read More
Continue ReadingManaging Microsoft Teams using PowerShell
Microsoft Teams can potentially have tens of thousands of users, thousands of teams, and thousands of channels, and the ability to automate and bulk manage these teams, channels, and team members means that it’s imperative to have an on-the-ball administrator. It’s helpful to understand how nicely PowerShell integrates with Microsoft Teams and how you can use PowerShell to interact with Teams and generate scripts to perform some of the more common – and possibly tedious – tasks associated with Teams. Microsoft Teams PowerShell provides several cmdlets for managing all aspects of Microsoft Teams, and the Teams PowerShell module offers three great features: Support for authentication options, like credentials and access… Read More
Continue ReadingUnderstanding SharePoint Server Subscription Edition
Over the years there have been several releases of SharePoint Server for on-premises installations. In the past, Microsoft released them about every three years (SharePoint Server 2007, 2010, 2013, 2016, 2019). This meant customers didn’t see any new features for three years and then we had to go through a lengthy, well-planned, and thought-out upgrade process to deploy the next version. You may be wondering where the next major release of SharePoint Server is since we haven’t seen anything about SharePoint Server 2022. … Microsoft released SharePoint Server Subscription Edition, which is expected to be the last major release of any on-premises SharePoint Server product. Microsoft is changing things up… Read More
Continue ReadingRenaming the GUID-Challenged Central Administration Database
The Central Administration content database that is created during the installation of your SharePoint farm is probably the second most important database, with the SharePoint Configuration database being the first most important, so it is imperative that you are able to easily reference this database when performing administrative tasks. If you perform the SharePoint installation using the GUI the Central Admin database is created with a not-so-user-friendly name that includes a Globally Unique Identifier (GUID). This name makes it challenging to work with when writing scripts that reference the database because of the GUID included in the name of this database. You can avoid the GUID from being applied to… Read More
Continue Reading