Daily Archives: May 13, 2019

openssl decode .csr

Extract information from the CSR $ openssl req -in shellhacks.com.csr -text -noout Verify the signature $ openssl req -in shellhacks.com.csr -noout -verify Whom the certificate will be issued to? $ openssl req -in shellhacks.com.csr -noout -subject Show the public key … Continue reading

Posted in My Linux | Comments Off on openssl decode .csr

Change the sound played when messages arrive

When a new item arrives in your mailbox, an audio alert can be used. You can change this short .wav audio file to any valid .wav file. Quit Microsoft Outlook. Do one of the following:Microsoft Windows XP or Microsoft Windows … Continue reading

Posted in Exchange | Comments Off on Change the sound played when messages arrive

Deleted mailboxes are not showing up in Disconnected Mailbox in EMC

Clean-MailboxDatabase “oberon\Mailbox Database”

Posted in Exchange | Comments Off on Deleted mailboxes are not showing up in Disconnected Mailbox in EMC

Exchange 2007 – Export or Import Mailbox’s to PST files

Give Admin to Full access of Damon’ s mailbox from the Console then from SHELL and RUN export-mailbox -identity damon -pstfolderpath c:\TEMP import-mailbox -identity damon -pstfolderpath c:\TEMP\damon.pst

Posted in Exchange | Comments Off on Exchange 2007 – Export or Import Mailbox’s to PST files

Eseutil /D (Defragmentation)

Dismount the database first and open CMD then enter type C:\Program Files\Microsoft\Exchange Server\Bin>eseutil /d “f:\First Storage Group\GroupMail.edb”

Posted in Exchange | Comments Off on Eseutil /D (Defragmentation)