February 2013
Intermediate to advanced
304 pages
8h 26m
English
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 ...
Read now
Unlock full access