posts
$envTermGroup = "Document Management Tags" $termSId = "b6ddada5-25b5-xxx-xxxx-b473235d6278" #c65620d8-ee35-4a47-83ed-3da15bf74a0a" #Tags old term set $csvPath = "C:\Users\343614\OneDrive - ssss\Documents\scripts\termsets_import\Import csv - all tags - with synonyms - Delta - test.csv" $logFile = ".\term_synonyms_Log-$(Get-Date -Format "yyyyMMdd-HHmm").csv" function Log-Message { param ( [string]$Message, [string]$Status ) switch ($Status) { "Success" { $color = "Green" } "Info" { $color = "Blue" } "Error" { $color = "Red" } default { $color = "White" } } Write-Host -ForegroundColor $color "$Status => $Message" $logEntry = [PSCustomObject]@{ Timestamp = (Get-Date).
posts
emove user from the SharePoint Online site collection
Go to the site Change the URL to have /_layouts/15/people.aspx?MembershipGroupId=0 at the end Find the person you want to remove and click the checkbox to select them Then click ‘Actions’ at the top Select ‘Delete user from site collection’ then Yes to the warning message. Then go back to the Owners / Contributors group that you need them to have access to and give access again.