Intune Command to initiate 'Check for update' for intune client.

Hi ,
I am working with Microsoft Intune and power shell. My target is to automate the process of "check for update"
available at Intune client's Microsoft intune center.
I have found the way to push the command to client using intune but the issue is with the command it’s not working.
%programfiles%\Microsoft\OnlineManagement\Updates\Bin\omupdclt.exe /detectnow
%programfiles%\Microsoft\OnlineManagement\Updates\Bin\omupdclt.exe /updatenow
The reference links are as follows :
https://albertneef.wordpress.com/2012/01/12/windows-intune-commands/#comment-423 
http://www.systemcentercentral.com/windows-intune-client-behind-the-scenes-sysctr/
These commands are not getting executed at the client machine. I tried it's execution in administrator mode. Command
is getting executed without any error but check for update is not getting initiated.
Can u please provide me with the way to execute this manually at the client machine? 

Thanks for the commands now at least its initiating the Agent.
/DailyTasks;
/AgentUpdateNow;
/RunHandlerComServer
i have executed the command and it i still giving errors. please have a look at the log file: updates.log
2015-03-12 15:23:34:379
1956 1224
Misc ===========  Logging initialized (build: 5.0.4900.0, tz: +0530)  ===========
2015-03-12 15:23:34:379
1956 1224
Misc  = Process: c:\Program Files\Microsoft\OnlineManagement\Updates\Bin\omupdclt.exe
2015-03-12 15:23:34:379
1956 1224
UpdClt omupdclt.exe launched with command line omupdclt.exe  /agentupdatenow
2015-03-12 15:23:34:395
2564 1130
AgntUpd Agent requests client agent sync
2015-03-12 15:23:34:395
2564 1130
AgntUpd Asset Inventory Service agent sync refreshing state
2015-03-12 15:23:34:395
2564 1130
AgntUpd Searching for Asset Inventory Service: Not Found
2015-03-12 15:23:34:395
2564 1130
AgntUpd Asset Inventory Service is disabled. Canceling agent sync timer
2015-03-12 15:23:34:395
2564 1130
AgntUpd Microsoft Intune agent sync refreshing state
2015-03-12 15:23:34:395
2564 1130
AgntUpd Searching for Microsoft Intune: Found
2015-03-12 15:23:34:395
2564 1130
AgntUpd Microsoft Intune is enabled. Initiating agent sync
2015-03-12 15:23:34:395
2564 76c
AgntUpd Received timeout event
2015-03-12 15:23:34:395
2564 76c
Agent Agent servicing time window policy is not set
2015-03-12 15:23:34:395
2564 76c
Agent WARNING: Unable to read agent servicing time window policy, error = 0x80070002. 
2015-03-12 15:23:34:395
2564 76c
AgntUpd WARNING: Failed to update task triggers, error = 0x80070002
2015-03-12 15:23:34:395
2564 76c
AgntUpd #############
2015-03-12 15:23:34:395
2564 76c
AgntUpd ## START ##  AgntUpd: Search for agents [Service = "Microsoft Intune"]
2015-03-12 15:23:34:395
2564 76c
AgntUpd #########
2015-03-12 15:23:34:395
2564 76c
AgntUpd <<## SUBMITTED ## AgntUpd: Search for agents [Service = "Microsoft Intune", CallId = {F9BB69D3-5BD4-4B2A-8D06-0FAB2BA9ADC0}]
2015-03-12 15:23:34:395
2564 d1c
Agent *************
2015-03-12 15:23:34:395
2564 d1c
Agent ** START **  Agent: Finding updates [CallerId = Client Agents Sync]
2015-03-12 15:23:34:395
2564 d1c
Agent *********
2015-03-12 15:23:34:395
2564 d1c
Agent  * Online = Yes; Ignore download priority = No
2015-03-12 15:23:34:395
2564 d1c
Agent  * Criteria = "CategoryIDs contains '27cd64a2-e5d7-468d-ac5d-7bd7ccae1880' and IsInstalled=0 and Type='Software'"
2015-03-12 15:23:34:395
2564 d1c
Agent  * ServiceID = Microsoft Intune
2015-03-12 15:23:34:395
2564 d1c
Agent  * Search Scope = {Machine}
2015-03-12 15:23:34:426
2564 d1c
EP Obtained plugin IUpdateEndpointProvider on CLSID 3BF1D171-8D71-44C4-B234-302390EDD390
2015-03-12 15:23:34:426
2564 d1c
EP Obtained plugin IUpdateEndpointAuthProvider on CLSID 3BF1D171-8D71-44C4-B234-302390EDD390
2015-03-12 15:23:34:426
2564 d1c
EP SLS: Initializing for service ID 3DA21691-E39D-4DA6-8A4B-B43877BCB1B7
2015-03-12 15:23:34:426
2564 d1c
EP SLS: Reading from cache
2015-03-12 15:23:34:426
2564 d1c
EP SLS: Successfully read service endpoints from cache.
2015-03-12 15:23:34:426
2564 d1c
EP Got service Microsoft Intune plugin Client/Server preferred token types: 0x00000001
2015-03-12 15:23:34:426
2564 d1c
EP Got service Microsoft Intune plugin Client/Server URL: "https://msua05.manage.microsoft.com/ClientWebService/client.asmx/auth"
2015-03-12 15:23:34:426
2564 d1c
EP Got service Microsoft Intune plugin Client/Server auth token of type 0x00000001
2015-03-12 15:23:34:488
2564 d1c
PT +++++++++++  PT: Starting category scan  +++++++++++
2015-03-12 15:23:34:488
2564 d1c
PT  + ServiceId = Microsoft Intune, Server URL = https://msua05.manage.microsoft.com/ClientWebService/client.asmx/auth
2015-03-12 15:23:37:004
2564 d1c
EP Obtained plugin IUpdateEndpointProvider on CLSID 3BF1D171-8D71-44C4-B234-302390EDD390
2015-03-12 15:23:37:004
2564 d1c
EP Obtained plugin IUpdateEndpointAuthProvider on CLSID 3BF1D171-8D71-44C4-B234-302390EDD390
2015-03-12 15:23:37:004
2564 d1c
EP SLS: Initializing for service ID 3DA21691-E39D-4DA6-8A4B-B43877BCB1B7
2015-03-12 15:23:37:004
2564 d1c
EP SLS: Reading from cache
2015-03-12 15:23:37:004
2564 d1c
EP SLS: Successfully read service endpoints from cache.
2015-03-12 15:23:37:004
2564 d1c
EP Got service Microsoft Intune plugin Client/Server preferred token types: 0x00000001
2015-03-12 15:23:37:004
2564 d1c
EP Got service Microsoft Intune plugin Client/Server URL: "https://msua05.manage.microsoft.com/ClientWebService/client.asmx/auth"
2015-03-12 15:23:37:004
2564 d1c
EP Got service Microsoft Intune plugin Client/Server auth token of type 0x00000001
2015-03-12 15:23:37:004
2564 d1c
PT +++++++++++  PT: Synchronizing server updates  +++++++++++
2015-03-12 15:23:37:004
2564 d1c
PT  + ServiceId = Microsoft Intune, Server URL = https://msua05.manage.microsoft.com/ClientWebService/client.asmx/auth
2015-03-12 15:23:43:129
2564 d1c
Agent Skipping search for Windows Updates due to category criteria
2015-03-12 15:23:43:129
2564 d1c
Agent  * Found 0 updates and 3 categories in search; evaluated appl. rules of 295 out of 331 deployed entities
2015-03-12 15:23:43:129
2564 d1c
Agent *********
2015-03-12 15:23:43:129
2564 d1c
Agent **  END  **  Agent: Finding updates [CallerId = Client Agents Sync]
2015-03-12 15:23:43:129
2564 d1c
Agent *************
2015-03-12 15:23:43:129
2564 ee4
AgntUpd >>##  RESUMED  ## AgntUpd: Search for agents [Service = "Microsoft Intune", CallId = {F9BB69D3-5BD4-4B2A-8D06-0FAB2BA9ADC0}]
2015-03-12 15:23:43:129
2564 ee4
AgntUpd  # 0 agents detected
2015-03-12 15:23:43:129
2564 ee4
AgntUpd #########
2015-03-12 15:23:43:129
2564 ee4
AgntUpd ##  END  ##  AgntUpd: Search for agents [Service = "Microsoft Intune", CallId = {F9BB69D3-5BD4-4B2A-8D06-0FAB2BA9ADC0}]
2015-03-12 15:23:43:129
2564 ee4
AgntUpd #############
2015-03-12 15:23:43:129
2564 ee4
AgntUpd Agent sync completed
2015-03-12 15:23:43:129
2564 ee4
Agent Agent servicing time window policy is not set
2015-03-12 15:23:43:129
2564 ee4
Agent WARNING: Unable to read agent servicing time window policy, error = 0x80070002. 
2015-03-12 15:23:43:129
2564 ee4
AgntUpd WARNING: Failed to update task triggers, error = 0x80070002
2015-03-12 15:23:48:129
2564 d1c
Report REPORT EVENT: {1CA0460D-AC30-468A-AAB2-F9BA68F3744F}
2015-03-12 15:23:43:129+0530 1
147 [AGENT_DETECTION_FINISHED] 101
{00000000-0000-0000-0000-000000000000}
0 0 Client Agents Sync
Success Software Synchronization
The Client successfully detected 0 updates.
2015-03-12 15:23:48:129
2564 d1c
Report WARNING: CSerializationHelper:: InitSerialize failed : 0x80070002
2015-03-12 15:23:48:129
2564 d1c
Report WARNING: CSerializationHelper:: InitSerialize failed : 0x80070002
2015-03-12 15:23:48:129
2564 d1c
Report WARNING: CSerializationHelper:: InitSerialize failed : 0x80070002
2015-03-12 15:23:48:129
2564 d1c
Report WARNING: CSerializationHelper:: InitSerialize failed : 0x80070002
i am not able to find the reason for this error please help..
with regards
Mayank Pahan

