What’s Changed or Missing in the Preview Release of Microsoft Teams

At the end of March 2023, Microsoft released the New Teams desktop app in preview mode and it’s receiving great reviews. Microsoft pretty much rebuilt Teams from the ground up and by doing so it has several enhancements making it faster, simpler, smarter, and even more flexible than the classic Teams desktop app. But as with all new releases, especially those in Preview mode, there are some current known issues, and missing features and functionality with the new Teams Preview release. So, before you push that button to enable preview mode in your production environment be sure to view my article that lists and describes What’s Changed or Missing in… Read More

Continue Reading

Managing Microsoft 365 using PowerShell

  Microsoft’s PowerShell provides administrators the capability to automate routine tasks using a command-line shell that’s associated with a powerful scripting language. This command line utility is structured, intuitive, provides consistency, and is available across all Microsoft products, making it easier for an administrator to transition their PowerShell knowledge and experience from one product to another. Managing Microsoft 365 using PowerShell is an efficient way for your M365 administrators to manage users, groups, and many other M365 components in bulk. As an example, using PowerShell, you can easily add hundreds of users, or modify properties on these users, or groups located in Microsoft 365. It is a tool that every… Read More

Continue Reading

Managing Microsoft Teams using PowerShell

Microsoft’s PowerShell provides administrators the capability to automate routine tasks using a command-line shell that’s associated with a powerful scripting language. This command line utility is structured, intuitive, provides consistency, and is available across all Microsoft products, making it easier for an administrator to transition their PowerShell knowledge and experience from one product to another. Managing Microsoft Teams using PowerShell is an efficient way for your M365 and Teams administrators to manage teams, channels, team members, and many other Microsoft Teams components in bulk. As an example, using PowerShell, you can easily add hundreds of users to a team, or modify properties on these team, or modify properties on the… Read More

Continue Reading

Understanding and preparing for the SharePoint Server Subscription Edition

SharePoint Server Subscription Edition is the last major release of SharePoint Server on-premises, so if you are currently running an earlier version of SharePoint on-premises, you may want to consider upgrading to SharePoint Server Subscription Edition. This is beneficial to us in a couple of ways. First, you’ll never have to perform a time-consuming, and costly upgrade to obtain new features for the product, and secondly you’ll still receive updates to the product but in a scheduled timely fashion. For more information on this SharePoint Server edition, as well as licensing information, upgrade process, software and hardware requirements, updates, and features and functionality in SharePoint Server Subscription Edition, please visit… Read More

Continue Reading

Renaming 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