Skip to content

Latest Post

Enterprise Notifications with Azure Communication Services How to Set up Multiple Administrator Approval for Intune Device Actions Differences between the three Microsoft Intune reset methods ? Why Enabling Messaging Safety in Microsoft 365 Is Critical Optimizing Azure Costs with VM Hibernation for Azure Virtual Desktop

Microsoft Geek

A Drink of Technology for the Thirsty Mind

Microsoft Geek

A Drink of Technology for the Thirsty Mind

  • Home
  • Meet the Geek
  • Street Creds
Active Directory 101 PowerShell 101

Add an Active Directory User to the Same Groups as Another User with PowerShell

Microsoft Geek April 18, 2017 No Comments

Open PowerShell as Admin import system modules or Import-modules activedirectory Command: Get-ADUser -Identity cduran -Properties memberof | Select-Object -ExpandProperty memberof | Add-ADGroupMember -Members cdurantest

Exchange Server 2010

Delete All Calendar Entries In An Exchange 2010 Mailbox

Microsoft Geek April 14, 2017 No Comments

Open EMS Run: Search-Mailbox –identity username –SearchQuery kind:meetings –DeleteContent You can get an estimate about the number of entries and size that will be freed up after deletion by running:…

Exchange Server 2010 Office 365 Basics PowerShell 101

Check user acct O365 migration status via PowerShell

Microsoft Geek April 14, 2017 No Comments

You can use EMC for this or use powershell to view the status of a user acct’s O365 migration progress get-user -identity username | get-moverequeststatistics

Exchange Server 2010 Office 365 Basics PowerShell 101

Unable to Migrate User to O365 – “Target user already has a primary mailbox”

Microsoft Geek April 14, 2017 No Comments

If you run into an issue where a user has both a mailbox in Exchange on-premise and O365, and you cannot migrate the account to O365. Error: “Target user already…

Exchange Server 2010 Office 365 Basics PowerShell 101

Delete a Calendar item from a mailbox

Microsoft Geek April 14, 2017 No Comments

If you have the need to remove a specific calendar event/appointment from a mailbox, you can do it through Power Shell or Exchange Management Shell. Open PowerShell or EMS If…

Exchange Server 2010 Office 365 Basics PowerShell 101

Delete emails from specific sender in one users mailbox

Microsoft Geek April 14, 2017 No Comments

1. Connect to Exchange On-line From the PowerShell console on an Exchange 2010 server: $Cred = Get-Credential $s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic –AllowRedirection Import-PSSession…

Exchange Server 2010 Office 365 Basics PowerShell 101

Delete specific email from O365 mailboxes

Microsoft Geek April 14, 2017 No Comments

1. Connect to Exchange On-line From the PowerShell console on an Exchange 2010 server: $Cred = Get-Credential $s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic –AllowRedirection Import-PSSession…

Exchange Server 2010 Office 365 Basics PowerShell 101

Restore de-provisioned O365 mailbox

Microsoft Geek April 14, 2017 No Comments

Run this from EMS on Exchange 2010 on-prem server: Enable-RemoteMailbox -Identity “pamela cornell” -RemoteRoutingAddress pcornell@lifetouch.mail.onmicrosoft.com Example:

Exchange Server 2010 Office 365 Basics PowerShell 101

Converting User mailbox to Shared or Room mailbox

Microsoft Geek April 14, 2017 No Comments

Open Exchange Management Shell Enter the following command: get-mailbox -identity <username or display name> | set-mailbox -type shared Afer the process completes, the mailbox will show as a share box.…

Exchange Server 2010 Office 365 Basics PowerShell 101

Migrate user mailbox from O365 back to Exchange 2010 on-premise

Microsoft Geek April 14, 2017 No Comments

Migrate user mailbox from O365 back to Exchange 2010 on-premise: Open Windows PowerShell in administrator mode and run: New-MoveRequest -Identity “Matt Heitman” -Outbound -RemoteTargetDatabase “MBX01-DB3 – High Limits” -RemoteHostName autodiscover.companydomain.com…

Posts pagination

1 … 26 27 28 … 73

« Previous Page — Next Page »

Tech Topics

Scavange Blog

Archives

You Missed

Azure Cloud Computing

Enterprise Notifications with Azure Communication Services

Intune

How to Set up Multiple Administrator Approval for Intune Device Actions

Cloud Computing End User Computing Intune

Differences between the three Microsoft Intune reset methods ?

Cloud Computing O365

Why Enabling Messaging Safety in Microsoft 365 Is Critical

Microsoft Geek

A Drink of Technology for the Thirsty Mind

Copyright © All rights reserved | Blogarise by Themeansar.