Similar Messages

  • Tried to check on updates for CS6 64 bit - Received message saying application manager may be damaged - download and install new copy - when I try this I receive message ERROR 404 I have a PC - any help would be gratefully received - thanks - William

    Tried to check on updates for CS6 64 bit - Received message saying application manager may be damaged - download and install new copy - when I try this I receive message ERROR 404 I have a PC - any help would be gratefully received - thanks - William

    reset your preferences:
    dreamweaver:  http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    indesign:  https://forums.adobe.com/thread/526990
    lightroom:  http://www.lightroomforums.net/showthread.php?14226-Resetting-%28or-Trashing-%29-the-Light room-Preferences-file
    photoshop:  https://forums.adobe.com/thread/375776
    if that fails, uninstall ps, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and reinstall.  then use the manual updates.

  • HT1338 error in download, OS X 10.8.3 now checking for updates for 14 hours cannot get out of it!!!

    Error with downloading upgrade OS X 10.8.3 now checking for updates for 14 hours cannot get out to start again!!!

    Quit the App Store application, or force-quit if necessary.

  • How to disable the windows update message "Windows update hasn't been able to check for updates for the last 30 days"

    Hi,
    We work on a domain that uses Symantec Management console to administrate our patch enviroment. We have windows updates disabled. But our Windows 8 machines get this message once a month
    "Windows update hasn't been able to check for updates for the last 30 days"
    Just wondering if anyone knows which GPO to use to disable this setting as I have been unable to find it.
    Thanks

    Hi,
    You can turn off the message by GUI in Control Panel\System and Security\Action Center, in the right pane, click "Change Action Center settings", then untick the "Windows Update" option.
    For GPO, you can disable all balloon notifications:
    User Configuration \ Administrative Templates \ Start Menu and Taskbar\Turn off all balloon notifications
    Or remove Action Center icon itself
    User Configuration\Administrative Templates\Start Menu and Taskbar\Remove the Action Center icon
    And I haven't found a GPO to turn on\off a specific message mentioned in the action center, but the setting for the message is related with registry key under
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Action Center\Checks
    but the value under the key is binary, hard to control, if you have interest, you can export the key from a preference pc, then deploy the GPO via
    User Configuration > Preferences > Windows Settings > Registry
    Yolanda Zhu
    TechNet Community Support

  • I installed Elements 12 because my version of Photoshop (CS5.1) is not compatible with Yosemite. Now the Adobe Application Manager will not search for updates for any of the programs in CS5.5 that I have. How do I fix this?

    I installed Elements 12 because my version of Photoshop (CS5.1) is not compatible with Yosemite. Now the Adobe Application Manager will not search for updates for any of the programs in CS5.5 that I have. How do I fix this?

    '''Except 8.0.x version also supported version is 3.6.24 '''you can find it here:
    http://www.mozilla.org/en-US/firefox/all-older.html
    check the system requirements:
    http://www.mozilla.org/en-US/firefox/3.6.24/system-requirements/
    see also:
    [https://support.mozilla.com/en-US/kb/Installing%20a%20previous%20version%20of%20Firefox Installing a previous version of Firefox]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • CC asking for updates for updated apps.

    I update all apps, but it keeps asking for update for the same apps. I updated them several times today.

    I followed Adobe's direction on how to fix the problem and it worked but only for the five updates that had been showing up repeatedly. They went away but a couple days later two new ones showed up and after I installed them they showed up again a couple days later. Surely you aren't recommending that people have to go in and do the fix for every set of updates are you?
    thanks,
    Jon

  • How to disable checking for updates for Shockwave plug-in?

    SOS: how can I disable checking for updates (and reporting
    that there is one) for a Shockwave object on a web page?
    I have a client with an older Shockwave version, and it's a
    royal pain for each user to be told there's a newer veriosn and do
    you want to download...
    Any help gratefully received.

    I have zero experience of macs.
    Can't you install Silverlight and the plugin for all users rather than a specific one?
    I would guess/hope/expect there'd then be one plist file for everyone? 
    Please don't forget to upvote posts which you like and mark those which answer your question.
    My latest Technet article - Dynamic XAML

  • Custom program for availability check and update for existing sale order at Item level(VA02)

    Hi,
    I came to know Bapi_Saleorder_Simulate can be used for availability check and update an existing sale order.but there is no sample program explaining the process.I have tried this by passing parameters ORDER_HEADER_IN , ORDER_ITEMS_IN  ,ORDER_PARTNERS and ORDER_SCHEDULE_EX(for getting details),also i have assigned the sale document number ,custom document type(ZSO) in ORDER_HEADER_IN . while executing the BAPI I am getting the error external number range is not assigned for the document type ZSO . I am confused on seeing this error. It is possible to do availability check for existing sale order using this BAPI. Please explain how to achieve this.It will be really helpful if it is expalained with an example.   
    Regards,
    Shanmuga

    Hello, I think you may have been misinformed about this BAPI updating a sales order at item level. As far as I understand it this BAPI can be used to simulate the creation of a sales order which obviously would include and ATP check. This is why it is giving the error because it is simulating creation but you are entering a value in a field that should be automatically generated (i.e. the sales order number). For change the sales order at item level have you looked at BAPI_SALESORDER_CHANGE? I pretty sure this BAPI both updates sales order (header or item level) and can do an ATP first.
    Points are always welcome if you feel an answer has been helpful.

  • How to check availabe updates for apps in iTunes 11.0 (Windows)?

    In older versions of iTunes in my laptop, there is a place to click to check for available updates when I see there are updates in the App Store icon in my iPhone.
    Then the Apps updates are downloaded to the laptop and then I can sync the iPhone.
    But I just can't find such a button to download Apps updates in the latest 11.0 iTunes.
    Please help. Right now, I'm installing the updates via 3G which can be slow.
    Thanks,
    Taijiboy

    In ITunes Store there is a Library Button in the upper right hand corner.  Left Click on the down arrow on this button and a drop down menu will appear.  Click on the Apps Button which will open your Apps page.  On the bottom right hand corner is a button labeled check for updates.  Left click on the button.
    In your account there is an ITunes Store Button in the upper right hand corner.  Left Click on this button to toggle to the Library Button, then follow the instructions above.

  • Getting an error when trying to check for update for my iPad

    On the iPad itself, there is no option such as 'update' in the general tab under settings. So I connected the iPad to my computer and on iTunes, whenever I click for 'Check for Update' I get an error message that says:
    The iPad software update server could not be contacted
    Make sure your network setting are correct and your network connection is active, or try again later
    My network is absolutely fine and I have been trying since almost 2 days now.

    If you would like help from these user forums then saying what the error message was would be useful.

  • When i conect iphone 4 to itunes using cable , its check for updates only for itunes and did not check updates for iphone 4 also when i press check for updates for iphone 4

    itunes coud not check updates for iphone4 when i connect by cable only when i put iphone4 to AIR PLANE MODE

    You must Restore the phone. It will probably only worth with an AT&T SIM, unless your friend had AT&T unlock it first. The phone may be jailbroken, also; one indication of this would be the app "Cydia" on the phone's Home screen. If it is the phone is most likely worthless to you.

  • Get Windows Explorer when I check for Updates for IOS

    I cannot "check for updates" or "restore" IOS on my ipad. I have an ipad 1 (model A1337) and when I select either option it presents me with a windows explorer view of my pc. Any ideas? I have upgraded iTunes to 10.6.3.5. I am currently on IOS 4.2.1

    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • Check any Update for my GTX760 TF 2G

    Just check if any update for my graphic card bios. Now my screen is turn off for 1 sec every hour. Wonder if my graphic card act strange.
    1) S/N: 602 -v284- 300B1311061971
    my VBios file
    not allow to post external link ?????
    I'm run Win 7 64Bits on lastest Nvidia driver (344.75)
    thx

    oki, then it can't be vbios issue
    Quote from: tancangxp on 24-December-14, 11:27:27
    I use it nearly 1 year. It never happen before. just after I use newer nvidia driver that begin to act strange.
    install msi vga drivers for your card and see if vga drivers caused this issue

  • Wont get past "Checking For Updates " for initial startup.

    Hey. So I just bought a Blackberry Playbook and I can not get past the "Checking For Updates" screen on the initial startup. It checks for updates and then says
    "Retry Activation
    Blackberry Tablet OS
    Version 1.0.2.2078
    Your tablet could not be activated because of error (1001)
    Tap Retry or Turn Off to try again later"
    I have dine both of those and neither work. I am really excited I bought this because I used to have a Blackberry Pearl. I want to use this tablet but the more I struggle the more I want to throw it out the window. Please help!! 

    Try starting in "Safe Mode" (hold shift at startup)
    http://docs.info.apple.com/article.html?artnum=107393
    If your computer starts up, repair permissions, verify disk (both in Applications/Utilities/Disk Utility)
    If you are able to get to apple.com, download the "Combo" update and avoid the "Software Update..." (use that to see what is needed and get them from the apple.com site) re-apply the update and restart.
    I'd start there. Post any results.
    Good Luck

  • I'm trying to "search for updates" for my device, but I get directed to a folder on my PC.... What have I done wrong?

    Hi!
    Trying to connect an iPad to my PC. That worked.... Unfortunately I thought I could use the iPad as a storage device and transfer a Power Point presentation to the iPad. Fooling around in iTunes i looked around in the folder structure trying to find the PP-document.
    Then I got the info that the app Keynote needs to be used. I purchased the app and while trying to install it the answer is that I need to update the iOS. Clicking on the "search for updates"-button I get directed to one of the folders at the C-drive where I kept the PP-presentation... I need help to fix this! What folder is the "search for updates" supposed to aim at?
    Regards,
    /David

    Probably caused by search redirect Malware.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

Maybe you are looking for

  • Can I change the view of the the new SMS conversation to look like the old one

    I have a Storm 9530 v5.0.0.328 Verizon and I just have done a update played with it after and like all the upgrades but the way my coversation looks in SMS.  I really don't like way the text looks to much like IM is their any way to change view back

  • Connecting IPhone 4S to a projector.

    I'm using the 4S and have Apple's VGA connector. I don't seem to get any video out / mirroring.

  • How do I turn off base station logging?

    Airport Extreme seems to have started logging events two days ago with no input from me.  Have been using for about two months.  I wonder what's going on and how I can turn off base station logging.

  • Change Existing objects naming conventions in a Query

    Hi all, I Need to change the Naming Conventions of the Query Objects of a Query at the Infoprovider level. Is there any Routine to change the naming conventions or do i need to do it Manually.

  • What is all this "HT####" stuff?

    I regret to expose my ignorance in this fashion, but.... Sometimes people's topic reads "HT1234 blah blah blah", where the 1234 could be any 4 number sequence. What's up with the "HT1234" thing anyway? Thanks. charlie