How to extract all calendars permissions from exchange with powershell
This is the script that I created to extract the permissions of all the calendars in an Exchange organization. The script searches in each mailbox the folders of type “Calendar” and, for each of them, extracts its permissions, the result is output to a csv file. $mailbox_list = Get-Mailbox -Resultsize […]
How to reset Dell iDRAC
Sometimes it happens that the servers iDRACs have some problems, they do not respond or respond “in a bad way”, perhaps they are pingable but the web interface is not responding correctly or perhaps entirely inaccessible. The first thing to do in cases like this is to reset the iDRAC, We can distinguish two cases: I can turn off the server because […]
Exchange mail enabled public folders don’t receive emails after 2003 to 2010 migration
It happened to me a couple of times, after the migration of public folders from an Exchange 2003 server to an Exchange Server 2010 mail enabled public folders would stop receiving emails following the complete disposal of the 2003 server (soon after its uninstallation). All email destined for public folder remained […]
How to import and use an SSL certificate on a vmware horizon view connection server or security server
Here's how to import an SSL certificate in a connection server (the procedure is identical for the security server). This mini guide assumes that you already have a certificate that contains the private key so in a .pfx or .p12 format. 1) Connect to the connection server (or security server) on which you want to import the certificate 2) Open the mmc […]
NtFrs SYSVOL replication problems
I decided to write this long post because I hope it'll come useful to someone because this problem has made me crazy for nearly two days!!!! And the bad thing is that I have found virtually no documentation / solution / comments on the internet that have been helpful (apart from one!). I had to complete an upgrade of […]
Exchange 2013 clients get disconnected – The Microsoft Exchange RPC Client Access service terminated unexpectedly
This is a problem that occurred from time to time to a customer with an Exchange 2013 infrastructure consisting of 1 CAS and 2 Mailbox servers. Sometimes, about 1 time per month but sometimes even more frequently, They occurred disconnections by the client whose mailbox was present on one of the mailbox […]
How to Create a Recovery Media and perform a Bare Metal Restore with Veeam Endpoint
Veeam Endpoint at the time of writing this article is still in beta but is freely downloadable from Veeam. What is it and what is it for Veeam Endpoint? Said very simply it is a backup software from Veeam that allows you to backup and protect physical machines, is exact Veeam now […]
Local move request from exchange 2003 to 2010 error (INSUFF_ACCESS_RIGHTS)
One of the most common problems that you can encounter during an Exchange migration is the error in the process of moving a mailbox from the legacy Exchange to the new one, This is the most classic error: “Error: Active Directory operation failed on server.nomedominio.local. This error is not retriable. Additional information: Insufficient access rights to perform the operation. […]