Tag: Microsoft 365
Azure Cloud Shell is now integrated with the Office 365 Admin Center
Over a year ago, at last Ignite conference, Microsoft previewed an early version of Azure Cloud Shell integrated modules that will make it easier...
“Say Goodbye to Microsoft Visio Viewer App for iOS: Retiring from the App Store”
Microsoft Visio Viewer App for iOS to be Retired from the App Store
Overview
Microsoft recently announced that the Visio Viewer app for iOS will be...
Introducing the New Home of Exchange Health Checker
How Cloud Technologies Can Revolutionize Businesses
As businesses look to the future, they are recognizing the tremendous potential of cloud technologies. With the ability...
How to Delete Orphan Users from SharePoint Online with PowerShell
#Import SharePoint Online module
Import-Module Microsoft.Online.SharePoint.Powershell
Function Remove-OrphanedUsers ()
{
param
(
[Parameter(Mandatory=$true)] [string] $AdminURL,
[Parameter(Mandatory=$true)] [string] $SiteURL,
[Parameter(Mandatory=$true)] [string] $ReportInput
)
Try {
#Get Credentials to connect
$Cred = Get-Credential
#Connect to SharePoint online
Connect-SPOService -Url $AdminURL...
Getting Started with Microsoft 365 Mailbox Protection: A Video Series
The Benefits of Microsoft 365 Mailbox Protection
Microsoft 365 is a comprehensive cloud productivity suite, offering businesses a wide range of tools to help them...