SQL Query To Find The Collection Membership of a Specific Computer in ConfigMgr

Every now and then, you will encounter a situation when you need to find which ConfigMgr Collection(s) a specific computer is a member of for troubleshooting purposes. I came across this TechNet post which describes a SQL query to find the collection information.

Run the following query in SQL against the SMS Database:

select v_FullCollectionMembership.CollectionID As ‘Collection ID’, v_Collection.Name As ‘Collection Name’, v_R_System.Name0 As ‘Machine Name’ from v_FullCollectionMembership
JOIN v_R_System on v_FullCollectionMembership.ResourceID = v_R_System.ResourceID
JOIN v_Collection on v_FullCollectionMembership.CollectionID = v_Collection.CollectionID
Where v_R_System.Name0=’ClientMachineName’

Note: Replace ClientMachineName with the name of the Client Machine in question. Additionally, you can also make a Custom Report to get this information if you intend to use this frequently:

The SQL Statement For this Report would be as follows:

select v_FullCollectionMembership.CollectionID As ‘Collection ID’, v_Collection.Name As ‘Collection Name’, v_R_System.Name0 As ‘Machine Name’ from v_FullCollectionMembership
JOIN v_R_System on v_FullCollectionMembership.ResourceID = v_R_System.ResourceID
JOIN v_Collection on v_FullCollectionMembership.CollectionID = v_Collection.CollectionID
Where
v_R_System.Name0=@Comp

Click on Prompts while providing the SQL Statement, and Create a new prompt named ‘Comp’ without the quotes. Provide a SQL Statement for the prompt as follows:

select Name0 from v_R_System

Source: http://blogs.technet.com/b/configurationmgr/archive/2009/08/24/how-to-find-the-collection-membership-information-of-a-specific-client-machine.aspx

UserVoice: Microsoft Product Feedback And Feature Request Resources

I recently came across a post by Jim Naroski on The Office 365 Guy TechNet blog site. He listed the links to the UserVoice portal for the various products or topics which Microsoft utilizes to gather feedback and feature requests. One important link is missing from the TechNet blog, which is for the System Center Configuration Manager (ConfigMgr) feedback site, and I have added that to the list below. Start using this valuable resource to help improve products and make your voice heard.

Products Links
Access https://access.uservoice.com
Bookings https://outlook.uservoice.com/forums/314907-microsoft-bookings
Business Center https://office365.uservoice.com/forums/600793-office-365-business-center
ConfigMgr https://configurationmanager.uservoice.com
Excel https://excel.uservoice.com
Flow https://powerusers.microsoft.com/t5/Flow-Feedback/ct-p/Feedback
Forms https://microsoftforms.uservoice.com
Connections https://office365.uservoice.com/forums/600610-microsoft-connections
Invoicing https://office365.uservoice.com/forums/600781-microsoft-invoicing
Listings https://office365.uservoice.com/forums/600778-microsoft-listings
Mix https://officemix.uservoice.com/
MyAnalytics https://myanalytics.uservoice.com/
Office 365 https://office365.uservoice.com
Office 365 Groups https://office365.uservoice.com/forums/286611-office-365-groups
OneDrive https://onedrive.uservoice.com
OneNote https://onenote.uservoice.com
Outlook https://outlook.uservoice.com
Planner https://planner.uservoice.com
Power BI https://ideas.powerbi.com/forums/265200-power-bi-ideas
PowerApps https://powerusers.microsoft.com/t5/Product-Feedback/ct-p/PA-feedback
PowerPoint https://powerpoint.uservoice.com
Project https://microsoftproject.uservoice.com
SharePoint https://sharepoint.uservoice.com
StaffHub https://staffhub.uservoice.com
Skype for Business https://www.skypefeedback.com
Stream https://techcommunity.microsoft.com/t5/Microsoft-Stream-Ideas/idb-p/StreamIdeas
Sway https://sway.uservoice.com
Teams https://microsoftteams.uservoice.com/forums/555103-public
To-Do https://todo.uservoice.com/
Visio https://visio.uservoice.com
Word https://word.uservoice.com
Yammer https://yammer.uservoice.com

Uservoice provides an opportunity for customers or end users of products to provide feedback, request features and interact with others as well as with the product teams. If you discover a request or feedback that you agree with and would like to support, you can add a vote to that post. Each UserVoice member receives a limited number of votes to use and these votes are returned once the the particular feedback has been acknowledged and completed. See above screen capture.

Another useful feature of UserVoice is the ability to see the status of the posts such as Noted, Planned, Under Review, Started, and Completed. See examples below:

Source: https://blogs.technet.microsoft.com/o365guy/2018/01/02/submit-product-feedback-or-feature-requests-to-microsofts-virtual-suggestion-boxes/

