Exchange Management Shell Commands
Internal & External Link
Get-OutlookAnywhere | fl Identity,*host*,*auth*
https://technet.microsoft.com/en-us/library/hh529912(v=exchg.150).aspx
Mailbox Regional Settings
Get-Mailbox -OrganizationalUnit "IT Users" | Set-MailboxRegionalConfiguration -Language tr-TR -DateFormat "d.M.yyyy" -TimeFormat "HH:mm" -TimeZone "Turkey Standard Time" Get-Mailbox -OrganizationalUnit "IT Users" | Get-MailboxRegionalConfiguration | fl Identity,Language,DateFormat,TimeFormat,TimeZone Set-MailboxRegionalConfiguration -Identity excadmin -Language '<EN-US>' Get-MailboxRegionalConfiguration "test.user" Get-Mailbox -OrganizationalUnit "OU Users" | Get-MailboxRegionalConfiguration | fl Identity,Language,DateFormat,TimeFormat,TimeZone
Photo Upload
Set-UserPhoto "Name.Username" -PictureData ([System.IO.File]::ReadAllBytes("C:\Pictures\Name_Username.jpg"))
Move System Mailbox Database
Get-Mailbox -Database "Mailbox Database 2139305877" Get-Mailbox -Database "Mailbox Database 2139305877" -Archive Get-Mailbox -Database "Mailbox Database 2139305877" -PublicFolder Get-Mailbox -Database "Mailbox Database 2139305877" -Arbitration Get-Mailbox -Database "Mailbox Database 2139305877" -AuditLog Get-Mailbox -Database "Mailbox Database 2139305877" -AuditLog | New-MoveRequest -TargetDatabase "SystemMailbox01" Get-Mailbox -Database "UserMailboxDatabase-1" -Arbitration | New-MoveRequest -TargetDatabase "SystemMailboxDatabase-1 Get-Mailbox -identity "Discovery Search Mailbox" | fl database New-MoveRequest -Identity "Discovery Search Mailbox" -Priority High -TargetDatabase "SystemMailboxDatabase-1
Mailbox Operations
Get-Mailbox -Filter {EmailAddresses -notlike '*X400:*' -and EmailAddresses -notlike '*X500:*'} -ResultSize Unlimited | foreach{ #processing here} Get-Mailbox -Filter {EmailAddresses -like '*username*'} Remove-Mailbox -Identity "username.surname" -Permanent $true Remove-StoreMailbox -Database PersonalDB01 -Identity "username.surname" -MailboxState SoftDeleted where {$_.DisconnectReason -eq "SoftDeleted"} Get-MailboxDatabase | Get-MailboxStatistics | Where { $_.DisplayName -eq "<display name>" } Remove-StoreMailbox -Database PersonalDB02 -Identity "username.surname" -MailboxState SoftDeleted Get-MailboxDatabase | Get-MailboxStatistics | Where { $_.DisplayName -eq "username.surname" } Get-MailboxDatabase | Get-MailboxStatistics | Where {$_.DisconnectReason -eq "SoftDeleted"} Get-MailboxDatabase | Get-MailboxStatistics | Where {$_.DisconnectReason -eq "Permanent"} Get-MailboxStatistics -Database PersonalDB01 | where {$_.DisconnectReason -eq "SoftDeleted"} |or Each {Remove-StoreMailbox -Database $_.Database -Identity $_.MailboxGuid -MailboxState SoftDeleted} Remove-StoreMailbox -Database PersonalDB01 -Identity "username.surname" Get-Mailbox -Filter {EmailAddresses -like '*username*'} Get-MailboxDatabase | Get-MailboxStatistics | Where { $_.DisconnectReason -eq "SoftDeleted" } | ft DisplayName,Database,DisconnectDate Remove-StoreMailbox -Database MBD01 -Identity "Dan Jump" -MailboxState SoftDeleted
DKIM
NSLookup.exe -q=TXT smtpkey._domainkey.itmakale.com.tr.
İlgili Linkler
https://technet.microsoft.com/en-us/library/jj863440(v=exchg.160).aspx
https://technet.microsoft.com/en-us/library/mt441779(v=exchg.150).aspx
http://www.mustbegeek.com/configure-external-and-internal-url-in-exchange-2016/
https://outlookonthedesktop.com/download
https://port25.com/dkim-wizard/
https://www.rapidsslonline.com/ssl-tools/ssl-converter.php?error=Please pass valid data or files