Is there a way to find out the server is pending for a reboot by SCCM? any reg value or something to find it?

There are some servers which are tagged as No restart servers(which cannot be rebooted regularly) due to some critical apps are running on them.
Is there any reg value or some thing where we can find the server is pending for a reboot from SCCM? currently the SCCM services are stopped on them to prevent any unwanted reboot. 
But if can find this info it will be very helpful
----Please vote if this is helpful----- -----Knowledge is Power-------- Ajo Abraham [MCP] [MCTS]

You can also create collection for reboot pending machines based on its lastenforcementmessageID.
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 inner join SMS_UpdateComplianceStatus
ON SMS_UpdateComplianceStatus.machineid=sms_r_system.resourceid
WHERE SMS_UpdateComplianceStatus.LastEnforcementMessageID = 9
Eswar Koneti | Configmgr blog:
www.eskonr.com | Linkedin: Eswar Koneti
| Twitter: Eskonr

Similar Messages

  • Is there a way to figure out the name behind an Apple ID?

    Is there a way to figure out the name behind an Apple ID?  My oganization uses an iPad as a kiosk.  Somone accessed the iPad, changed the Apple ID associated with iTunes, downloaded a game and set a password to lock up the whole iPad.  We had to completely restore the iPad in order to access it.  When I tried to upload a new app, a different Apple ID popped up, and I'm assuming it was the person who locked the iPad and downloaded the game.  I would like to figure out who owns that account, just so we can not allow that person access to the iPads anymore.
    Is there a way to do this?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    Perhaps with a court order because the person committed a criminal act. Otherwise it is doubtful that Apple would violate the privacy of a client/account holder just on your word.

  • Is there a way to zoom out the viewing window of mac applications?

    Is there a way to zoom out the viewing window of mac applications? I know for sure in safari I can zoom out, but it reverts to the original size as soon as I close out the window. I would really like to do this in safari and mail.
    Thank you.

    Try system Preferences/Accessibility/Zoom.

  • I have 2 Apple IDs, 1 associated with all the family devices and the other which has no devices associated with it.  Is there a way to split out the devices between the 2 IDs without losing apps(iPhone) and music (ipod classic)?

    I have 2 Apple IDs.  1 associated with all the family's devices and the other with no devices associated with it.  Is there a way to split out the devices between the 2 IDs without losing Apps (iPhone 4s) or music (iPod classic)?

    i'd be inclined to leave things as they are. Managing app updates over more than one account in the same library or device requires you to sign in and out of each account in turn. You cannot transfer content from one account to another.
    tt2

  • Is there a way to bring out the white in the background?

    I'm using Final Cut Pro version 5.1.4
    I'm shooting a spec spot, with the same lighting set up as the popular Mac Vs PS spots...
    Two actors against a white wall. The white wall we shot against has some color variations on it, due to lighting temperatures... Is there a way to key just the white area behind the actors and bring up the white in the background without over brighting the actors?
    thanks!!

    Find the luma key and try that. Or chroma key set to white.

  • When u face time a friend is there a way to print out the verbal conversation you have with them.

    When you have a verbal conversation on facetime is there a way to print out that converstaion.

    No.

  • Is there a way to print out the objects (controls) used in an application in VS 2012?

    My students are required to change the name property of all the control objects used in their applications (buttons, labels, etc.). I can have them print the code, but that only shows the names of the controls used in their code, not necessarily all of
    them. Is there a way for the students to print the names of all the control objects used in their application?

    Hi D Schultz,
    Based on your description, I'm afraid that it is not the correct forum for this issue.
    Just to make this issuce clearly, Which kind of app did you create? Which kind of language were you using?
    Like this case posted by you:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/147a040a-e9e2-4e7c-b31e-334b6d21dffa/vb-code-to-create-formobjects-showing-in-code-window?forum=visualstudiogeneral#147a040a-e9e2-4e7c-b31e-334b6d21dffa
    If it is the VB winform apps, I suggest you post this issue to the VB language development forum or the WinForm forum.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral
    https://social.msdn.microsoft.com/Forums/windows/en-US/home?forum=winforms
    If not, please let me know the real project type, I will help you find a more appropriate forum.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there a way to Auto-Fill the Album Artist field for an entire library?

    The same way that iTunes can "Get Album Artwork" or "Get Track Names" is there a way to "Get Album Artist"? iTunes automatically added some, but my 2 year old daughter was playing on my computer, and the next thing I know, the whole column was erased. Any solutions to autofill this?

    Re:  too many numbers
    In a helper column enter a rounding formula and fill down...
      =ROUND(A2,2)
    Copy the helper column and paste Values over column A.
    Jim Cone
    Portland, Oregon USA
    free & commercial excel programs (n/a xl2013)
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

  • In a fixed-layout epub is there a way to turn off the faux spine effect for just one pair of pages?

    I'm formatting a graphic novel as a fixed-layout epub.  Because the pages are generated in Manga Studio with an intended print target, it by far makes the most sense to just use a single, large image for each page.  I'm coding the .opf, .xhtml, and .css files by hand, and I more or less understand everything I'm doing.
    Because the pages are often full bleed, I actually want the faux book chrome afforded by having <meta property="ibooks:binding">true</meta>.  The shadow effect in the gutter gives a nice deliniation between the pages without me having to do anything additional with the formatting.
    However... a handful of pages in the book are two-page spreads.  These look good enough with the shadow spine in the middle, but they would obviously look better without it.  What I'd like to do is identify these particular page pairs as two-page spreads and turn the binding chrome off for just that page pair.  I could of course "fake it" by adding a shadow to the pages themselves (except the spreads) and turning off the binding chrome on the entire book, but it'd be a lot easier to be able to do it in software.
    Apple's formatting guide mentioned nothing of the sort, and searching for a while hasn't turned up anything (not even anyone asking the same question so far as I can tell).  I'm guessing this isn't possible, but it never hurts to ask.  Anybody know of a way to do this?

    Just found this... Sorry to waste the post...
    http://reviews.cnet.com/8301-13727_7-20083707-263/managing-mac-os-x-lions-applic ation-resume-feature/?tag=mncol;title

  • Is there a way to auto-configure the optimal screen settings for a macbook pro running windows 7? When running Lion the screen looks 10x better.

    Just like the title reads. 2011 MBP Quad Core 15". Used boot camp to instal Windows 7 Home premium but screen resolution is bad. Thank you

    No. Reopen Boot Camp Assistant and click on the Continue button. You'll see in that screen a checkbox to download drivers. Check that box and uncheck the other boxes. Have a freshly formatted USB flash drive or hard drive connected. Must be partitioned MBR and formatted FAT32. You can format it while in Windows. Have it connected when you use Boot Camp Assistant. Once you click on the Continue button again BCA will attempt to download the drivers.
    Once you have the drivers boot Windows. It should autorun the installer you downloaded after Windows gets itself settled in.

  • New Computer: I purchased and registered CS5 a few years ago but original disks are far away. Is there a way I can Download the CS5 I paid for?

    Hi,
    My MacBook Pro finally died and just while I was on the other side of the country away from my original disks. Anybody know how I can download a copy of CS5 that I purchased a few years ago?
    Thanks

    Download CS5 products
    Mylenium

  • When clearing a form, is there a way to also clear the photos?

    I have an existing form created using Adobe Pro's form creation. This contains a label tool for adding photos.  When I clear the form, the photos remain. Is there a way to clear out the photos of a form after one has already been linked?
    Thanks,

    OK I understand what you are saying, but I am not as Java Savy as I would like to be.
    I have created the hidden blank icon. Based on another users similar question, I used the following script that you provided for him for the buttonGetIcon Field Method.
    var oIconClear = getField("buttonClear").buttonGetIcon({nFace: 0});
    getField("Picture 1a").buttonSetIcon({oIcon: oIconClear, nFace: 0});
    I believe I still need the buttonSetIcon field method because this script alone did not seem to work.
    Perhaps I am doing everything completely wrong

  • Cleaning out the thermal heating unit for W510

    I am worried that there is dust in my thermal unit that has begun to impact performance. I got my W510 about 2 years ago. Things that use to run well are starting to drop in frame rates and my GPU and CPU temperatures are getting hotter than usual levels. Even when browsing the web, my computer continues to rise in temperature.  It does not get to melting levels, but it seems like my W510 is becoming less effecient at keeping it self cool. There is quite a bit of dust build up usually around my workstation area.
    Is there a way of cleaning out the thermal heating unit without having to take my W510 apart? I am comfortable doing so but just wanted to know if there was another way...or if you guys even suspect that may be the problem. Maybe getting it serviced might be a better recomendation? Might even need a new thermal heating unit...

    It is a good idea to clean that out at least once a year as part of normail maintenance. You'd be surprised how often people buy new laptops not realizing that they just need to clean out the heatsink/fan assembly. If cleaning that out does nothing it may be an issue with your OS. My T510 was getting quite warm for a while and a reinstall ended up fixing the issue. I still have no idea what was causing the heat though since nothing was pegging my CPU.

  • On submit button type - There was a problem connecting to the server.

    Hi,
           Please give me a solution for server connection issue. I am new to the adobe live cycle designer ES4.
    I created a web form use of adobe live cycle es4 v.11.0 to retrieve the data from web service method. So, I created the WSDL type data connection in data view menu to invoke the .asmx?wsdl service and connection is established successfully. Then, I dragged and drop a button from object library window to invoke the service method and changed the type as submit button. In the submit button URL, I given the web service url as eg. http://<localhost>:<port>/Web_serive.asmx?wsdl. Finally, I saved it has a PDF file.
        When I click the submit button, a pop up window is openning as 'preparing for submit..' and 'Receving data..' and finally, it shows a pop up error message as 'An error occured during the submit process. There was a problem connecting to the server'. I tried all possiblities and if any bad english grammer, sorry for that.
    Please give me a proper solution for this issue.
    With Regards,
    G. Prabakaran.

    After trying these suggested actions several times success has not been reached.
    I understand you are getting unable to connect to server error message on your printer. I would first unplug router and printer for about 1 minute. I would plug router up first then printer. I would then try to enable web services. If not successful and you get same error message. I would follow these steps.
    1. Obtain your printer's IP address
    a. This can be done by pressing the wireless icon on printer.
    2. Enter the printer's IP address in a browser.
    3. Select the network tab at the top of the page.
    4. On the left select networking.
    5. Select Network Address (IP)
    6. Select Manual DNS Server
    a. Manual Preferred DNS should read 8.8.8.8
    b. Alternate DNS Server should read. 8.8.4.4
    7. Select apply you might get a warning just select okay.
    8.  Try again to access ePrint.
    Let me know how it goes.
    I am able to print wirelessly to the printer, print through eprint, scan, and copy things. The only thing that is not working is the printer itself connecting to the hpeprintcenter.com.
    Kyle

  • Is there a way of finding out what has been accessed on my MacBook Pro whilst in the possession of an apple authorised service centre?

    Hi Guys,
    I'm a bit new to this discussion group thing although I've been using Macintosh computers for many years (showing my age).
    I handed my MacBook Pro to be repaired at an authorised apple service centre. When I handed it in they said they needed to keep hold of it to run some diagnostics and requested my password. I've owned various models of mac for the the past 17 years and this is the first hardware problem I have encountered, hence I have never bothered to set up user accounts. 
    As I live in quite a remote part of Sweden I am paranoid that some untrusted technician is going to make a copy of my music (11,000 tracks) or share some of my personal information (scanned copies of my birth certificate, passport, certificates, photos, etc.) on the web. Is there a way of finding out what activity has taken place whilst they've had it in their possession?
    I appreciate any advice you guys can offer.
    Thanks!
    PS: I've already thought about the 'recently opened' menu and The machine in question is a MacBook Pro 17" (2011) running OS X 10.6.8 (need Rosetta).

    I am paranoid that some untrusted technician is going to make a copy of my music (11,000 tracks) or share some of my personal information (scanned copies of my birth certificate, passport, certificates, photos, etc.) on the web.
    If you put your info into the computer and hand it to another, you have to assume they will copy everything.
    Why are you putting scanned copies of valuable identity information into a computer than can be hacked, stolen, lost or compromised by a dirty tech?
    Have you lost your mind?
    Is there a way of finding out what activity has taken place whilst they've had it in their possession?
    No. The tech would just deny it if he did, or tell the truth which the answer would be "NO" in either case.
    The employer won't ask that sort of questions without solid proof, less they make a enemy of the employee and/or risk being sued for defamation of character.
    It's not like they bother to have a team of people watching over his shoulder that he doesn't stick a USB thumb drive of your data into his pocket to take home.
    I am paranoid that some untrusted technician is going to make a copy of my music (11,000 tracks)
    If it's iTunes music, it has your personal ID embedded into the song files. Most IT techs know this though.
    I appreciate any advice you guys can offer.
    Too late now, all you can do is not worry about it.
    Take your personal info out of the machine and if you need it, burn cd/dvd copies, a few USB thumb drives, Iron Keys or self encrypting external storage drives with key and/or keypad.