Microsoft Ignite (2017) Community Reporter

I’m happy to announce that I’m honored to be selected as a Community Reporter for Microsoft Ignite at this year’s conference in Orlando from September 25-29, 2017. As a Community Reporter, I’ll be helping to bring the IT Pro community together in a series of interviews, recordings, live shows, social media, and much more. You will find my introduction and a Q&A on the Microsoft Tech Community site.

The Community Reporters are meticulously selected by Microsoft Ignite particularly as community influencers, Microsoft MVP, technical expertise, strong engagements with the IT Pro community, leadership, past conference planning experiences, and other unknown factors which is probably on a need to know only basis. 🙂

Here’s the announcement from Microsoft Ignite:

This year at Microsoft Ignite, we’re excited to have 10 MVPs serving as Community Reporters. Leading up to Orlando, they’ll be sharing tips and tricks for navigating Microsoft Ignite, what to pack, and a look at their session schedules. During Microsoft Ignite, the Community Reporters will be your go-to’s for live event updates. If you aren’t attending the conference this year, these reporters will be a great way to see what’s happening on-the-ground in Orlando. Check out their introductions and follow them on social to stay up-to-date on all things Microsoft Ignite!

I have the pleasure of being on the team of reporters comprised of a top notch crew (some of whom are good friends who I have known for a few years), and they are:

Check out their profiles, follow their social channels, and feel free to engage with any one of us. Thank you to the awesome folks at Microsoft Ignite and Microsoft Tech Community teams for the great opportunity. See you in Orlando!

Follow @Hoorge on Twitter and join Tech Konnect on Facebook and Twitter to stay current on technology related matters.

Speaking Gig At Microsoft Ignite 2017

I was recently approached by the Microsoft Ignite team to submit some session topics for this year’s conference in Orlando taking place from September 25-29. As an MVP in the “Windows and Devices For IT” category, the team was interested in the Windows platform as I’m regarded as a subject matter expert in that arena, although I tend to work quite a bit with Systems Center Configuration Manager (ConfigMgr).

Well, today (August 18, 2017) I received confirmation from Microsoft Ignite that I have been accepted to speak at the conference covering two theater sessions. This couldn’t have come at a better time since I have plans to be in the area for some personal family activities, and it’s a great way to kill two birds or maybe three with one stone. My first session, “Hey Mom I’ll Fix Your Computer” (THR1073) will be on Monday, September 25 at 1:45PM at OCCC South, Expo Theater #7, and I will cover how you can solve computer issues and provide tech support remotely with a built-in tool in Windows 10.

My second session “Cool Microsoft Edge Tips and Tricks” (THR1072) will take place at 5:05PM at the same location and on Monday as well. In this session, I will show you how you can improve your browsing experience by leveraging some features in Microsoft Edge. If you are attending Microsoft Ignite in Orlando this year, feel free to sign up and check out my sessions. In case you haven’t heard of me, here’s my profile! 🙂

I am truly honored and grateful for this amazing opportunity to speak at the largest Microsoft conference in the world and I hope I meet everyone’s expectations and will do a great job. A big Thank you to Microsoft for this awesome opportunity, and to the MVP team and to my ever so appreciative IT Pro peers for your on-going support and encouragement always. Thank you Thank you Thanks you! Time to rock #MVPJit!

