SCCM 2012 Query to find units with IPv6 Enabled?

We've found a need to locate computers that may have IPv6 enabled for audit purposes, and then we'll disable them at a later date.
Has anyone been able to create a successful query in SCCM 2012 to get that information? 
I found this but it spit back the IPv4 info for all the units in our device collection, plus it's for SCCM 2007. http://www.myitforum.com/forums/Query-for-systems-with-IPv6-enabled-m227020.aspx
Appreciate any input, thanks!
This topic first appeared in the Spiceworks Community

If you're using % in the value field the operator must be "Like" . In your case, the query should look like
select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_R_User where SMS_R_User.UserPrincipalName Like
"TQA%" order by SMS_R_User.UserPrincipalName
Kindly mark as answer/Vote as helpful if a reply from anybody helped you in this forum. Delphin

Similar Messages

  • SCCM 2012 Query to populate collection with users of 3 similar characters

    Hi, 
    I'm trying to create a query to populate a collection for my QA users. I have 5 QA users and about 10,000 users on the domain. Those users are inside a "TQA" group so I just need to know a way to create a dynamic collection that will be populated
    automatically with this TQA users and because of more people will be joining the ranks of QA testing the collection will help to mitigate maintenance.
    At the moment we have a query that doesn't works at all so I had to manually update my collections every time we test a product. My query code does not seems to populate with the info I need.
    This is the code:
    select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_R_User where SMS_R_User.UserPrincipalName = "TQA%" order by SMS_R_User.UserPrincipalName
    Any thoughts ?
    Kind Regards.

    If you're using % in the value field the operator must be "Like" . In your case, the query should look like
    select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_R_User where SMS_R_User.UserPrincipalName Like
    "TQA%" order by SMS_R_User.UserPrincipalName
    Kindly mark as answer/Vote as helpful if a reply from anybody helped you in this forum. Delphin

  • IN NEED OF A SCCM 2012 QUERY THAT SHOWS LAST TIME SOFTWARE WAS USED OR OPENED

    Hello
    I am in need of an SCCM 2012 query that shows PCs that have Visio , Adobe Professional and Visual Studio and the last time each was used or opened. I have the query below which give me the PC name and the product. Any assistance will be very helpful
    select distinct SMS_R_System.NetbiosName, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    like "%adobe acrobat%pro%"
    select distinct SMS_R_System.NetbiosName, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    like "%visio%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%viewer%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%service pack%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%security
    update%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%hydra%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%update%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%MUI%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    not like "%amd%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%microsoft visio%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%vision%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%add-in%"
    select distinct SMS_R_System.NetbiosName, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    = "Microsoft Visual studio 2012 devenv" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%hotfix%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%security%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    not like "%update%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%service%"

    Did you create a software metering rule for each software title? if not then you need you do that first and it will take over a week before you see results.
    Also keep in mind that your query will only find x86 software titles.
    http://www.enhansoft.com/

  • SCCM 2012 QUERY THAT SHOWS SOFTWARE INSTALLED AND LAST TIME IT WAS USED OR OPENED

    Hello
    I am in need of an SCCM 2012 query that shows PCs that have Visio , Adobe Professional and Visual Studio and the last time each was used or opened. I have the query below which give me the PC name and the product. Any assistance will be very helpful
    select distinct SMS_R_System.NetbiosName, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    like "%adobe acrobat%pro%"
    select distinct SMS_R_System.NetbiosName, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    like "%visio%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%viewer%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%service pack%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%security
    update%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%hydra%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%update%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%MUI%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    not like "%amd%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%microsoft visio%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%vision%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%add-in%"
    select distinct SMS_R_System.NetbiosName, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    = "Microsoft Visual studio 2012 devenv" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%hotfix%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%security%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
    not like "%update%" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName not like "%service%

    See me reply to your other post with the exact same details, in the CM07 forum.
    http://www.enhansoft.com/

  • Query to find records with more than 2 decimal places

    I have written the below query to find records with more than 2 decimal places, but it is returning records with decimal places 1 & 2.
    The datatype of the AMT column is NUMBER (without any precision).
    SELECT amt  FROM amount_table
    WHERE substr(amt, instr(amt, '.')) LIKE '.%'
           AND length(substr(amt, instr(amt, '.') + 1)) > 2Output:-
    AMT
    *41591.1*
    *275684.82*
    *64491.59*
    *3320.01*
    *6273.68*
    *27814.18*
    *30326.79*
    131.8413635
    162.5352898
    208.5203816
    8863.314632
    22551.27856
    74.716992
    890.0158441
    2622.299682
    831.6683841
    *1743.14*
    2328.195877
    3132.453438
    5159.827334
    3.236234727
    37.784
    Thanks

    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    create table amount_table
      LINE_NUMBER        NUMBER not null,
      FEE_AMT            NUMBER not null
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (60208, 41591.1);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (60213, 275684.82);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (60238, 64491.59);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (63026, 3320.01);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (59906, 6273.68);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (83111, 27814.18);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (83114, 30326.79);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112395, 131.8413634682);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112399, 162.5352898104);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112402, 208.5203815738);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112403, 8863.3146321954);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112406, 22551.2785551322);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112407, 74.716992);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112410, 890.015844079);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112411, 2622.2996817048);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112414, 831.6683840698);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112415, 1743.14);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112418, 2328.1958771886);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112419, 3132.4534379886);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112422, 5159.8273341686);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112423, 3.2362347266);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112426, 37.784);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112427, 198.7423503696);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112430, 0.7220848332);
    insert into amount_table (LINE_NUMBER, FEE_AMT)
    values (2112433, 12.4149375254);

  • How to inner join attribuet from user with system resource on sccm 2012 query

    Hi , I am using SCCM 2012. Trying to create a WQL query to get list of computers with department name and netbios names,etc. these are in USER  and SYSTEM RESOURCE  object type seperately. The query wizard doesn't allow me to choose sytem
    resource and USER attribute at same time. In JOIN, the inner join also doesn't have SYSTEM RESOURCE attribute class for me to join it with USER attribute class. Any way to resolve this issue so that I can get a query as mentioned?
    I tried the wql below and pasted to my test query, it gave an error. I guess it's because that wql is on sccm2007.
    Please advise,thanks!
    http://social.technet.microsoft.com/Forums/en-US/8c47f069-5390-45bd-a619-5f5498947baa/sccm-query-which-joins-system-resource-and-user-resource?forum=configmgrgeneral
    http://social.technet.microsoft.com/Forums/en-US/8c47f069-5390-45bd-a619-5f5498947baa/sccm-query-which-joins-system-resource-and-user-resource?forum=configmgrgeneral
    Thanks and best regards, -- KF

    Hi,
    Try the suggestion by Garth Jones or post a new thread at
    http://social.technet.microsoft.com/Forums/en-US/home?forum=ITCG
    I am not familiar with WQL, maybe you could get better help at the forum above.
    Juke Chou
    TechNet Community Support

  • SCCM 2012 distribution point install failes with faild to verify disk drive

    I am trying to install remote distribution point on new Windows Server 2012 standard but getting failures. here is the code:
    Failed to find a valid drive on the distribution point
    Failed to install DP files on the remote DP. Error code = 15
    I can created files and folder manually on the server fine on the drive specified during the deployment wizard. I need to know what process SCCM 2012 goes through to verify a disk drive for usage as a remote distribution point

    Hi,
    Did you ever get this fixed?
    In my case, it's a physical server with a 2x 500GB in RAID1.
    Server OS is 2012. SCCM Version is 2012 SP1 cu2
    The disk has been partitioned into 2 logical drives: C-Drive and D-drive
    The distmgr.log states:
    failed to find a valid drive on the Distribution Point 
    Failed to install DP Files on the remote DP. Error Code = 15
    Drive D: is not valid. Error = 15
    Do you have any ideas of how SCCM evaluates drives to be correct?
    I've ran a WMI Query and the partition shows as a Local Hard Disk.
    Do you have any more ideas what I can check?
    Thanks!
    Filip

  • SCCM 2012 OSD; Not finding driver package during deployment

    I've been having some trouble setting up my OSD deployment using SCCM 2012 and hope someone can point me in the right direction.  Specifically I am having trouble with device driver deployment while deploying my reference image. 
    I am running SCCM Config Manager 2012 SP1 CU2. This is running on a Server 2012 VM with SQL 2012.  I am building an OSD deployment and have successfully captured my reference image.  I am not sure if it matters, but I manually built a reference
    PC and using capture media (USB stick), I successfully captured my reference image.  I have imported my drivers for the target PC into Config Manager and into a driver package.  The driver package has been deployed to the distribution point
    (DP).  I checked the status of the driver package within the console and verified it has been deployed to the DP.   I created a new task sequence (TS) to deploy the captured wim.  Within the TS, I added an "Apply
    Driver Package" step and pointed it to the aforementioned driver package.  I added a WMI query to the step as follows
    select * from Win32_ComputerSystem where Model like "HP Probook 6570b%." 
    Incidentally, I did a wmi query on the target PC to verify the model.  I deployed the TS to the unknown computers collection and PXE booted the target PC.  I ran through the OSD wizard and while OSD is verifying the deployment prerequisites,
    the deployment fails with the error, "The task sequence cannot be run because a package referenced by the task sequence could not be found."  I checked the smsts.log log and found the following:
    Failed to find CCM_SoftwareDistribution object for AdvertID="CT120043", PackageID="CT100044", ProgramID="*"
    After some research I found this error means Config Manager cannot find the driver package (PackageID="CT100044")
    for deployment.  After more research I have done the following:
    Deleted the Driver Package and recreated it and updated the TS step to point to this package.
    Deleted and recreated the TS along with the driver package.
    Recreated the driver package and distributed content, only importing the NIC drivers as a way to make a simple test.
    When distributing content I verified it was successfully completed each time as per the console.
    Each time I recreated the driver package and the OSD failed, smsts.log is showing the appropriate package ID in the error.  If I disable the Apply Driver Package step and configure a Apply Device Drivers step to install the best matched compatible drivers
    and limit the driver matching to the specific driver package, the OSD completes but the drivers do not install. It is as if Config Manager is not seeing the imported drivers at all.
    I have run out of options to try and hope someone can help point me in the next direction to take.  After reading numerous forums and guides, I am sure I am doing the OSD steps correctly but I am apparently missing something.
    Thanks in advance,
    Mike G.

    Thanks for responding.
    Yes after I posted the question I right-clicked on the driver package, and selected to update distribution points.  I checked now (about 12 hours later) and the package is showing it has not finished updating.  I checked the content status and
    it is "waiting for content."  I looked at distmgr.log and I found an error "Failed to start DP health monitoring task for package 'CT100044'. Error code: -1".  This error would occur every 30 min after each time the DP retried to process
    the package. After some research I found a post stating a file called "Microsoft" or "Program" on located on the root of the site server could cause this and renaming or deleting the file would resolve this. I renamed the file and after the next time
    it retried, the error cleared, however the package status is still waiting for content.  I tried doing a validation on the package but so far there has been no change.

  • SCCM 2012 SP1 - Vendors or Publishers with multiple spellings or formatting

    Hey all,
    When trying to do reports by Vendor for example, how can we deal with the fact, for example, that the employees at Adobe are not applying the company name incorrectly.
    When I go to the All Software Companies report I find that there is
      Adobe Systems Incorporated
      Adobe
      Adobe System Incorporated
      Adobe Systems
      Adobe Systems Inc
      Adobe Systems Inc.
      Adobe Systems Incorporaetd [Realy, it is spelled incorrectly]
      Adobe Systems Incorporated
      Adobe Systems Incorporated.
      Adobe Systems, Inc
      Adobe Systems, Inc.
      Adobe Systems, Incorporated
      Adobe Sytems Inc. [Another mispelling]
      Adobe Sytems Incorporated [Another misspelling]
    Heck, even Microsoft has this issue.
    And ever duplicates that may or may not be there.
    How has anybody been dealing with this? It's annoying to have to deal with this when trying to do any sort of drilling down through various canned reports.
    I was thinking about creating a little process that goes through the registry in attempts to find the typographically incorrect names and if found replace with with something more commonplace.
    Thanks for the discussion on this issue.

    Hey Jason,
    Got to say, I looked over the link and it took me a while to finally grasp the scope of where that "Set Names" was it. I tend to leave anything that says "Default" in some areas of System Center alone; mostly because there may not be
    an option available to reset back to default. I would have hoped that when I made a client policy, as suggested in the documentation that all settings would be carried over to it, much like creating a group policy. Is it normal to edit the Client Default Settings? 
    As the documentation says "You can also configure custom client settings, which override the default client settings when you assign these to collections. For information about how to configure client settings, see
    How to Configure Client Settings in Configuration Manager."  I guess somebody in the user interface department missed that bit about overriding default client settings with custom
    settings because custom settings do not have all the settings; such as Set Names.  And hey, I found a post
    http://social.technet.microsoft.com/Forums/en-US/41285bd4-e5b2-4a75-94ce-02669e5df592/sccm-2012-how-i-can-reset-default-client-settings-policy-?forum=configmanagerdeployment" So it would appear that there is no way to reset to default settings should
    something get way out of hand.
    Why inventory EXEs? I thought about that and wanted to know what EXEs are on a computer, from what I understand about software inventory, and perhaps this is from my scripting days. I saw lots of people, in the past, ask how they can use VBS or WMI
    for example to do software inventory, the usual stock answer is something like "wmic product"; which only returns products installed by an MSI source, while non-MSIs usually end up in the registry in either Install or Uninstall area, or both
    as well as MSIs ending up there.  Perhaps I don't need to inventory EXEs, but it's there, and I would like to know what computers potentially have an EXE on them that I might want to look for. For example there are plenty of applications that install
    without an install method; they just simply get themselves copied by the user or some hack of an installer.  I don't go trolling through the reports, but there is an occasion where I may want to see if a computer has an EXE, and if I'm lucky the path
    to the EXE is also captured so that's a bonus, right? I could potentially use that information to find an EXE that is in a user's AppData folder, for example. Right? A virus, or a bit of spyware that the AV product may not know about.
    For example; here's a script that claims to inventory software -
    http://gallery.technet.microsoft.com/scriptcenter/Software-Inventory-of-f66b5bdc
    - The  Win32_Product
    WMI class represents products as they are installed by Windows Installer. A product generally correlates to one installation package. (from
    http://msdn.microsoft.com/en-us/library/aa394378(v=vs.85).aspx).
    What about products not installed via the Windows Installer? Pointless. Is that what SCCM does as well? Or does it look in the registry combining both Win32_Product and what is in the Uninstall/Install registry hive? Working with a school district I've installed
    a lot of software that doesn't use the Windows Installer.
    I did find these posts interesting -
    http://social.technet.microsoft.com/Forums/en-US/23c875b4-0e1e-406d-b28f-ee082a20bbf2/default-software-inventory-not-collecting-any-data-from-client?forum=configmanagergeneral
    It was interesting in that I was having a similar issue where nothing was showing up until I added scan the exes, but maybe that's a coincidence.
    And finally -
    http://technet.microsoft.com/en-us/library/gg682067.aspx#BKMK_SoftInventoryDeviceSettings
    Taking note of the option to inventory file types within Microsoft's own documentation. A useless feature? Hmm. And why not? Take a look at this -
    https://www.grc.com/oo/program.htm. You will notice that it says there is nothing to install, just run it. Okay, so what there applications follow the just download and run, no need to install it. Sure GRC is
    a security site, but if some user thought it might be good to have it, and they ran it, and started having issues with something that doesn't do traditional installing then we as IT don't have a real clue as to what is really on a user's system.
    You'll have to forgive me, but if Microsoft created a feature, why not use it? It's like the age old debate as to - Should I keep my computer on, or should I turn it off.  Should I deploy images via SCCM using multicast or not.

  • SCCM 2012 does not find the last signature of SCEP

    Hi, we have installed SCCM 2012 with SCEP as our antivirus, all clients use the SCCM to download the signature, the alternate sources has been unmarked, and only we  have selected SCCM and WSUS to download the updates.
    In SCCM 2012 we have created the ADR to search and download ForeFront EndPoint Protection 2010 Security Updates. The server downloads the packages everyday at 01:00 a.m. (local time) and start to distribute to all DP at 03:00 a.m. The clients start to retrieve
    when they are switched on or from 08:00 a.m. and verify new signatures every hour from them.
    But the clients have the SCEP client update to 2 or 3 days ago! When we check the packages downloaded we note that the last package was not downloaded. This is the problem what we have. How can we solve this?
    Raulito

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    Have you confirmed that your ADR is running correctly?
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Sccm 2012 query self encrypting drives

    I have SCCM 2012 SP1,   does anyone know of a way to query a collection, for self encrypting drives?   All I really need  to know is; of my "laptop" collection,  which ones have Self Encrypting Drives.

    For BitLocker you can use the following:
    http://mssnet.wordpress.com/2012/07/25/bitlocker-reporting-in-configuration-manager-2012-8/
    Cheers
    Paul | sccmentor.wordpress.com

  • SCCM 2012 Update Group inconsistency Problem with Red marked Updates

    Hi everybody,
    we have a big Problem with our SCCM 2012 R2 CU3 Enviroment, regarding of Update Groups which got out of sync.
    we have a SCCM Site Infastructure with one CAS and 4 Primary Sites and on every Site is the SUP Role installed.
    I don't know when this failure occours but i think it was after the CU3 Installation. The Installation itself went smooth without any Errors or Warnings.
    The Problem is as following. We have some updates in Update Groups (all of them are Core XML Updates) which are out of sync and marked red as an invalid Update on 2 Primary Sites. On the CAS Site and the 2 other Primary SItes they are marked as green (downloaded
    yes and deployed yes)
    We have no Replication issues regarding the Replication Status (everything is synchronized to 100%) and the Replication Link Analyzer does also show no Problems at all.
    I now deleted the Deployments and the SW Update Group waited until the replication was fine and created a new one and downloaded these patches on one of the Primary Sites which had shown this Failure.
    The Result was not good. It looks like before. On the CAS and 2 Primary Sites the Deplyment is shown as downloaded but on the other 2 Sites the Status is again Downloaded=no.
    Does anybody have any idea what to do now ? I checked objmgr.log and rcmctr. log but found nothing what shows me the way in the right direction.
    Thx for your time, and it would be fine if anybody can share knowledge about this failure and how to fix it.
    All other Ideas are also welcome.
    Thx a lot in advance and have a nice bug free day :-)
    Bastian

    Hi,
    Please try to manually synchronize software updates from the CAS and monitor the WSUSCtrl.log, WCM.log and wsyncmgr.log on the CAS and Primary sites.
    Best Regards,
    Joyce
    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.

  • SCCM 2012 - Query

    Hi,
    I have primary SCCM 2012 SP1, SCCM database server and standalone reporting SQL server separately.
    1. I am trying to enable reporting service role in which it is detecting the primary database automatically. When i enter standalone reporting SQL server with instance name and i dont know what to enter in database name. I am getting an error while verifying.
    Is it possible to configure the reporting services role if the reporting SQL server is different from primary SCCM database
    2. I have a proxy server as per my understanding, i need to open WSUS user port 80 or 443 to connect to microsoft website to download the patches and client to WSUS is 8531 or 8532. Is this correct. Please correct me
    3. In SCCM 2012 SP1 requires computer account and installation account needs to be added as a local admin on the primary database and reporting SQL server database.
    4. I have MCAFEE antivirus enabled on all the servers. So for SCCM SQL replication is it fine to allow inbound rules for 1433 and 4022 on SQL service broker or i need to create exception for 1433 and 4022 on MCAFEE antivirus 
    Regards, Pratap

    1. I got some information, i think SQL reporting person hasnt created a data source to point to site database. Because of which when i run the reporting services role it is not detecting the reporting server instance. Do we have doc on how to create a data
    source. Hope this should be correct solution
    2. So what happens in case if i use default website for WSUS. Which port i should open in proxy
    3. But still component
    /hierarchy component shows a critical error stating account doesnt have proper privelege on site system (database)
    Regards, Pratap

  • SCCM 2012 R2 - Software Center bug with publishing date ("available after")

    Hello everyone,
    we are using SCCM 2012 R2 together with Software Center to allow users the installation of +100 different software packages.
    This works out quite well; but some packages have always the date 10.04.1998 as publishing date, no matter if i have set a publishing date manually or not.
    here is a screenshot:
    this bug occurs with new packages i have created and also with old ones. i have changed the publishing date manually and also redistributed them to the distribution point but this did not change anything.
    Anyone encountered the same error or knows how to fix it? It is not critical but really annoying...

    Redistributing it to DPs isn't needed as the publishing date has nothing to do with source files. It's just a matter of policies though. Does the data change if you select Notepad++ for example and then highlight TeamViewer 9 again?
    Torsten Meringer | http://www.mssccmfaq.de

  • SCCM 2012 SP1 CU4 ccmsetup runs with SMS Agent Host on the "Service" mmc after upgrading the client to CU4.

    Dear Brothers,
    I have an issue with two (2) of my Site Servers, I have below scenarioa and explained issue details:
    Scenario:
    1. Server1: Windows 2012 Server, CAS, SCCM 2012 Hierarchy Roles: Management Point, DP, SUP, Component Server.
    2. Server2: Windows 2008 R2 Server, Secondary Site Role, SCCM 2012 Hierarchy Roles: Management Point, DP, Component Server.
    Issue:
    After updating the SCCM 2012 Client to CU4 on the actual Site Server, the "ccmsetup" appears also with "SMS Agent Host"
    at the Service MMC. Which I believed this is very unusual behavior.
      The Client however it seems properly installed and working please see below details:
    Questions: I believed the Client installations are still running on the background, even though the Client tends to look working on the Control Panel.
    1. How can I resolved this issue?
    2. Should I need to perform a total Client uninstallation, even depth till removing entries in the Registry levels?
    3. Or this is a normal behavior for the scenario?
    Advance thanks for your future replies, my brothers in technology.

    Dear Brother,
    2 Weeks since I installed the CU4, it seems a little bit to long isn't it? for both the ccmsetup and the SMS Host Agent Services to exist, for the errors on the ccmsetup.log there are some errors after uninstallation since I am trying to removed
    the issue .
    CCMsetup.log
    ==========[ ccmsetup started in process 5376 ]========== 7/1/2014 7:14:45 PM 4104 (0x1008)
    Running on platform X64 7/1/2014 7:14:45 PM 4104 (0x1008)
    Updated security on object C:\Windows\ccmsetup\cache\. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Launch from folder C:\Windows\ccmsetup\ 7/1/2014 7:14:45 PM 4104 (0x1008)
    CcmSetup version: 5.0.7804.1500 7/1/2014 7:14:45 PM 4104 (0x1008)
    Running on OS (6.2.9200). Service Pack (0.0). SuiteMask = 272. Product Type = 3 7/1/2014 7:14:45 PM 4104 (0x1008)
    Ccmsetup command line: ccmsetup.exe  /uninstall 7/1/2014 7:14:45 PM 4104 (0x1008)
    Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Command line: ccmsetup.exe  /uninstall 7/1/2014 7:14:45 PM 4104 (0x1008)
    SslState value: 224 7/1/2014 7:14:45 PM 4104 (0x1008)
    Detected client version 5.00.7804.1500 from WMI. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Updated security on object C:\Windows\ccmsetup\. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Another instance of ccmsetup is already running. 7/1/2014 7:14:45 PM 4104 (0x1008)
    Task 'Configuration Manager Client Upgrade Task' does not exist 7/1/2014 7:14:45 PM 4104 (0x1008)
    CcmSetup is exiting with return code 3 7/1/2014 7:14:45 PM 4104 (0x1008)
    MSI: Action 19:15:20: SmsRemoveUIEvents. This custom action is no longer used. The custom action used to remove the COM+ event subscriber and publisher used for UI notifications. We no longer use COM+ events for UI notifications. 7/1/2014 7:15:20 PM 5628
    (0x15FC)
    MSI: Action 19:15:20: CcmUnregisterPerfCounters. Removes performance counters gathered in the CcmUnregisterPerfCountersInit action 7/1/2014 7:15:20 PM 5628 (0x15FC)
    MSI: Action 19:15:20: CcmRemoveLanternDocuments. Removing documents from Microsoft Policy Platform that have been submitted by Configuration Manager authority. 7/1/2014 7:15:20 PM 5628 (0x15FC)
    MSI: Action 19:15:30: CcmTypelibRollback. In the event of install failing, this event rolls back the type libraries to the state before install started. 7/1/2014 7:15:30 PM 5628 (0x15FC)
    MSI: Action 19:15:30: SmsDeinstallDesktopClient. This custom action uninstalls the desktop client with following steps-
    1. Makes sure there are no desktop client installations in progress and prevents any new instance of intallation.
    2. Checks the desktop client version and gets the installation direcotry.
    3. Stops remote control and other desktop components.
    4. Kills the following client processes - clisvc1.exe, pea32.exe, smsapm32.exe, smsmon32.exe and sms_reen.exe.
    5. Saves information needed for migration and uninstalls the desktop components followed by clean up. 7/1/2014 7:15:30 PM 5628 (0x15FC)
    MSI: Action 19:15:30: CcmDetectFilesInUseRollback. Rolls back files moved by CcmDetectFilesInUse. 7/1/2014 7:15:30 PM 5628 (0x15FC)
    MSI: Action 19:15:30: CcmDetectFilesInUse. Moves files that are in use so that they will be deleted upon the next reboot. 7/1/2014 7:15:30 PM 5628 (0x15FC)
    MSI: Action 19:15:31: CcmDetectFilesInUseCommit. Commits action of CcmDetectFileInUse. After this we cannot rollback. 7/1/2014 7:15:31 PM 5628 (0x15FC)
    MSI: Action 19:15:31: InstallFiles. Copying new files 7/1/2014 7:15:31 PM 5628 (0x15FC)
    MSI: Internal Error 2902. ixfAssemblyCopy 7/1/2014 7:15:32 PM 5628 (0x15FC)
    MSI: Action 19:15:32: Rollback. Rolling back action: 7/1/2014 7:15:32 PM 5628 (0x15FC)
    File C:\Windows\ccmsetup\configmgr2012ac-sp1-kb2882125-x64.msp installation failed. Error text: ExitCode: 1603
    Action: InstallFiles.
    ErrorMessages:
    Internal Error 2902. ixfAssemblyCopy
     7/1/2014 7:15:33 PM 5628 (0x15FC)
    A Fallback Status Point has not been specified.  Message with STATEID='301' will not be sent. 7/1/2014 7:15:33 PM 5628 (0x15FC)
    Deleted file C:\Windows\ccmsetup\ccmsetup.xml 7/1/2014 7:15:33 PM 5628 (0x15FC)
    Deleted file C:\Windows\ccmsetup\client.msi 7/1/2014 7:15:33 PM 5628 (0x15FC)
    CcmSetup failed with error code 0x80070643 7/1/2014 7:15:33 PM 5628 (0x15FC)
    Regards,

