Sitemap » O

  • Office 365 Add Full Access Privilege's
    To grant a user full access to another mailbox in Office 365 through Outlook and Outlook Web App, follow these steps: Run the following command (Change
  • Office 365 Add users to Distribution Group
    List all members for a Distribution group get-DistributionGroupMember -Identity "Distribution Group name" Add All members to a Specific Distribution group get-mailbox | foreach-object {Add-DistributionGroupMember -Identity "Distribution Group name"
  • Office 365 Change UPN (UserPrincipleName)
    Using PowerShell log into Office 365 Connect to Azure AD using the following commands $msolcred = get-credential connect-msolservice -credential $msolcred Run the following PowerShell command to change the UPN Set-MsolUserPrincipalName
  • Office 365 check existing forwards
    Connect to clients Office 365 via Powershell Copy and paste the following into Powershell console $mailboxes=get-mailbox –resultSize unlimited $rules = $mailboxes | foreach { get-inboxRule –mailbox $_.alias } $rules
  • Office 365 Delete Mail from Mailboxes
    Assign eDiscovery permissions in the Security & Compliance Center 1. Go to https://protection.office.com. 2. Sign in using your work or school account. 3. In the left pane
  • Office 365 Exchange Migration Template
    Stage Initial Collect Mailbox Numbers & Sizes Get-Mailbox | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount  | Out-File C:\Temp\mailboxsize.txt   Collate a list of Distribution groups
  • Office 365 IMAP Exchange Migration Template
    Stage Initial Collect Mailbox Numbers & Sizes from the email control panel   Collate a list of Distribution groups, alias or redirectors   Confirm Internet speed/status - Upgrade if necessary   Start initial
  • Office 365 Install/Update issue - Sophos
    Issue: Office 365 does not install or update when Sophos web filtering is enabled Solution: Log into Sophos UTM Go to Web Protection -> Filtering options Click New
  • Office 365 Message Encryption
    Office 365 Email: Message Encryption and Security By Rosemarie Withee, Ken Withee, Jennifer Reed Before the explosion of cloud technologies such as Office 365, organizations had control
  • Office 365 POP Exchange Migration Template
    Stage Initial Collect Mailbox Numbers & Sizes from the mail control panel   Collate list of Distribution groups, alias or redirectors   Confirm Internet speed/status - Upgrade if necessary   Confirm Mailboxes to
  • Office 365 Powereshell Access
    Open PowerShell The Exchange Online Management module is required.Run the following commands to install as required Install-Module -Name ExchangeOnlineManagementImport-Module ExchangeOnlineManagement To start accessing Office 365 via Powershell, run
  • Office 365 Public Folders Information
    Obtain current settings Get-OrganizationConfig | Format-List *quota* To change Settings Set-OrganizationConfig -DefaultPublicFolderProhibitPostQuota 50GB -DefaultPublicFolderIssueWarningQuota 45GB Default Values DefaultPublicFolderIssueWarningQuota : 1.7 GB (1,825,361,920 bytes) DefaultPublicFolderProhibitPostQuota : 2 GB (2,147,483,648 bytes)
  • Office 365 Save Sent Items in Shared Mailbox Sent Items folder
    When you send a message as another user or on behalf of the user, the sent message isn't saved to the Sent Items folder of
  • Office 365 Set Time Zone PowerShell
    Log into Office 365 via PowerShell Run the following command to set Language to English (Australia) and Time zone to +10 Brisbane get-mailbox | Set-MailboxRegionalConfiguration -DateFormat dd/MM/yyyy
  • Outlook PST stuck in repair mode
    If Outlook states that the PST file is corrupt but scans show that it is OK you may need to force the issue with Outlook In