Maybe you are looking for

  • BEx report issue on setting offset value

    Friends, I have got a Bex reporting requirement as follows. Given a Calendar week I have to show data for 5 Key figures for the next 3 calendar weeks.  For ex: if I enter 05/2006 I have to show data for 05/2006, 06/2006 and 07/2006.  I thoght of usin

  • Wi-Fi Repeater using TimeCapsule and AirPort Extreme

    Brain mush, help please. We have: Verizon Fios and the Verizon Fios modem router combo: ActionTec MI424-WR Rev F (Henceforth, AcTec) A finicky, but abled TimeCapsule A1254 (TC) And a new AirPort Extreme (AE) They support: Non-wireless Brother Inkjet

  • Tabular form with Popuv LOV doesn't work with onchange event

    Hi all. I have a problem with tabular forms, Popuv LOVs and javascript. I have created one tabular form, I want to put a value in "my_field" field when a user selects a new value from other field called "my_list", I have this code: <script type="text

  • Issue swapping coordinates of PNG stored in 2D Array

    Hi, I'm using the interactive png class found here I'm loading in the the required date from an xml file which is structured like this <?xml version="1.0"?> <theData> <_title_>pictures!</_title_> <_url_>images/</_url_> <slides> <sub image="images.png

  • Problem with installing free App (Everything is fine, bur we had a small problem getting your license)

    Hello, We have free App for SharePoint Online. Some our customers have problems with the installation. After install they see an issue with obtaining a license which should be free. "Everything is fine, bur we had a small problem getting your license