Report All SCCM clients and Collections

Hi all
I'm trying to create report
All SCCM clients and Collections
But I can't convert multiple rows (collections) in one row
I got:
Name        Collection Name
ps1             serverDP
ps1               Adobe
ps2                CRT
ps2               Note
I need:
Name        Collection Name
ps1             serverDP ,Adobe
ps2                 CRT,Note
Im using following query ....but it doesn't work .Need help!!!  
select
v_FullCollectionMembership
.Name
as Name,
CollName
=
stuff((SELECT
+ v_Collection.Name
from
v_Collection
where
v_Collection.CollectionID
= v_FullCollectionMembership.CollectionID
FOR
XML
PATH('')
), 1,
1,'')
FROM v_FullCollectionMembership
Gerkin

Hi,
I recommend you use Report Builder to create the report.
Using Matrix and LookupSet to merge the table.
=join(LookupSet(Fields!Name.Value, Fields!Name.Value, Fields!CollName.Value, "DataSet_name"), ",")
For more information, please review the link below:
Adding a Matrix (Reporting Services)
http://technet.microsoft.com/en-us/library/ms157334(v=SQL.100).aspx
LookupSet Function (Report Builder and SSRS)
http://msdn.microsoft.com/en-IN/library/ee240819.aspx
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.

Similar Messages

  • I D/L'd a trial version of LR 5 and lost all my catalog and collections in LR 4. What can I do to get them back?

    Yesterday I D/L'd a trial version of LR 5.6 and during installation it seemed to be copying my catalog from my LR 4.4.  Now nearly all of my catalog and all my collections in LR 4 have disappeared.  What has happened to them andhow do I get them back.  The original photos seem to still be available in the myphotos directory on the computer, but without any of my lightroom editing.

    Thank you so much!  I was freaking out that I had lost the whole
    catalog and all my collections.  It would have been good if Adobe
    support had been able to point me in the right direction with this
    advice. They basically shrugged their shoulders and said tough
    luck!  I am not impressed!
    Thanks again, Anne
    >I D/L'd a trial version of LR 5 and lost all my catalog and
    >collections in LR 4. What can I do to get them back?
    >
    >created by <https://forums.adobe.com/people/dj_paige>dj_paige in
    >Photoshop Lightroom -
    ><https://forums.adobe.com/message/6778009#6778009>View the full discussion
    >

  • Internet based management of SCCM clients and management points ?

    We have an SCCM backend infrastructure which is used to manage what is in affect multiple external organizations over the internet.  Currently each SCCM client is managed by the primary server directly over the internet. 
    Am I right that we could place a configmgr management point on the internal networks and for the clients to talk to this server when connected to the company network instead of all clients getting patched across the internet connection ?  Meaning that
    just the MP would communicate with our backend infrastructure ?

    So your internal clients are now connecting over the internet to the local MP? How does this setup look like exactly? How were the clients installed (parameters)?
    Torsten Meringer | http://www.mssccmfaq.de

  • All SCCM clients are looking towards WSUS for the updates

    Hello,
    I have enabled "software based-client installation" option in SCCM2012 SP1 (did not configured any GPO manually), and now all my clients can no longer get the updates from Microsoft.
    Below rejistries shows the name of WSUS server on all client:
    Specify intranet Microsoft update service location
    Set the intranet update service for detecting updates
    Set the intranet statistics server: 
    I have unchecked the option to disable software based-client installation in SCCM server and also under "client settings", but it's not reverting the changes on all the machines automatically.
    What should I do to fix this?
    Thanks

    Thanks for the reply Torsten and Charsiu, yes its true I can see this local policy created by the sccm on all machines.
    Is it also possible for you to specify me the GPO setting that I should deploy, so far I have deployed the following setting with no help:
    Computer connfigration - Administrative template - Win components / win updates  
    "Specify intranet Microsoft update service location" - disabled
    "Turn on recommended updates via Automatic Updates" -enabled

  • SCCM Client and SCEP Client Uninstall

    Hi, I have below questions with regard to the SCCM client software and the SCEP client software.
    Does SCCM client uninstallation removes SCEP client as well? If not, how does the Endpoint Protection get the updates after SCCM client is removed? How to remove/uninstall SCEP client?
    If the SCCM client uninstallation removes the SCEP client as well (by running ccmsetup.exe /uninstall), how to make it to NOT uninstall the SCEP client?
    Thanks.
    NM

    Yes, your SCEP client should still be able to update.
    If you're installing the ConfigMgr client again, and have manage SCEP client enabled in the ConfigMgr client settings, it does more then just adding the update source. It allows you to manage the SCEP client configuration (like scan settings, exclusions,
    etc), perform remote actions (like initiating a scan) and report about them.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • SCCM 2012 and collection settings

    Hi all,
    I am migrating SCCM 2007 to SCCM 2012 SP1 CU3.
    All my 1200 collections are migrated to SCCM 2012 and the incremental option is enabled on most of my collections (about 1100).
    Now I found out that my collections are updating very very slow.....
    I read an article that best practice is to enable a maximum of 200 collections with the incremental option.
    So i ran a powershell script to disable this option on my collections....
    Now it seems that collection updates are faster again...
    Do I need to disable the incremental option on all collections and enable the schedule full update eg. very 30 minutes ?
    I hope someone could share his experience with this....

    I ran this test this weekend since it has been a while since I have do this. Short version, yes I’m getting confused between CM07 and CM12. CM07 this work perfectly for User and PCs. In CM12 this only work perfectly for Users. If you want
    to make this work for PC you need to do the following.
    PC
    Add the PC to the Security Group.
    Wait of the Security group to replicate to the PC’s local DCS.
    Reboot the PCs
    Wait for the Discovery Data(DD)  collection Cycle to occur, (default is every 7 days), However I recommend making this daily and in some cases hourly.
    Once the DD data is in the CM12 db. You need to wait for the Collection to update (default is every 7 days)
    Then you need to wait for the PC to retrieve it’s Machine policies. (~1 hour)
    User:
    Add the User to the Security Group.
    Wait of the Security group to replicate to the PC’s local DCS.
    Logon to the PC. With newer OS , just unlocking the PC will
     do the trick.
    Then you need to wait for the User Polices to retrieved.(~1 hour)
    http://www.enhansoft.com/

  • Server-Client and collections/syncronization question

    Hi guys, I am learning about server and client relationships and was playing around with some code.
    I have a catalog on Server machine that multiple clients need to read and modify. I set up multi thread server with sockets and I/o that work well when several clients connect to it. My problem is with catalog itself.
    Catalog is located in a file on a Server Machine. I was thinking of reading catalog into a collection (either set or list)and then sending the info to the client somewhow. I realize that collection would have to be static so that changes would be made to it with multiple clients and I understand that some modifying or update methods should be syncronized. So my questions are
    a) How do I create the collection (set or List) from the text file?
    b) Is there some method like syncronizedSet(set s) or something?
    Any suggestions?
    THANK YOU!

    Who's this Kayaman fellow with a strikingly similar
    nick as myself?
    I bet he's a handsome devil too, in addition to his
    superb coding skill and razor sharp wit.It's almost like looking into the mirror isn't it..
    twilight zone music

  • OracelAS Report services, Thin Client and JBoss

    Dear all:
    I have to run my oracle reports using Jboss. What I understand is this that I need to have Oracle AS, and oracle Thin Client to accomplish this. Please tell me from where I can find Oracle thin Client on oracle website.
    My second question is this that I have installed Oracle AS but the opmn.xml file has no <ias-component > for report server, please tell me why it is not there...
    I would be grateful for ur help

    I have installed the Oracle AS and the reports services... I have also installed the Stand Alone J2EE Thin Client (http://www.oracle.com/technology/products/reports/htdocs/getstart/examples/Tools/index.html)
    My current web project uses JBoss and I have to show oracle reports keeping the current environment.
    I have followed the steps provided on the doc mentioned in the above link.
    first i did the following steps ( please refer to the text of that readme doc below)
    (//text of readme doc, I have done these steps
    1. Deploy THINCLIENT_HOME/reports/j2ee/reports.ear on the J2EE application server.
    2. Add the following JAR files to the classpath of the J2EE application server:
    * THINCLIENT_HOME/reports/jlib/rwrun.jar
    * THINCLIENT_HOME/jlib/zrclient.jar
    3. Use THINCLIENT_HOME/vbroker4/lib/vbjboot.jar while starting the application server.
    but i cannot understand what is written just next to the above llines in that doc I am pasting those points from that doc
    (text of readme doc:
    The following section provides detailed instructions on carrying out the above 3 configuration steps with OC4J Standalone Distribution 10g (9.0.4). You need to consult your J2EE application server's documentation to carry out the same steps for your application server.
    1. Add the following to OC4J_HOME/j2ee/home/config/server.xml
    <application name="reports" path="<THINCLIENT_HOME>/reports/j2ee/reports.ear" auto-start="true" />
    2. Add the following to OC4J_HOME/j2ee/home/config/http-web-site.xml
    <web-app application="reports" name="web" root="/reports"/>
    3. Add the following to OC4J_HOME/j2ee/home/config/application.xml
    <library path="<THINCLIENT_HOME>/reports/jlib/rwrun.jar"/>
    <library path="<THINCLIENT_HOME>/jlib/zrclient.jar"/>
    according to what i understood i went to OC4J which is under my Oracle_Infra directory and then completed the above steps
    after that I ran the command (according to this doc):
    java -Xbootclasspath/p:<THINCLIENT_HOME>/vbroker4/lib/vbjboot.jar -jar oc4j.jar
    the result of this command is following
    06/02/09 14:57:37 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    and then it never comes back to command prompt
    Now after all these steps...i don't understand what to do next and my problem is still there which is How to deploy reports made by oracle reports from my web project links
    please help
    Waqas

  • Version 22 operating on Windows XP continuously crashes; CPU surges and can not see the Firefox Health Report (all boxes checked and share data on)???

    Not sure how much clearer I can be.
    Windows XP version 5.1 with Service Pack 3
    Firefox Version 22
    Can not view Firefox Health Report even thou all selections are made for this to happen
    I share data with Mozilla

    If Firefox is crashing we need the Crash IDs that are obtainable from ''about:crashes''. The crash IDs start with ''bp-''
    Standard reply:
    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash ID's to help us learn more about your crash.
    #Enter about:crashes in the address bar (that's where you enter your website URL) and press Enter. You should now see a list of submitted crash reports.
    #Copy the 5 most recent crash ID's that you see in the crash report window and paste them into your response here.
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes]] article.

  • Reporting of Application, LocalizedName and Collection

    Hi there,
    i would like to create a Report where i can see which Localized Applicationname is deployed and installed on Clients but my problem is that i can´t find anything about localized Applicationname.
    My first step is this here:
    SELECT     ApplicationName, CollectionName, AssignmentName
    FROM         v_ApplicationAssignment
    WHERE     (ApplicationName NOT LIKE 'JP_%') AND (ApplicationName NOT LIKE 'HK_%') AND (ApplicationName NOT LIKE 'IDN_%') AND (ApplicationName NOT LIKE 'US_%')
    ORDER BY CollectionName DESC
    For Applicationamen i found another SQL XQUERY Statement with this:
    ;WITH XMLNAMESPACES ( DEFAULT 'http://schemas.microsoft.com/SystemCenterConfigurationManager/2009/AppMgmtDigest' )
    SELECT     SDMPackageDigest.value('(/AppMgmtDigest/DeploymentType/Title/@ResourceId)[1]', 'nvarchar(MAX)') AS ResourceID, 
                          SDMPackageDigest.value('(/AppMgmtDigest/DeploymentType/Title)[1]', 'nvarchar(MAX)') AS Title, 
                          SDMPackageDigest.value('(/AppMgmtDigest/DeploymentType/DeploymentType/Technology)[1]', 'nvarchar(MAX)') AS Type, 
                          SDMPackageDigest.value('(/AppMgmtDigest/DeploymentType/Installer/ExcecutionContext)[1]', 'nvarchar(MAX)') AS Runas, 
                          SDMPackageDigest.value('(/AppMgmtDigest/DeploymentType/Installer/Contents/Content/File/@Name)[2]', 'nvarchar(MAX)') AS [WhatMSI?]
    FROM         v_ConfigurationItems AS app
    WHERE     (CIType_ID = 21) AND (SDMPackageDigest.value('(/AppMgmtDigest/DeploymentType/Technology)[1]', 'nvarchar(MAX)') = 'MSI') AND (SDMPackageVersion =
                              (SELECT     MAX(SDMPackageVersion) AS Expr1
                                FROM          v_ConfigurationItems AS App2
                                WHERE      (app.ModelId = app2.ModelId)))
    but i can´t merge both i on SQL Statement.
    has someone a report in this direction or can help me please?
    Thanks a lot.
    aaj

    but i can´t merge both i on SQL Statement.
    Why not? Both are just SQL statements -- the first queries v_ApplicationAssignment and the second queries v_ConfigurationItems. You need to just join the views. Note that the first view is for "deployments" though; is that what you want? Your description
    says Application not Application Deployment.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Rediscover SCCM Client And Rerun Deployment

    I deleted a client from the console and waited for it to be rediscovered. I then re-added it to its prior collections some of which were targeted for deployments. Question is should I expect that the client would rerun past deployments that successfully
    ran already? I'd guess that the rediscovered client would have a different resource ID but not sure if that would cause the deployments to rerun as the run history would still be in the registry on that client unless I uninstalled it first right?

    Ok I think I'm starting to understand. Can you validate the following statements and tell me if they are correct? I've read
    http://blogs.catapultsystems.com/jsandys/archive/2011/04/05/configmgr-program-rerun-behavior.aspx as well.
    The client is aware of the execution history via the registry/WMI. The server only knows of this by what information is sent back to it from the client (status messages, state messages, etc). So removing the registry value and restarting SMS service
    would cause the client to rerun a deployment it has already successfully ran regardless of the deployment settings.
    If I successfully installed Office 2013 for example by a mandatory deployment. I delete that client from the console and it is rediscovered when the client heartbeats and a DDR is created. I re-add that client to the "Office 2013" collection for
    example. The deadline is in the past and it already successfully ran. The deployment is set to only rerun on failure. Office 2013 will or will not attempt a reinstall?

  • Multiple (but not all) VPN clients failing in Windows 8 and 8.1

    Big question for VPN gurus, with a long story.  I got a new machine with Windows 8 in late December 2012.  I work remotely
    for a bunch of different customers, so 100% of my work is done via VPNs.  My customers use a wide variety of VPN types.  These were all working fine up through early December 2013.  Suddenly a bunch of them stopped working.  I tried a ton
    of stuff:
    - Uninstalling all VPN clients and reinstalling them one at a time
    - Reinstalling / updating network drivers
    - Turning off and uninstalling antivirus and firewall software
    - Verified problem was on my machine, not local network, both by testing other machines on local network and by testing this machine on other networks
    The following VPN clients would not work:
    Cisco VPN Client
    FortiSSL
    Microsoft built-in
    The following VPN clients had no problems:
    Cisco AnyConnect
    ShrewSoft
    Juniper web-based SSL VPN
    Check Point web-based SSL VPN
    As you can imagine, having to use a second (Windows XP) machine to connect to half my customers was a source of some serious headaches.  After 3 weeks of beating my head against this, I finally upgraded my OS to Windows 8.1.  The hail mary worked;
    my VPN problems went away!
    Two weeks later, the exact same symptoms resurfaced.  I've gone back through a bunch of the steps that didn't help the first time around, with the same results.  I expect a system refresh would probably do the trick, probably temporarily like the
    OS upgrade, but I can't afford to spend a week reinstalling dozens of critical applications only to have the problem resurface after another couple of weeks.
    At this point, the closest thing I have to a clue is that in both cases the problems started soon after installing an update to the Cisco AnyConnect client.  After uninstalling the client, the problems do not go away.
    Exactly what do I mean when I say the VPN clients don't work?  That varies from one client to the next:
    Microsoft built-in: Error 720
    FortiSSL: variable - sometimes won't finish connecting, sometimes connects for about a second
    Cisco: variable - sometimes won't finish connecting, sometimes "connects" but I can't access anything
    Has anybody seen this sort of behavior before?  Any suggestions for fixes I may not have tried yet?  Thanks in advance.

    Hi.
    I have been similar issues with VPN clients. In my case cause of this problems seems to be "Deterministic Network Enhancer". So turning this component on and off usually helps.
    Actually I writed one script to fix this probleem for my clients.
    <#
    .Synopsis
       This script is ment for a fixing of network problems which may occur when you use Windows 8/8.1 with Client Hyper-V
    .DESCRIPTION
       This script will disable and then enable again Deterministic Network Enhancer (dni_dne) component from network connections.
       Parameter RegisterScheduledTask will register this script as a scheduled task which will be triggered at every  time when computer starts.
    .EXAMPLE
       Fix-Network.ps1
    .EXAMPLE
       Fix-Network.ps1 -RegisterScheduledTask
    #>
    param
        [switch]$RegisterScheduledTask
    function Test-IsRunAsAdministrator
       $currentUser = New-Object Security.Principal.WindowsPrincipal( [Security.Principal.WindowsIdentity]::GetCurrent())
       $currentUser.IsInRole( [Security.Principal.WindowsBuiltInRole]::Administrator)
    function Get-RunAsAdministrator
        if(!(Test-IsRunAsAdministrator))
            [string[]]$argumentList = @('-NoProfile' , '-File', $MyInvocation.ScriptName)
            if($RegisterScheduledTask)
                $argumentList += '-RegisterScheduledTask'
            Start-Process PowerShell.exe -Verb Runas -WorkingDirectory $PWD.Path -ArgumentList $argumentList
            break
    Get-RunAsAdministrator
    if($RegisterScheduledTask)
        $actionArgument = '-ExecutionPolicy Bypass -File  "' + $PSCommandPath + '"'
        $action = New-ScheduledTaskAction -Execute "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -Argument $actionArgument
        $trigger  = New-ScheduledTaskTrigger -AtStartup
        $principal = New-ScheduledTaskPrincipal "SYSTEM" -LogonType ServiceAccount -RunLevel Highest
        Register-ScheduledTask -TaskName Fix-Network -Trigger $trigger -Action $action -description "Fix network for Windows 6.X with Hyper-V" -Principal $principal
    else
        $bindings = Get-NetAdapterBinding | Where-Object { ($_.ComponentID -eq "dni_dne") -and ($_.Enabled)}
        $bindings | Set-NetAdapterBinding -Enabled $false
        $bindings | Set-NetAdapterBinding -Enabled $true
        $date = Get-Date
        "Done:  $date" > $PSScriptRoot\Fix-Network.log
    Hope that this will help.
    Br,
    Heiki

  • SCCM Client Push installation comms/ports

    Hi all,
    I've done a bit of reading of articles/resources and I'm not quite clear on communication requirements. I read that ICMP ping is required in addition to various TCP ports for client push installation. Our setup is a hub and spoke design with firewalls which
    we don't administer between premises (convenient how 'site' is a key word in SCCM grrr) :)
    I thought we would be able to have Distribution Points/Management Points on remote premises and have the clients on those premises do all necessary communication with the local server in their same subnet in order to deploy the SCCM client and report status.
    Do I require ping etc through to the main server before it will use the local Distribution Point to deploy and report via the local Management Point?
    We have a few clients manually installed at a couple of remote premises which are reporting but can't push the client and we have many clients at our central premises which have had client push installation and reported back successfully - presumably because
    they are in the same subnet with no firewalls between.
    I also have a couple of manually installed clients at remote premises which are not reporting client activity but I'll look into that further once the main client push feature is working.
    Thanks for any clarification, I'm building my SCCM knowledge!
    R

    Hi Gerry,
    Thanks for your response and the resources on your blog.
    I have looked at the link but I'm still not clear on instances (if any) where direct communication is required between the client and the primary site server.
    Should clients be expected to be able to communicate only with their local distribution point/management point which is in the same subnet if they are firewalled from the primary site server as I have? How does SCCM know to have a remote distribution point
    do the communication to a client that is local to it without knowing the IP address? My servers have exceptions setup between them but the clients are fairly restricted to their own premises.
    My boundaries are configured per AD Site but unless SCCM checks DNS for IP address would it be able to determine the AD Site to have the nearest DP/MP handle all the client interaction?
    My query about ICMP was based on this link https://technet.microsoft.com/en-us/library/gg682180.aspx which says:
    "In addition to the ports listed in the following table, client push installation also uses Internet Control Message Protocol (ICMP) echo request messages from the site server to the client computer to confirm whether the client computer is available on
    the network."
    Edit: I see Jason has partly answered my question above - I spent too long typing this post :)
    Thanks

  • Different values between Rich Client and Web Intelligence

    Hi all,
    our landscape is BO Edge 4.1 SP2 Patch 5
    we just create a report in Web Intelligence with a query bics from BW
    We discovered that sometimes the report retrives fake values from BW: the same report refreshed in Rich Client shows correct values.
    BW data are frozen (updated only once a day)
    We tried to:
    - save report with Rich Client and published it in the public folder (but Web Intelligence still shows wrong data)
    - upgrade Java Virtuale Machine to the latest release
    - looking for system and BO log without any clue
    - looking for SAP note (some info only related to BI 3.1)
    Workaround: issue disappear only restarting BO SIA
    Can you help us?
    Any idea?
    Regards.

    Have you seen Web Intelligence and Oracle Java Runtime Environment Known Issues
    There is a wiki inside the blog
    I wonder too if you might get a faster, better response in the Web Intelligence space

  • Best practice: Developing report in Rich Client or InfoView?

    Hi Experts,
    I have a question on the best practice of developing webi reports.
    From what I know, a Webi report can be created in Rich Client and then exported to one or more folders. From InfoView, the report can also be changed, but the change is only local to the folder.
    To simplify development and maintenance, I believe both creation and change should be done solely in either Rich Client or InfoView. However, some features are only available in InfoView, not in Rich Client. One example is hyperlink for another Webi report. As a second step, I can add the extra features in InfoView after the export. However, if I change the report in Rich Client and re-export it, the extra features added via InfoView (e.g. report hyperlink) will be overwritten.
    As I'm new to BO, may I have some recommendations on the best practice for building reports? For instance:
    1) Only in Rich Client - no adding of feature via InfoView
    2) First in Rich Client, then in InfoView - extra features need to be added again after each export
    3) Only in InfoView -  all activities done in InfoView, no development in Rich Client
    4) Others?
    Any advice is much appreciated.
    Linda
    Edited by: Linda on May 26, 2009 4:28 AM

    Hi Ramaks, George and other experts,
    Thanks a lot for your replies.
    For my client, the developers will build most of the reports for regular users to view. However, some power users may also create their own reports to meet ad-hoc reporting requirements.
    It's quite unlikely for my client to develop reports based on Excel or CSV data files. And we need to use features such as hyperlink for documents (which is not available in Rich Client). Based on these considerations, I'm thinking of doing all development in InfoView (both developers and power users). Do you foresee any issue if I go for this approach?
    Thanks in advance.
    Linda

Maybe you are looking for

  • Print preview for crystal report

    hi kings, I have one problem . I Designed userform that form have print button when i press the print button the crystal report Open and show the data. but the report is not open when i press the button.Please any one help me out of this issue the er

  • Can you see old emails?

    Please help. I have old emails on my laptop that are either stored in my in box or in  my folders. However, I can't see these emails on my iphone (either in the inbox or in the folders). Does that mean that only emails sent since I got my phone can b

  • An Error Occurred during CHART Generation in BI Launch Pad 4.0

    Hi Guys, I am creating a report on BI launch Pad, the query result shows fine in the "Table" format but when i "Turn Into" chart it gives me an error " An Error Occurred During chart generation, The chart cannot be displayed". I created the same repo

  • Iphone 4 won't download app updates

    My iPhone 4 stalls when downloading updates - IOS 6.0.1. The App store finds & lists available updates, but when I click on install the updates freeze and after a while I get a message saying the download can't be completed at this time. This also fr

  • Firefox sync fails at loading the crypto component on win7

    Firefox Sync cannot load the crypto component. The log file contains the following message: 2010-10-13 04:01:30 Service.Main DEBUG Crypto check failed: [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsI