IT tutorials
 
Technology
 

Exchange Server 2010 : Services Provided by the Client Access Server (part 2) - Remote PowerShell, Outlook Web App

1/19/2014 8:07:20 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

4. Remote PowerShell

One of the new features of Exchange Server 2010 is the ability to remotely connect to the Exchange Management Shell (EMS) and issue commands from another computer. This is made possible by the PowerShell virtual directory. The PowerShell virtual directory is installed on every role by default except for the Edge Transport server. In fact, when you open the EMS locally on an Exchange server, it connects to the PowerShell virtual directory that is running on the server itself. As you can see in Figure 1, the PowerShell virtual directory shows up in the Internet Information Services (IIS) Manager as a web service, just like the other Exchange virtual directories. You can view the properties of the PowerShell virtual directory using IIS Manager, though Microsoft recommends using the EMS cmdlets to view and make changes to the PowerShell virtual directory when possible.

Figure 1. Viewing the PowerShell virtual directory on the Exchange server

As with other virtual directories in Exchange, the EMS provides a set of cmdlets that can be used for configuring the web service. Exchange includes the following cmdlets for PowerShell:

  • Get-PowerShellVirtualDirectory

  • Set-PowerShellVirtualDirectory

  • New-PowerShellVirtualDirectory

  • Remove-PowerShellVirtualDirectory

  • Test-PowerShellConnectivity

Exchange gives you the Test-PowerShellConnectivity cmdlet that you can use to test the connection to the PowerShell virtual directory. You can specify various options with this cmdlet to test things such as the authentication method, the certificate, and the URL of the web service. This following example command will test the PowerShell connection using Basic authentication and ignoring certificate problems:

Test-PowerShellConnectivity -TrustAnySSLCertificate 

-ConnectionUri https://mail.pacific.contoso.com -Authentication Basic

CasServer LocalSite Scenario Result Latency(MS) Error
--------- --------- -------- ------ ----------- -----
Honolulu Logon User Success 890.45

As you can see from the output, the test provides some useful information, such as the success of the connection and even the latency encountered.

5. Outlook Web App

Outlook Web App (OWA) underwent several changes in Exchange Server 2010. The first and most obvious is the name change from Outlook Web Access to Outlook Web App. In addition, there have been many other graphical user interface (GUI) changes. Here are some of the more obvious ones:

  • Overall theme change

  • Conversation view on messages

  • OWA options that use the Exchange Control Panel

  • Instant Messaging integration through Office Communications Server

There are some great administrative changes in OWA as well. Probably the biggest is the ability to apply a mailbox policy specifically for OWA. You can create and manage Outlook Web App mailbox policies through the Organization Configuration => Client Access node in the EMC. Inside the OWA mailbox policy, you will find the segmentation options such as enabling and disabling certain items and functionality. After you create or edit an OWA mailbox policy, you can apply the policy to one or more users.

 
Others
 
- Exchange Server 2010 : Services Provided by the Client Access Server (part 1) - RPC Client Access, Address Book Service, Mailbox Replication
- Exchange Server 2010 : Requirements for the Client Access Server Role
- Sharepoint 2010 : Connecting to BCS Data Using SharePoint Designer (part 4) - External Data Picker Control
- Sharepoint 2010 : Connecting to BCS Data Using SharePoint Designer (part 3) - Create an External Content Type - Add a Limit Filter
- Sharepoint 2010 : Connecting to BCS Data Using SharePoint Designer (part 2) - Create an External Content Type - Define SpecificFinder Operation
- Sharepoint 2010 : Connecting to BCS Data Using SharePoint Designer (part 1) - Associations, Stereotypes
- Sharepoint 2010 : Business Connectivity Services - Business Data Catalog in MOSS 2007
- Sharepoint 2013 : Creating List Views - Specify How Folders Will Be Used in a View
- Sharepoint 2013 : Creating List Views - Specify a Different Item Style for a View
- Sharepoint 2013 : Creating List Views - Specify Totals for a View
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us