Maybe you are looking for

  • Resetting WRE54G not resetting the password.

    I've tried multiple times to reset the WRE54G back to factory defaults so I could log in with the password "admin" but it just keeps reprompting me for user name and password. Anyone know what the deal is? =/ Solved! Go to Solution.

  • Compensation Workbench issue on Download to Spreadsheet Option

    Hi All - In Compensation Administrator Responsibility, On Employee Allocations screen we have options to Download to Spreadsheet. When I click on it, there is a button to 'Download Default Definition'. There used to be another button 'Download Custom

  • Implementing and Exposing a Background Callable Object

    Hi, I am following tutorial "Implementing and Exposing a Background Callable Object" of NWDS 7.1. I created implemented Java Enterprise Application and deployed. When i try to create Callable object in GP i am getting error saying "Cannot find this c

  • Error in XRPM Portfolio Management- My Portfolio Object screen

    Hi All, The upgradation has been done from XRPM 4.0 to XRPM 4.5. In, XRPM 4.0, in the Portal screen, under Portfolio management role the workset name was Item Management but after the upgradation to XRPM 4.5, this workset has been changed and named a

  • Sleep password problem

    I have "Require password to wake computer from sleep" set to on (in System Preferences/Security). If I sleep the computer manually, it works correctly - it requires the password. However, if the computer is left idle and is put to sleep by Energy Sav