Friday, April 26, 2024

Monthly Archives: February, 2019

Introducing Intune for Education’s Revolutionary Remote Autopilot Reset Feature

Introducing Remote Autopilot Reset in Intune for Education What is Autopilot? Autopilot is a cloud-based service from Microsoft that helps organizations set up, deploy, and manage...

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...

Most Read