As Admin you can delete specific wrongly send emails from your users mailbox : Open Exchange Powershell , To delete from user@example.com email with the subject “Mail delivery failed: returning
Month: December 2016
How to change exchange Preferred Server For DBHow to change exchange Preferred Server For DB
Open exchange Powershell Set-MailboxDatabaseCopy -identity {Database_Name\New_Server_Name} -ActivationPreference 1 Confirm: Get-MailboxDatabase 'Database_Name'|fl server, databaseCopies, activationPreference
How to delete exchange log fileHow to delete exchange log file
If you need to delete exchange log file in case of space problem or some other reason, Best do it safely -> open Powershell as Administrator and run : forfiles
How to fix index failed state on exchange with dagHow to fix index failed state on exchange with dag
Open Exchange Powershell to get all the bad index: To get all the bad index: Get-MailboxDatabaseCopyStatus * | where {$_.ContentIndexState -eq "Failed"} Get bad copy status : Get-MailboxDatabaseCopyStatus * |
How to Get exchange health statusHow to Get exchange health status
To get exchange health status first open exchange Powershell , run the command : Get-MailboxDatabaseCopyStatus * | sort name | Select name,status,contentindexstate If all the databases are mounted and
Update exchange offline Address bookUpdate exchange offline Address book
Some time offline address book doesn’t show recent changes we made to the exchange server. To update exchange offline: Syntax : Update-OfflineAddressBook -Identity <OfflineAddressBookIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Force <SwitchParameter>]
How to update DELL PowerEdge server IDRACHow to update DELL PowerEdge server IDRAC
A simple video guide how to update firmware via ftp. Text based: Enter Life cycle control (F10 while booting) -> Firmware Update -> Launch Firmware update -> Select FTP server
How to Send mail from an additional Exchange address or aliasHow to Send mail from an additional Exchange address or alias
Until Outlook 2013 you can have only one exchange account on your outlook profile there for the only way to add different “From” address is by adding additional POP3/IMAP account
How to configure static IP on linuxHow to configure static IP on linux
Method 1 = Network Configuration Using a Text User Interface (nmtui) # yum install NetworkManager-tui and then just type: #nmtui (for semi graphic interface) Method 2 = edit the
dism Microsoft .NET Framework 3.5 error halt at 66%dism Microsoft .NET Framework 3.5 error halt at 66%
When install the Microsoft .NET Framework 3.5 on a computer that is running Windows 10, Windows 8.1, Windows Server 2012 R2, Windows 8 or Windows Server 2012. Error codes 0x800F0906,