How to schedule an exchange powershell script with task scheduler
Here's a quick example for creating a scheduled task to run a .ps1 script in exchange powershell, it is not as simple as you might think… The parameters to be passed are: Program or script: C:WindowsSystem32WindowsPowerShellv1.0powershell.exe Arguments: -NonInteractive -WindowStyle Hidden -command “. ‘C:Program FilesMicrosoftExchange ServerV15binRemoteExchange.ps1’; Connect-ExchangeServer -auto; c:ScriptsExchangescript_name.ps1” If you have a simpler method […]
How to schedule a powerCli script with task scheduler
It's incredible how many hours it takes every time you have to schedule something with the windows task scheduler…. this thing has cost me one hour and a half so I thought to write this article to save time to those who are in the same situation. First we must separate two situations: pre powerCli […]
Outlook (2007 and 2010) on windows xp can not connect to exchange 2013
This problem has made me crazy, I've lost almost a day so I share it willingly hoping will come in handy to someone else. I am following a double migration of a customer's exchange (from 2003 to 2010 and then 2013), during the transition between 2010 and 2013 all Windows XP clients. Once the user migrated to […]
Windows 2012 enable multiple RDP remote sessions
Questa è semplice 🙂 la metto più che altro come nota mia personale in modo da trovare subito il path della policy da modificare. By default on Windows 2012 the ability to simultaneously connect to the same account on different sessions via RDP remote desktop services is not enabled. Per abilitare questa possibilità bisogna modificare […]
Windows 10 network adapters missing after upgrade
This happened to a colleague of mine who has decided to upgrade his pc with windows 8.1 to windows 10. At the end of the update process, completed without errors, the operating system was not able to see the network devices correctly (both wifi and ethernet) leaving the pc without connectivity. By controlling device […]
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 reverse proxy with IIS + Application Request Routing
If you are looking for an easy way to set up a reverse proxy for not directly publish your CAS on the internet and maybe place it in a DMZ to expose a not domain joined machine, the couple IIS + Application Request Routing (ARR) can do the trick. MRA can also be used to make […]
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 […]