$host.Runspace.ThreadOptions = "ReuseThread" #Definition of the function that gets all the site collections information in a SharePoint Online tenant function Get-SPOSharePointUsersPerGroup { param ($sSPOAdminCenterUrl,$sSiteUrl,$sUserName,$sPassword) try { Write-Host "--------------------------------------------------------------------------------" -foregroundcolor Green Write-Host "Getting all Users per Group in a SharePoint Online Site" -foregroundcolor Green Write-Host "--------------------------------------------------------------------------------" -foregroundcolor Green $msolcred = Get-Credential -UserName $sUserName -Message $sMessage Connect-SPOService -Url $sSPOAdminCenterUrl -Credential $msolcred $spoGroups=Get-SPOSiteG...
Hi! I'm Ramesh Beerla, working as a Team Lead and passionate about developing automated solutions to customers. In this blog I will post some important articles which will be useful for fellow developers