Can SCCM 2012 alert me when new devices are found on the network?

I have a single SCCM 2012 SP1 CU4 server running on Windows Server 2012.  I use it primarily for Endpoint Protection and Windows Updates.
I have 18 locations in my organization.  I am having a problem with a particular remote site buying their own IT equipment (computers, switches, access points, etc.).  I was wondering if it is possible for my SCCM server to e-mail (alert) me whenever
it detects a new device on the network?  Or should I be looking at
SCOM for something like this?  If SCCM will not do this, can anyone suggest some freeware that might do what I am looking for?
Thanks!

The answer to that would be ... it depends.
If the computers are domain joined and your AD discovery method is enabled they will end up in the ConfigMgr database. From that point onward you could create a custom reports that lists these systems. You can subscribe to the report to get it through email.
For network devices you could also do something similar but initially you would have to enable network discovery in ConfigMgr.
Highly impractical IMO. I seriously doubt this could ever work in a production environment of any real size.
In addition.... Network discovery in CM is nasty!
John Marcum | http://myitforum.com/myitforumwp/author/johnmarcum/

Similar Messages

  • HT4628 i have a macbook pro which an you help me?shows the wifi bars with an ! in the middle, all my other devices are working off the network, c

    I have a mac book pro with an ! in the wifi bars, all other devices are connected to the net work, cannot connected to a hot spot, can this issue be fixed

    You could try this:
    Apple menu / System Preferences / Network.
    Here select Wi-Fi on the left, and click the Assist me... button on the bottom, then click Assistant.
    Follow the directions on the screen.

  • Can I display a message when Flash is not found on the iPad?

    Apple is obviously rejecting Flash to protect it's 'App' revenue.  I've  been on Android phones that run Flash and display all my content  perfectly smooth.  It can be quite frustrating how they are trying to  bury it when I still have yet to see HTML5 replicate the type of  interactive content Flash is capable of producing. 
    Is there any way to display a message on the iPad when the Flash player is not found?
    I'd like it to says something along the lines of:
    "Unfortunately the Apple iPad does not support the Flash player  because their business interests do not want it taking away from their  App revenue.
    Did you know that the Dell Streak, HTC Flyer, Blackberry Playbook,  Motorola Xoom, Samsung Galaxy Tab, Toshiba Thrive, and HP Touchpad all  support the Flash player?"
    My HTML code looks something like this...
    <html>
    <head>
    <title>My Page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#ECECEC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <body onresize="setFlashSize()">
    <div id="flashid" style="width:100%; height:100%;">
    <script type="text/javascript" language="JavaScript">
    function setFlashSize(){
    var viewportheight = document.body.clientHeight;
    var viewportwidth = document.body.clientWidth;
    var mydiv = document.getElementById("flashid");
    var styleheight = parseInt(mydiv.style.height);
    var stylewidth = parseInt(mydiv.style.width);
    if (viewportwidth<880){
    document.getElementById("flashid").style.width = 880+"px"; }
    else {
    document.getElementById("flashid").style.width = 100+"%";}
    if (viewportheight<760){
    document.getElementById("flashid").style.height = 760+"px"; }
    else {
    document.getElementById("flashid").style.height = 100+"%";}
    setFlashSize();
    document.write('<object data="index1.swf" width="100%" height="100%" type="application/x-shockwave-flash">');
    document.write('<param name="movie" value="index1.swf" />');                      
    document.write('<param name="allowScriptAccess" value="always" />');       
    document.write('</object>');
    </script>
    <noscript>Javascript must be enabled to view Flash movie</noscript>
    </div>
    </body>
    </html>

    You can parse out the userAgent property of browser. Here's an article that will point you in the right direction: http://www.askdavetaylor.com/detect_apple_iphone_user_web_site_server.html

  • Why do I get the message "iPhone Not Available" when trying to make calls from my Mac even when both devices are clearly on the same Wi-Fi network?

    I am using a mid-2010 Mac Book and the iPhone 6.  I can't imagine that it is due to the age of my Mac because if it was disqualified, then we would not get the option to use it to take calls.

    I get the same message and stating that both the iPhone and Mac must be on the same network, which they are.  I was able to call from my iPad through the iPhone on the same network I'm using for the iMac and iPhone.  I've tried several settings configurations on the iPhone but to no avail.

  • Is the wait for a second iPad mini worth it? And just curious, most new apple devices are priced at the previous models price, correct?

    I'm not trying to speculate, but most new devices are priced at thee previous models original price? Correct me if I'm wrong please.
    Thanks!

    Since nothing in terms of a new mini has been announced, there would be no way anyone could answer that question. As for pricing, in the recent past that has tended to be the pattern, but again, could easily change.
    And there is no way to answer the question that does not involve speculation.

  • Scrolling to next range in advanced table when new rows are added.

    I programatically implemented Add New Row in an advanced table.
    "Records Displayed" attribute of advanced table =10, so as log as I add upto 10 new rows the table displays 10 rows,if I add 11th record the new record is appended @ 11th position but I've to choose "Next" link on the advanced table to see the 11th row.Is it possible to show the last rowset in the advanced table when new rows are added?
    The underlaying VO executes the following code when "Add New Row" button is pressed:
    int rCount = this.getFetchedRowCount();
    int rangeSize = this.getRangeSize();
    int rangeStart = this.getRangeStart();
    if (rCount < rangeSize) {
    this.insertRowAtRangeIndex(rCount, newRow);
    } else {
    this.setRangeSize(rCount+1);
    this.insertRowAtRangeIndex(rCount, newRow);
    this.setCurrentRow(newRow);
    To scroll to the 11-20 rows (when added more than 10 rows),I tried with following options, but none of them helped:
    1) int newRangeStart = ( rCount / 10 ) * 10 ;
    this.setRangeStart(newRangeStart);
    2) this.scrollRange(newRangeStart);
    3) this.scrollRange(rCount);
    4) int newRangePage = rCount / 10;
    this.scrollToRangePage(newRangePage+1);
    5) this.getNextRangeSet();
    Please let me if it is possible to achieve.

    What happens if you just add the new row without specifying where to add it ? doesn't it add the new row on the same page as the last row ?
    Thanks
    Tapash

  • Why is it not possible to move a SCCM 2012 Server to a new Domain?

    Hello everybody,
    I know it is not supported to move a SCCM 2012 Server to a new Domain. But I am still missing why it is not supported or possible....
    I could not find anything that explained it in detail on the forums/internet. So when the question comes up in front of a customer it is always better to have a good argumentation...Can somebody describe the reasons why??
    Thank you very much in advance!

    Have them call CSS then.
    It's ultimately the result of the design of the product but not an explicit decision. To my knowledge, it relies on the domain name for certain things and this is explicitly embedded with no defined way to change this. Could it be changed? Probably.
    But, that would take a lot of work and effort and is not something Microsoft has ever invested any time in.
    The grass is green and the sky is blue. Knowing why doesn't change these.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • HT4859 If I have the app turned off for storage in iCloud does this mean the app can not be downloaded to a new device?

    Manage Storage.
    1.  What am I deleting specifically when this message appears "Are you sure you want to turn off CNN backups and delete the backup data from the cloud?
    2.  If I have the app turned off for storage in iCloud does this mean the app can not be downloaded to a new device?
    3.  If I have the app turned off for storage in iCloud and I delete the app off my phone can I download the app again or do I have to repurchase the app?

    Every app that you buy or get for free in appstore/itunes belongs to you and can be downloaded on up to 10 devices or saved on up to 5 computers. Instructions to download apps to new devices here
    http://support.apple.com/kb/ht2519
    Here comes a "BUT" - imagine your kid playing game and getting to level 51 and have to start over from level one. Or imagine that history that you have in your CNN app. That is what icloud backup contains. My 500 scifi books are in one of the app backups and I REALLY do not want to lose it. That is what you would turn off.

  • Audio stutters on Apple TV when new device connects to wifi

    Apple TV is merrily playing music (all of which is actually synched onto the Apple TV) - if I then open up my MacBook and it connects to the web using the same wifi connection as the Apple TV, the music stops for about a second. Not a major issue, but not great if at a party the music suddenly just stops... Anybody got any ideas?

    Could be network bandwidth issue transiently if Macbook makes loads of wi-fi accesses when starting.
    Could be wireless router transiently becoming unresponsive to AppleTv while it negotiates with the new device.
    Could be the MacBook finding AppleTV and some communication between them taking priority on the AppleTV such that AppleTV can't handle the music playback too - it should be designed to be resilient to this sort of thing, but it isn't a very powerful device and some hiccups i think are due to it's hardware not coping, just like a computer becoming transiently unresponsive if CPU hogged by some process.
    If you are opening iTunes on Macbook, try unchecking 'Look for AppleTVs' in Preferences - I seem to recall a few people saying this helped a similar issue, and it would imply that this prevented some interaction between itunes and AppleTV that stopped other functions transiently.

  • How can i update my old 2006 iMac Intel core 2 duo running 10.6.8 to OSX Lion so that I can sync using iCloud with my newer devices?  Mountain Lion is not an option for my older model and Lion is no longer available at App store.

    How can i update my old 2006 iMac Intel core 2 duo running 10.6.8 to OSX Lion so that I can sync using iCloud with my newer devices?  Mountain Lion is not an option for my older model and Lion is no longer available at App store. 

    Call Apple's online store's telesales agents: 1-800-MY-APPLE (1-800-692-7753) or Customer Service and Sales Support at 1-800-676-2775. For Lion you'll get a redemptions code via e-mail and need to DL from the Mac Apple Store (requires SL 10.6.6+).

  • How can I transfer my voicemails onto new device ?

    How can I transfer my voicemails onto new device ? Is it possible?

    Yes, you would need to restore new one from backup of the old one.
    Instructions here
    http://support.apple.com/kb/ht2109

  • Can Creative Cloud alert me when a client leaves a comment on uploaded / sync'd artwork?

    As above really, Can Creative Cloud alert me when a client leaves a comment on uploaded / sync'd artwork? When clients comment on files at the moment I get no notification of the comment I have to check the files manually which is an extra step in our work flow and not ideal.
    Thanks
    Jase

    Lucidcreationcouk, This feature is currently not available, however I guess, it is already posted as an enhancement request here.
    http://forums.adobe.com/community/creative_cloud?view=idea
    If there are more idea's that you want to put up, please post up there, we would love to hear.
    - Nitin

  • TS4006 My phone will not turn on, therefore I have received a replacement phone but am wanting to reset my old device. It is not locating it because it says it is offline however I cannot turn it on at all. Can I start with my new device and not reset the

    My phone will not turn on, therefore I have received a replacement phone but am wanting to reset my old device. It is not locating it because it says it is offline however I cannot turn it on at all. Can I start with my new device and not reset the old? Any help would be greatly appreciated. It's been a week without a phone

    That does happen.  It depends on how hard the server is being hit, as well as the connection speed of your system.  If you are on a windows system, you will want to disable any antivirus or firewall software during the download.

  • My new mags won't download even though my subscription is up to date. After 2 weeks of frustration I still am clueless. Can anyone help? I am set to automatic uploads when new mags are available and still nothing. So frustrating when I have paid for them.

    My new mags won't download even though my subscriptions are up to date. After 2 weeks of frustration I still am clueless. Can anyone help? I am set to automatic uploads when new mags are available and still nothing. So frustrating when I have paid for them.

    Maybe you do not have enough space on iPad.

  • HT4914 My wife and I both have iPhones and iPads. Can we both have access to the same iTunes Match library or do we have to have separate subscriptions?  Our devices are synced to the same computer and we currently download titles from the same library.

    My wife and I both have iPhones and iPads. Can we both have access to the same iTunes Match library or do we have to have separate subscriptions?  Our devices are synced to the same computer and we currently download titles from the same library.  We both use separate apple id's on our devices.

    You need to reconfigure your phone for use with your Apple ID. I suggest you restore yours as new then reconfigure it with your information and Apple ID. Be sure to disable Find My Phone, if it's enabled, before proceeding.
    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    A
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    7. iOS - Unable to update or restore
    Forgotten Restrictions Passcode Help
                iPad,iPod,iPod Touch Recovery Mode
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    You can restore from a backup if you have one from BEFORE you set the restrictions passcode.
    Also, see iTunes- Restoring iOS software.

