Subscribe to Blog via Email
Join 773 other subscribers
|
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
This week I migrated a customer to Office 365 with a very slow internet connection.
After the migration some users complaint they did not see all of their e-mail in outlook.
In OWA they did see all of their e-mail.
I found out they missed the button “Click here to
Read more… (Solved) Outlook 2016 missing : Click here to view more on Microsoft Exchange
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
Last week I had to migrate a customer to Office 365.
Normally I use the standard migration scripts, as used in my earlier post :
https://www.vspbreda.nl/nl/ms-office/office-365/o365-on-premise-to-cloud-migration-and-mail-enabled-user-solved/
But this time nothing happened while executing the script Exchange2007MBtoMEU.ps1
Fortunately I used the customized script from Paul Cunninham:
https://practical365.com/exchange-server/customized-exchange2007mbtomeu-ps1-script-office-365-migrations/
This script
Read more… (Solved) PowerShell add-in powershell.admin is not installed
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
Convert Shared mailbox to regular > The password is invalid. Unable to update the password
This week I had a customer, who wanted to convert a shared mailbox to a regular mailbox, on an Exchange 2016 server.
Normally this must be done by Exchange powershell:
Set-Mailbox username -Type regular
This
Read more… Convert Shared mailbox to regular
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
I’ve been trouble shooting Office 365 e-mail (outlook) errors, for several months now.
There are many different errors, who need a different solution.
I’ve created a complete checklist for these problems.
I’ll hope you can use this list.
Read more… [Solved] O365 : Trouble shooting Office 365 / Outlook e-mail problems, complete checklist.
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
Sometimes you receive an error message while logging in at the Office 365 portal.
This is due to different reasons, like:
User has no online mailbox, but wants to open
Read more… [Solved] Office 365 : Error ‘Something went wrong’ OwaUserHasNoMailboxAndNoLicenseAssignedException
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
When Migrating to Office 365 you need to reconfigure your Outlook profile.
You need to change your internal and external Autodiscover DNS setting.
Most of the time, this doesn’t work for the internal users, because Outlook is hard-coded to query an AD Service Connection Point (SCP) to locate a server
Read more… [Solved] Office 365 : Unable to connect outlook to Office 365, after migration.
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
Bulk create mailbox :
First search al users and filter on UPN name, to make sure you don’t use system accounts, en pipe the result to Enable-Mailbox
Get-User -RecipientTypeDetails User -Filter { UserPrincipalName -ne $Null } | Enable-Mailbox
You can also bulk mail enable multiple users :
Use this command
Read more… E2013: Bulk create mailbox or mail enable multiple users [Solved]
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
When you want to migrate local Exchange 2003 of Exchange 2007 users to exchange online, follow these steps.
Login to your Exchange Online portal, and go to recipients.
Click on Migration => Click on the ‘+’ sign to ADD => Select Migrate to Exchange Online
Select
Read more… Exchange 365 : Migrate Local Exchange 2003 to Exchange Online (Office 365)
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
When Decommissioning an old Exchange server you may receive this error massage :
Configuring Prerequisites COMPLETED
Prerequisite Analysis FAILED
Uninstall can’t continue.
Errors:
This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, public folder mailboxes or arbitration mailboxes. To get a list of all
Read more… Exchange 2013 : What is an arbitration mailbox? / Unable to Decommission an Exchange server. [Solved]
Like this:Like Loading...
Here you find a powershell script which was very useful for me.
All scripts are free of charge, use them at your own risk :
When you want to import pst files, you need to create a csv file, containing the user e-mail address and the file location of the pstfile, and of course the correct name of the pst file :
Csv file:
user,userpath
administrator@domain.nl,\\xch1\ImportPST\administrator.pst
test@ domain.nl,\\xch1\ImportPST\test.pst
To start the import
Read more… Exchange 2013 : How to bulk import pst files
Like this:Like Loading...
|
|