S
Satya1111
Guest
I have to execute for 1000 selected user out of more than 1000. where I need to disable there litigation hold and online archive which is hybrid mode with office365.
plz share some script using csv input .
like
$users = Get-Content -Path "d:\safee\o365test.csv"
ForEach ($user in $users)
Set-Mailbox bsuneja@contoso.com -LitigationHoldEnabled $fals
Continue reading...
plz share some script using csv input .
like
$users = Get-Content -Path "d:\safee\o365test.csv"
ForEach ($user in $users)
Set-Mailbox bsuneja@contoso.com -LitigationHoldEnabled $fals
Continue reading...