Maybe you are looking for

  • Help! I need a special image gallery!!

    Hello! anyone know if you can make an image gallery with thumbnails and where each one is linked to a photo slide? Also require that the thumbnails act as a color button, not appear like a thumbnail photo. I need help! Thanks in advance! PD: sorry fo

  • Connect Contacts on MAC Mail Software

    I have another question. I am wondering if it's possible to connect the contacts I have on the server and I can see on my webmail to the Macintosh Mail software. Is it an LDAP? I am not talking for the global userlist. I am talking about the personal

  • Nikon D750...cannot open RAW or use DNG converter.

    Got the new D750. I have CS6 and LR4. I cannot open the RAW files so I read I could convert them to DNGs. Problem is that I have Windows Vista and apparently the DNG converter wont work with Vista. Any suggestions? Thanks.

  • No start-up after latest Safari/Security update

    Last night I updated Safari and the latest security patch per the automatic notification system. After the end of what appeared to be a successful install, I got the "Restart" dialog. Upon restart, the system begins to load until the grey screen with

  • FP_CHECK_DESTINATION_SERVICE - test fails

    When I run this program in SE38: FP_CHECK_DESTINATION_SERVICE It fails with the error: SYSTEM ERROR: ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_IC F_DATA_AB1//sap/bc/fp/form/lay