Office 365 Importing IMAP Mailboxes

There are ways migrating mailboxes from one provider to Office 365. Importing through IMAP-enabled mailbox is one of them. And here is a quick run-down of what the steps are. First, verify the ownership of the domain and get all the mailboxes ready in Office 365. Then, prepare a CSV file in the following format: EmailAddress,UserName,Password [email protected],contoso\terry.admin,password12345 The first row […]

Office 365 Shared Mailbox Sent Items Copy Feature

By default, emails sent from Shared Mailbox are only saved in the user’s Sent Items folder but ideally, it can be also copied in the Shared Mailbox’s Sent Items folder as well. To enable this Sent Items Copy feature, First, connect to Office 365 using: $userCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection […]

How Ransomware Evolved

In a webnar that details how MegaCortex, the most recent Ransomware, attacks the network, the presenter from Sophos briefly introduced how Ransomware evolved over the years, way back from 1989 when an AIDS trojan was spread by 20K floppy disks via postal office to most recent years attacks including WannaCry in 2017 and MegaCortex in 2019. Guess how many type […]