Get a Specific Machine Translation Service Application Proxy Instance

Scenario/Problem: You need to obtain a metadata service application proxy instance reference.

Solution: Use the SPServiceApplicationProxy cmdlet to assign a variable the results using the -Identity parameter.

Providing the identity of the proxy with the SPServiceApplicationProxy cmdlet retrieves a specific Machine Translation Service Application Proxy instance. Use this to assign the results to an object for use in other cmdlets, as shown in Listing 20.4.

Listing 20.4. Assigning a Variable to a Specific Machine Translation Service Proxy

$workMgmtProxy = Get-SPServiceApplicationProxy -Identity f1e2d3bb-904b-470c-8061-d28e6f411fd7

Instead of the GUID, you can use the display ...

Get PowerShell™ for SharePoint® 2013 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.