IT tutorials
 
Technology
 

PowerShell for SharePoint 2013 : Work Management Service (part 2) - Get the Identity of the Work Management Service Application Proxy,Get a Specific Work Management Service Application Proxy Instance

1/13/2014 12:29:34 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

6. Get the Identity of the Work Management Service Application Proxy


Scenario/Problem: You need to find the identity of the Metadata Service Proxy.


Solution: Use the Get-SPServiceApplicationProxy cmdlet.

To get a specific instance of a Work Management Service Application Proxy, you need the identity of the Service Application Proxy. No specific cmdlet exists to get the proxy of a Work Management Service application, so you need to use the Get-SPServiceApplicationProxy cmdlet to display all service application proxies and find the Work Management Service. Listing 6 shows the command line without any parameters.

Listing 6. Displaying the List of Service Application Proxies


Get-SPServiceApplicationProxy



Note

Even though the list of proxies looks identical to the service applications, the GUIDs are different.



7. Get a Specific Work Management Service Application Proxy Instance


Scenario/Problem: You need to obtain a Metadata Service Application Proxy instance reference.


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

Providing the identity of the proxy with the Get-SPWorkManagementService ApplicationProxy cmdlet retrieves a specific Work Management Service Application Proxy instance. Use this to assign the results to an object for use in other cmdlets, as shown in Listing 7.

Listing 7. Assigning a Variable to a Specific Work Management Service Proxy


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


Instead of the GUID, you can use the display name. The default display name for the Work Management Service application proxy is Work Management Service. Because this is a long name, when displaying the service application proxies, the full text is cut off.

 
Others
 
- PowerShell for SharePoint 2013 : Work Management Service (part 2) - Configure the Search Query Threshold , Configure the User Synchronization Per Server
- PowerShell for SharePoint 2013 : Work Management Service (part 1) - Get a Specific Work Management Service Application Instance , Configure the Refresh Threshold
- Sharepoint 2013 : Creating List Views - Specify How Items in a View Are Sorted
- Sharepoint 2013 : Creating List Views - Specify Columns for a View to Display, Specify the Order of the Columns in a View
- Sharepoint 2013 : Create a Personal or Public View for a List or Library (part 3) - Create a Gantt View
- Sharepoint 2013 : Create a Personal or Public View for a List or Library (part 2) - Create a Calendar View
- Sharepoint 2013 : Create a Personal or Public View for a List or Library (part 1) - Create a Standard View
- System Center Configuration Manager 2007 : Distributing Packages - Advertised Programs Client Agent, Troubleshooting ConfigMgr Software Distribution Issues
- System Center Configuration Manager 2007 : Using Distribution Points (part 3) - Branch Distribution Points
- System Center Configuration Manager 2007 : Using Distribution Points (part 2) - Protected Distribution Points
 
 
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