Error : Unable to create remote PowerShell session
If this error occurs in Exchange Server monitor, follow the below steps:
- Check whether all the prerequisites for Exchange server are implemented.
- For Queues monitoring in non-mailbox roles, if CredSSP authentication is enabled, check whether the prerequisites for enabling CredSSP authentication are implemented.
- Open an admin PowerShell window in the Applications Manager-installed server, navigate to <Applications Manager Home>\working\conf\application\scripts\powershell directory and execute the below commands by replacing hostname, username, and password with that of the reported Exchange server.
If Mailbox role (2010 and above):
.\E201X_MBX_Tables.ps1 'hostname' 'username' 'password'If Mailbox role (2007):
.\E2007_MBX_Tables.ps1 'hostname' 'username' 'password'For Version 2013 and above :
.\E2013_ComponentStates.ps1 'hostname' 'username' 'password'For Mailbox role after data collection is enabled for Top Mailboxes by Size, Inactive Mailbox Users and Exchange Queues (under Admin -> Performance Polling -> Optimize data collection -> Monitor Type as Exchange Server):

.\EX_Mailboxes.ps1 'hostname' 'username' 'password' 'TopMailboxes,InactiveMailboxes,ExchangeQueues'
For non-Mailbox role after data collection is enabled for Exchange Queues (under Admin -> Performance Polling -> Optimize data collection -> Monitor Type as Exchange Server): (Use the Credssp argument if the Applications manager server and Exchange server are in different domains)

.\EX_Queues.ps1 'hostname' 'username' 'password' 'Credssp'
- Get the full output and copy it to a text file.
New to ADSelfService Plus?
Related Articles
Troubleshooting errors in Exchange Online (PowerShell Mode)
Prerequisites: Ensure that you have met all the prerequisites for the Microsoft 365 monitor. From Applications Manager version 16300 onwards, Microsoft 365 monitor will use Microsoft Graph API as the primary mode of data collection. We have migrated ...
No data available (or) error in SharePoint monitor added in Powershell mode
If data is not available or any error occurs during data collection for SharePoint Server monitor when added in Powershell mode follow the steps below. Go to <AppManager-Home>\working\conf\application\scripts\powershell Run the below commands by ...
Unable to add Biztalk monitor in Powershell mode
Check whether all the prerequisites are done. The prerequisites can be found here: https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#MicrosoftBizTalkMonitoring If unable to add the Biztalk ...
Error : Unable to fetch Exchange Queues
If this error occurs in the Exchange Server monitor, follow the below steps: Check whether all the prerequisites for Exchange server are implemented. For non-mailbox roles, if CredSSP authentication is enabled, check whether the prerequisites for ...
Microsoft Azure - Error : Az Powershell module is not installed
While adding the Microsoft Azure monitor or during data collection, if this error occurs, follow the below steps for troubleshooting: Check whether all the prerequisites mentioned in the below link are done: ...