<#.SYNOPSISGetExchangeURLs.ps1
.DESCRIPTION PowerShell script to display the Client Access server URLsfor Microsoft Exchange Server 2013/2016.
.PARAMETER ServerThe name(s) of the server(s) you
Remove Exchange Server with ADSI Edit
Log in to the domain controller and navigate to the Start menu. Open Administrative Tools and start ADSIEdit.
Remove Exchange
On your local computer, open Windows PowerShell and run the following command.
PowerShell
$UserCredential = Get-Credential
In the Windows PowerShell Credential Request dialog
Voer met Exchange PowerShell voor e-mails die als gedeeld postvak worden verzonden, de volgende cmdlet uit:
PowerShell
set-mailbox <mailbox name> -MessageCopyForSentAsEnabled $True
Voer
$confirmation = Read-Host "Are you Sure You Want To Proceed:"if ($confirmation -eq 'y') proceed$domain = Read-Host "Voer hier domein naam"Get-OutlookAnywhere
From the Exchange Powershell run the following This command will display the current sizeGet-ReceiveConnector | select identity, maxmessagesizeThis will set