Tag Archives: Powershell Commands

Office Web App 2013


 Office Web App 2013  To Configure Office Web Apps Farm  New-OfficeWebAppsFarm -InternalURL https://Webapp.mail.com/ -ExternalURL https:// Webapp.mail.com / -CertificateName “Webapp”  To add another computer in the Office Web Apps Farm  New-OfficeWebAppsMachine -MachineToJoin Webapp01   (Note: The above powershell command need to … Continue reading

Posted in Commands, Exchange Server, OWA 2013, Uncategorized | Tagged , , , , , | Leave a comment

Exchange Server 2013 User Mailbox troubleshooting steps


 Exchange Server 2013 User Mailbox troubleshooting steps The below list of powershell command can be used for any user mailbox troubleshooting which provide more detail on how to move forward to resolve the issue: 1. Verify the Exchange user mailbox … Continue reading

Posted in Commands, Exchange Server, OWA 2013, Uncategorized | Tagged , , , , , | Leave a comment

Exchange Server NDR Report after mailbox migration – IMCEAEX Error – NDR 5.1.1


Exchange Server NDR Report after mailbox migration – IMCEAEX Error – NDR 5.1.1  Importance of X.500 Address:  Distinguished Name (DN) works similary when you move a file test.txt to different folder (for example, c:\orgname\sitename\recipients\temp.txt) . If you moved an object … Continue reading

Posted in Commands, Exchange Server, OWA 2013, Uncategorized | Tagged , , , , , | 2 Comments

Exchange management Powershell Error Message: The WSMan client cannot process the request. Proxy is not supported under HTTP transport.


Exchange management Powershell Error Message:    New-PSSession : Connecting to remote server failed with the following error message : The WSMan client cannot process the request. Proxy is not supported under HTTP transport. Change the transport to HTTPS and specify valid proxy information … Continue reading

Posted in Commands, Exchange Server, OWA 2013, Uncategorized | Tagged , , , , , , | Leave a comment

PSScript error message Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo


Exchange Powershell command error message  Microsoft.PowerShell.Commands.Internal.Format.AutosizeInfo Microsoft.PowerShell.Commands.Internal.Format.TableHeaderInfo On executing the below powershell on exporting to html file it will result error message in the html file Get-MailboxDatabase -Status | Sort-Object DatabaseSize -Descending | ft Name, DatabaseSize -Autosize | ConvertTo-HTML -head … Continue reading

Posted in Commands, Exchange Server, OWA 2013, Script | Tagged , , , , , | Leave a comment

Exchange 2013 Mailbox Migration faster


Exchange 2013 Mailbox Migration faster To make things faster on the mailbox movement, few tips as follows, netsh int tcp set global chimney=disabled netsh int tcp set global rss=disabled netsh int tcp set global autotuninglevel=disabled To check the status run … Continue reading

Posted in Commands, Exchange Server, OWA 2013 | Tagged , , , , , , | Leave a comment

Exchange server database disk space is full


Exchange server database disk space is full Sometime you may undergo the exchange database drive is getting full. But when you try to perform cleanup you may see some hidden files are located which are eating up the disk and … Continue reading

Posted in Commands, Exchange Server, OWA 2013 | Tagged , , , , , | Leave a comment

Exchange Server 2013 solutions


Exchange Server 2013 solutions  Unable to enable Exchange 2013 Mailbox for user  Solution: Go to Active Directory – Select Advance Tab – User Object –  Security Tab – Advanced – Enable Inheritance  Error: Installation of Exchange 2013 CU3 update  Solution: … Continue reading

Posted in Commands, Exchange Server, OWA 2013, Uncategorized | Tagged , , , , , | Leave a comment

Powershell Output display the output as (dot)….


Powershell Output display the output as (dot)…. By default the output of the powershell command can display upto 16 character which is hardcoded in the Exchange.ps1 file. You can verify them by running the following command in the exchange mangement … Continue reading

Posted in Commands, Exchange Server, OWA 2013, Uncategorized | Tagged , , , , , | Leave a comment

Exchange Server – Internet Information Service 7 on deep drive


Exchange Server – Internet Information Service 7 on deep drive ASP.NET and the .NET framework have been fully integrated into IIS7. IIS7 is now very ‘modular’. There are over 40 modules that ‘can’ be installed. IIS7 does NOT include POP3 … Continue reading

Posted in Commands, Exchange Server, OWA 2013, Uncategorized | Tagged , , , , , | Leave a comment