Monthly Archive: May 2012
Lost trust on my Exchange 2010 after revert to a older snapshot
I was returing to an older snapshot of my Exchange servers. But when i want to logon to the Exchange server, it came with “Trust relationship has been lost with domain controller”. Normally you...
Exchange 2010, show permission on all folders in all mailboxes
Here is a script, that runs though you Exchange server, and return all permission on all folders in all mailboxes. The script needs to be running from the Exchange management Shell, and will create...
Exchange 2010, powershell full access and send-as permission
To get a CSV file, from you exchange with full access and send as permission, from all you mailboxes run these commands: Full Access Get-Mailbox | Get-MailboxPermission | where {$_.user.tostring() -ne “NT AUTHORITY\SELF” -and...
Revert to snapshot causes virtual machine to be suspended
Error: host cpu is incompatible with the virtual machine’s requirements at cpuid level 0x1 Details If you take a snapshot of the virtual machine and then VMotion or cold-migrate the virtual machine to another...
Citrix Provisioning Server “An unexpected MAPI error occurred.” when you try to change an image mode
When you change the mode from private to standard, you may get this error: “An unexpected MAPI error occurred.”. If you click on “More details”, there stand: ”Failed to map vDisk, no Driver.”. The solution to...
Delete mails from a sender or to recipient address
Here is a simple script “pfdel” that can be use to delete a mail from a sender or recipient address. Save the perl script as pfdel in /usr/local/bin and chmod +x /usr/local/bin/pfdel Then you...
Show number of mails in queue
1 |
To show the number of mail in a Postfix queue, you can use this command: |
1 |
postqueue -p | tail -n 1 | cut -d' ' -f5 |
Sidste kommentar