Identify SCOM agents that do not have an SCCM client

I would like to identify SCOM agents that do not have an SCCM client installed.  I have the SCCM mp installed as well as the SCCM client health mp provided by Tao Yang installed.  I believe I could create my own registry discovery to identify
if the SCCM install exists, but was wondering if there was a way that could leverage the existing SCCM mps I have in place instead of duplicating efforts.  

Try running a report in SCCM and then check it against the windows server group in SCOM. 
Check it into excel and then use the highlight duplicates. This should give you list of servers that are missing either SCCM or SCOM agent.
This is a manual process but you could look at scripting this:
extract SCCM server list (Export -CMDeviceCollection) 
extract SCOM server list (See:
http://scom-2012.blogspot.com.au/2013/11/scom-2012-powershell-retrieving-list-of.html)
$Group = Get-SCOMGroup | where {$_.DisplayName -eq "Windows Computers
$Members = $Group.GetRelatedMonitoringObjects()
$Members
compare lists
email/save report
Schedule it.
Cheers,
Martin
Blog:
http://sustaslog.wordpress.com 
LinkedIn:
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Similar Messages

  • Find all systems that do not have configuration manager client installed

    Guys I've been installing the SCCM client however I still have a lot of systems where the client has not been installed. Is there some type of report or script that you all run in order to find out who does not have the client installed? Any help with
    this is greatly appreciated. So far I have been using a log on script in order to install clients.

    Are you using AD system discovery? If so you can create a collection with membership query rule looks like this:
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.Client is null  and SMS_R_System.OperatingSystemNameandVersion
    like "Microsoft Windows NT Workstation%" 
    and SMS_R_System.OperatingSystemNameandVersion like "Microsoft Windows NT Workstation%" -
    Take that part out if you want both servers and workstations.

  • Customer Query to idetify customers that does not have any transactions

    Dear All,
    I am using the following query to find out the customers that does not have any transactions in the system:
    SELECT customer_number, customer_name, DECODE(status,'A','ACTIVE') current_status
    --count(*)
    FROM ra_customers
    WHERE customer_id NOT IN (select distinct bill_to_customer_id from ra_customer_trx_all)
    ORDER BY customer_name ASC
    Is this right?
    The above query is to identify those customers that were added by mistake and that does not have any transactions been done.
    Please update...
    Many thanks in advance...

    santark wrote:
    Dear All,
    I am using the following query to find out the customers that does not have any transactions in the system:>
    SELECT customer_number, customer_name, DECODE(status,'A','ACTIVE') current_status
    --count(*)
    FROM ra_customers
    WHERE customer_id NOT IN (select distinct bill_to_customer_id from ra_customer_trx_all)
    ORDER BY customer_name ASC
    You are will only see customers which have not been BILL TO there could be SHIP TO Customers as well hence look out for all the usages of customers in the AR transactions to get the query right.
    Is this right?
    The above query is to identify those customers that were added by mistake and that does not have any transactions been done.
    Please update...
    Many thanks in advance...Thanks

  • How to find item that do not have GI for long term.

    Hi MM Expert
    What is the best way to identify the the items that do not have goods movement (goods issue) for long term.
    I think of 1 idea using t-cd MCBE, but I would like to find out other possibility, to check more better idea.
    Do you have any good idea (Which table is useful for this analysis).
    Best Regards
    Keiji Mishima

    Hi Antony
    Thanks for the information.
    Your information is also helpful.
    Best Regards
    Keiji

  • Report computers that do not have installed CDROMDrive

    Using powershell I am attempting to get a report based on a predefined list of computers that shows which do not have a CDROMDrive.
    Here is a sample of how I was attempting to generate the report. The problem is that if a computer does not have a CDROMDrive there is not output.
    $computers = Import-Csv c:\garb\9010-13.csv
    $computers | foreach-object {
     Get-WmiObject -computername $_.computername win32_cdromdrive | Select-Object pscomputername, caption, drive}
    My current code is working in that it's output shows the CDROMDrives available on each computer.
    The code is not working in that it returns no information if a computer does not have any CDROMDrives available. I need the output to show computers that do not have CDROMDrives specifically.  

    This is how to do negative logic:
    $computers |
    foreach-object {
    if(Get-WmiObject win32_cdromdrive -ComputerName $_.Computername -ea 0){
    Write-Host "Has drive $($_.computername)" -ForegroundColor green
    }else{
    Write-Host "DOes not have drive $($_.computername)" -ForegroundColor green
    ¯\_(ツ)_/¯

  • I need to get some video files onto my iphone from a computer that does not have my itunes library on it

    Currently I am away from home, and using a computer that does not have my main itunes library on it. I do, however, have some video files on this computer that I would like to place onto my phone for the drive home tomorrow. Unfortunately,  It seems there is no way to do this without completely wiping my iPhone and replacing it with this computers empty library, as the "manage content manually" feature apparently requires me to do this. Is there any way to just add some mp4s to my iphone without erasing all of its data?.

    ManSinha wrote:
    What kind of computer?
    On a Windows PC plugging in your phone will invoke the Autoplay dialog which also gives some options
    But only if iTunes is installed on the computer and is paired as a trusted device. Which the OP does not want to do.

  • I just bought an new ipad mini with wifi and cellular. Is there any way to send text messages to people and contacts that do not have iphones such as friends with blackberrys or a samsung galaxy smartphone.

    I just bought an new ipad mini with wifi and cellular. Is there any way to send text messages to people and contacts that do not have iphones such as friends with blackberrys or a samsung galaxy smartphone from this ipad. Everytime I try to send a message to a person that does not have an Apple product ( Iphone or Ipad ) it comes up saying contact is not registered for iMessage and wont send it. I can only send them a message from my iPhone 4 instead. Do I have to install a new App from the App store to send these non iMessage cell users a message?

    FYI
    Complete guide to using iOS 6
    http://howto.cnet.com/ios-6-complete-guide/
    Guide to Built-In Apps on iOS
    https://sites.google.com/site/appleclubfhs/support/advice-and-articles/guide-to- built-in-apps-ios
    You can download a complete iOS 5 iPad User Guide and iOS 6 iPad User Guide here: http://support.apple.com/manuals/ipad/
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
    Apple - iPad - Guided Tours
    http://www.apple.com/ipad/videos/
    Apple iPad Guided Tours - Watch the videos see all the amazing iPad apps in action. Learn how to use FaceTime, Mail, Safari, Videos, Maps, iBooks, App Store, and more.
    http://www.youtube.com/watch?v=YT2bD0-OqBM
    http://www.youtube.com/watch?v=ROY4tLyNlsg&feature=relmfu
    http://www.youtube.com/watch?v=QSPXXhmwYf4&feature=relmfu
    How to - Articles & User Guides & Tutorials
    http://www.iphone-mac.com/index.php/Index/howto/id/4/type/select
    iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    You can download this guide to your iPad.
    iPad User Guide for iOS 5
    http://itunes.apple.com/us/book/ipad-user-guide-for-ios-5/id470308101?mt=11
     Cheers, Tom

  • I just purchased the apple tv, i have an older tv that does not have an HDMI input.   is there a converter i can get because the itv only have an HDMI output ?  help.

    i just purchased the apple tv, i have an older tv that does not have an HDMI input.   is there a converter i can get because the itv only have an HDMI output ?  help.

    Welcome to the Apple Community.
    There are hardware converters that will convert HDMI to various other types of output, however there are some issues with doing so that you should be aware of.
    HDCP
    HDCP compliant converters will not allow you to watch HDCP protected content such as that from the iTunes Store. Non compliant converters exist but we cannot discuss them under the Terms of Use for these communities.
    Resolution and aspect ratio
    I'm not aware of any converters that will scale the output from the Apple TV, any TV or projector which is used will need to be widescreen and support resolutions of 720p.

  • How to import iDVD app from Time Capsule to my new iMac 21" that does not have iDVD?  I can find the iDVD app in the Time Capsule, then what?

    I have a new 21" iMac to replace a 6-year old iMac 24.  My Time Capsule has the iDVD app saved (?) and I can find it, but I can't figure out how to move it to my new iMac that does not have the app.  How to do this?

    You are probably better to install it from ilife disk.
    Can't Find a update or latest Version of iDVD to Download or a Compatibility to Yosemite

  • Can EJB 3.0 beans be used with tables that do not have a primary key?

    Can a EJB 3.0 persistence bean be used with tables that do not have a primary key defined? I am building a test application based on the HowTo - Building EJB 3.0 Faces App paper posted after Openworld (schalk). The issue I am running into when trying to run the application is: Exception Description: Entity class [class com.persistence.Rpthead] has no primary key specified. Note: I get a simular error when using toplink directly.
    The tables I am binding to do not have primary keys defined. They use unique constraints to manage the table integrity.
    Is it possible to use EJB 3.0 on tables without a primary key? If not, are there plans to support this in the future?

    The spec requires a primary key Id annotation. I will take your suggestion to EJB 3.0 expert group.
    Can you also send an email to [email protected] with your requirement?
    -Debu

  • I Have a Macbook Pro that does not have a disk drive.  How do I install the Adobe Photoshop Elements 11 that came with the Epson scanner I purchased.  I registered the S/N and I can't find the Free download anywhere only trials.

    I Have a Macbook Pro that does not have a disk drive.  How do I install the Adobe Photoshop Elements 11 that came with the Epson scanner I purchased.  I registered the S/N and I can't find the Free download anywhere only trials.

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • HT201209 If I redeem an iTunes gift card on an account that does not have a credit card or NONE as payment, can I gift apps to other accounts?  It will not let me. Please advise.

    If I redeem an iTunes Gift Card to an Apple ID that does not have a credit card (or NONE is selected as payment option),  can I gift an app to another account?
    I can purchase apps on that account but it will not allow me to gift an app  from an ipad or via the itunes store (on the computer). Do I need to have a credit card on the account to be able to do that?

    You can only gift via a credit card - you can only use your account's balance for buying content for yourself.

  • I purchased photoshop 9 previously and I now have a new laptop that does not have a 'disk' tray. Where do I download this from to put on my new laptop? I went to the download section and there is no download for English

    I purchased photoshop 9 previously and I now have a new laptop that does not have a 'disk' tray. Where do I download this from to put on my new laptop? I went to the download section and there is no download for English

    I assume you mean Photoshop Elements 9.
    Download from: Download Photoshop Elements products | 9, 8, 7

  • How do I install Photo Elements on a mac that does not have a DVD/CD drive?

    How do I install Photo Elements on a mac that does not have a DVD/CD drive?

    Hi Lauren,
    You can download it from : http://www.adobe.com/downloads and then install.
    If you are using an older version you can try downloading it from :
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • How do I install photoshop CS5 on my imac that does not have a DVD drive

    I have photoshop CS5 and just got new iMac that does not have the DVD drive. I would like to avoid having to purchase the external DVD drive. Does Adobe offer options that I can still download CS5 that I have purchased on my new machine?

    Marin bortnem you can download the installation files for Photoshop CS5 at Download CS5 products.

Maybe you are looking for

  • Date format issue in Web Analysis...

    Hi, I am creating a report by connecting to a couple of relational tables. I'm using SQL Spreadsheet and SQL Subscription objects. I'm creating a Date filter using SQL Subscription object (list box) using the data source created by the SQL Spreadshee

  • How can i insert new updated values in a table??

    Hi , Can any one suggest me is there any way to insert the recently added data from one table to another table where both the tables have the same structure. Suppose i have 10 rows in both table T1 and T2 and now if we add another 4 new rows in the t

  • My iMac 20"/Intel C2D 2.4 Doesn't Detect my Sanyo Xacti FH1A.

    My iMac 20"/Intel C2D 2.4 Doesn't Detect my *_+Sanyo Xacti FH1A+_* (1920x1080 60p/60i/MPEG-4 AVC/H.264) Camcorder. I followed exactly my Xacti manual, but nothing happens. From Mini USB (Xacti Camcoder) to USB (iMac)...nothing! After connecting the U

  • Unable to download loops after re-install of OS

    I had just ran the software update, downloaded the package, then I re-installed my OS. I am now on 10.8.2, and can't download the loops! Apple software update says I am up to date!    

  • Installation issue CS2 / CS4

    Goal I have CS4 Design Premium but want to install CS2 Premium for having GoLive. Issue When system starts autoplay to install CS2 Premium I can just choose language (only choice finnish) and then I have 2 error codes and the process ends. Error code