Installation of New Exchange server
If you ever have installed a new Exchange server in an Active Directory orgainisation that allready have an Exchange server (That’s not so often anymore), you may have discovered that…
If you ever have installed a new Exchange server in an Active Directory orgainisation that allready have an Exchange server (That’s not so often anymore), you may have discovered that…
Here are a script, that you can include in yours script, to add Exchange management shell, to “normal” powershell scripts.
import-module msonline(install-module msonline) $O365CREDS = Get-Credential$ONPREMCREDS = Get-Credential #used UPN Username $SESSION = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365CREDS -Authentication Basic -AllowRedirection Import-PSSession $SESSIONConnect-MsolService -Credential $O365CREDS #You can run…
Today i have a problem that an exchange will not send mails though TLS, no matter what i do. I find out that, somehow this exchange servers where creating new…
When you try to delete a mailbox, you may get this error: This is because the mailbox database still contains data, that need to be moved, before you can deleted…
I have a customer, where we have taken over the support from an old supplier, so we don’t know much about their background. The first thing we do, was to…
If you need to give auser access to users calendar, based on if there are member of an group, this is the way. Start Exchange Management Shell
For en liste over alle mail adresse For en liste over alle mail adresse på et given domæne
If you want to search Exchange log for a particular subject, or just a bite of it, you can search witch this commands. This will also export it to a…
If you want to search the last 72 hours after mails sent to email recepitions on domain kennethdalbjerg.dk, you can run this command