disable litigation hold & online Archive

  • Thread starter Thread starter Satya1111
  • Start date Start date
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...
 
Back
Top