Follow me (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.

Should You Care About Windows 10 S?

Windows 10 S was announced on May 2, 2017 at the MicrosoftEDU event, specifically targeted for the education market.

What Is Windows 10 S?

Windows 10 S is basically a locked-down version of Windows 10 Pro that has been streamlined for security and performance. The major difference between this new SKU of Windows 10 and others is that it is designed to run only those applications that can be procured from the Windows Store or those traditional desktop applications that developers have converted for the Universal Windows Platform (UWP) using the Desktop Bridge tool (code-named Project Centennial).

You can read my detailed blog post on LinkedIn, as well as on vmblog.com where I wrote as a guest blogger for Adaptiva.

Follow me (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.

Windows 10 S ISOs Now Available on MSDN

Microsoft announced today the availability of Windows 10 S ISO files for developers to test via a MSDN subscription. If you don’t already have a subscription, one will cost you anywhere from $539 to $2,999 per year depending on the features desired. For more information, you can check out the details on the Visual Studio Pricing site.

Windows 10 S was first announced at the MicrosoftEDU event on May 2, 2017 with an emphasis on the education industry. I have written a blog post covering some details on this new OS, titled “Should You Care About Windows 10 S?” which you can check out.

Follow me (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.

Windows 10 Creators Update Officially Announced

It’s April 11, 2017 and Microsoft has officially announced the availability of Windows 10 Creators Update which is being rolled out gradually to Windows 10 users in the upcoming weeks. For a list of what’s new in Windows 10 Creators Update, check out the list on Microsoft’s blog.

If you haven’t been keeping up with the Windows Insider program, where you have the opportunity to test new builds and provide feedback to Microsoft but now would like to get started with Windows 10 Creators Update build as quickly as possible, you have a couple of options:

  1. Download and use the Microsoft Upgrade Assistant tool
  2. Download and use the official ISOs for a clean install

Follow me (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.

ConfigMgr Tech Preview 1703 Released

March 30, 2017 brought us a brand new build of ConfigMgr Tech Preview (1703), which are now made available on a monthly basis. The Microsoft System Center Configuration Manager (ConfigMgr) team has been rapidly implementing new features and improving the product following the Software as a Service (SaaS) model and using feedback from the community on the Microsoft Connect site, as well as paying close attention to feature and enhancement requests on the ConfigMgr UserVoice forum.

This update has a number of new features (as listed in the Enterprise Mobility & Security blogpost) which include:

    • Windows Analytics Commercial ID and Windows telemetry levels – You can specify the Windows Analytics Commercial ID and configure telemetry, commercial data, and Internet Explorer data collection settings in Client Settings for use with Upgrade Analytics.
    • In-place UEFI conversion – You can customize a Windows 10 in-place upgrade task sequence to include the Windows 10 UEFI conversion tool.
    • Collapsible task sequence groups – Groups in the task sequence editor can be collapsed or expanded.
    • Azure Services wizard – The Azure Services wizard provides a common configuration for the cloud Azure services you use with ConfigMgr. This is done by using Azure web apps to provide the common subscription and configuration details that administrators would otherwise have to re-enter for each additional cloud Azure cloud service you use.
    • Direct links to applications in Software Center – You can now provide end users with a direct link to an application in Software Center. This means they no longer must open Software Center and search for an application before they can install it.
    • Import PFX certificate feature for ConfigMgr clients – Import PFX certificate profiles are now supported on ConfigMgr clients running on Windows 10 desktops. See How to create PFX certificate profiles in System Center Configuration Manager and this blog post.
    • Apple Volume Purchase Program (VPP) enhancements – Support has been added to tag education vs business volume purchase program tokens, device licensing, and adding multiple volume purchase program tokens.

You can update to the 1703 Tech Preview release via the ConfigMgr console under the Updates & Servicing node. The baseline version of the Technical Preview branch will be updated to 1703 and available on the TechNet Evaluation Center.

Here’s my video tutorial which I did for version 1701. The steps are the same for 1703.

Follow me (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.

MDOP Group Policy Templates v2.7 Now Available

New Group Policy Templates, version 2.7 (.admx and .adml) for Microsoft Desktop Optimization Pack (MDOP) are now available from Microsoft to manage policies across the enterprise for the following MDOP technologies:

App-V 5.0
App-V 5.0 SP1
App-V 5.0 SP2
App-V 5.0 SP3
App-V 5.1
MBAM 1.0
MBAM 1.0 R1
MBAM 2.0
MBAM 2.0 SP1
MBAM 2.5
MBAM 2.5 SP1
UE-V 1.0
UE-V 1.0 SP1
UE-V 2.0
UE-V 2.1
UE-V 2.1 SP1

The download is available from the Official Microsoft Download Center.

Follow me (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.

Original Windows 10 v1507 Retires On March 26

March 26, 2017 marks the end of the line for the original Windows 10 release version 1507, which was released in July 2015. After this date, Windows 10 1507 will no longer be serviced as only two latest Current Branch for Business (CBB) releases are actively serviced. The following statement was posted in this Microsoft blogpost on January 19th:

With the availability of Windows 10, version 1607 to the VLSC on January 26th, the 60-day grace period for Windows 10, version 1507 will begin. That means, after March 26th, 2017, Windows 10, version 1507 will no longer be serviced as only the two most Current Branch for Business (CBB) versions are actively serviced.

1507: 15 = 2015 (year), 07 = July (month).
Serviced = Upgrades and Security Updates.

The following webpage provides a nice breakdown on the Windows 10 release information which helps you determine if your systems are up to date and running the latest feature upgrades and servicing updates. Basically, the N+2 equation is used, where N equals an earlier version, and 2 equals a +/- 60-day countdown, at which time (at the end of the 60 days) N drops off the supported list.

Example:
1607 = CBB
N = 1507 (July 2015)
N+1 = 1511 (November 2015)
N+2 = 1607 (July 2017)
Microsoft uses the VLSC availability date as the trigger for the 60-day countdown. Since, the availability of Windows 10 version 1607 to VLSC customers will be made on January 26, 2017, therefore, version 1507 support will end on March 26, 2017 which is two months from the January availability of version 1607 (CBB).

Follow me (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.