Using SMLets Beta 3 Post #6–Getting the Owner of a Service
Published Feb 15 2019 06:50 AM 1,496 Views
First published on TECHNET on May 24, 2011

Customer asks how to get the owner of a service using SMLets on this forum thread:

http://social.technet.microsoft.com/Forums/en-US/systemcenterservicemanager/thread/c146d523-3c7...

No problem!  This is really just a variation on the following blog post:

http://blogs.technet.com/b/servicemanager/archive/2011/04/21/using-smlets-beta-3-post-2-using-g...

In this example first we need to get the service using Get-SCSMObject and Get-SCSMClass.  The class in this case is System.Service (that will get all services created in SCSM and imported from SCOM.  In this case I chose to get the object using the display name.  You could get it in other ways using other properties too.

Then we need to get the related object using the Get-SCSMRelatedObject cmdlet.  We pass the service as the source object and specify the GUID for the System.ConfigItemOwnedByUser relationship type.

The whole solution looks like this:

Version history
Last update:
‎Mar 11 2019 08:46 AM
Updated by: