Upload files to FTP server

Hi Readers, We got a requirement to upload files to ftp from an application server that will drop files to particular folder. So we have created a nice shell script to do this job & scheduled it via windows task manager. Script does the following: It will check if the source folders have files to…

Exmon is crashing while clicking refresh

Hi Readers, We have installed exmon (Microsoft Exchange Server User Monitor) on exchange 2010 servers but on all servers when we click refresh button on exmon, it crashes.   All steps have been followed as mentioned in the below article http://www.msexchange.org/articles-tutorials/exchange-server-2003/tools/Microsoft-Exchange-Server-User-Monitor.html Issue we found was : The folder (consisting exmon) was getting scanned by antivirus,…

Enable Powershell Re-moting for SharePoint 2010

Hi Readers, Today  I am sharing a way to enable power-shell remote for SharePoint 2010. On the SharePoint server that you want to remote in enter below command: Enable-PSRemoting Continue with Yes.. Increase memory of the remote shell (enter this on sharepoint server) Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 1024 by default its 150 MB only. Now Setup CredSSP…