Jump to content

ekrizon

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ekrizon

  1. Chrome Gopher is amazing, we use it for our fleet of 5000. Chrome Gopher Premium is new and includes the Gopher Buddy extension that you would need to push to all your users. Then you can view timestamps and specific logon info including ip address, username, and session length. There is a comparison chart between the two versions on their website: https://labs.amplifiedit.com/gopher-for-chrome/ Highly worth it.
  2. To repair/reindex mailbox in 365 there is no longer the New-MailboxRepairRequest cmdlet instead use: To start the move issue the following command: New-MoveRequest -Identity [email protected] To check on the status of a move you can use either of these two commands: Get-MoveRequestStatistics -Identity [email protected] Get-MoveRequest -Identity [email protected] Once the Get-MoveRequest status is "Completed", then you should run: Remove-MoveRequest -Identity [email protected]
×
×
  • Create New...