sccm query zoom installed

You are using an out of date browser. CMPivot uses a subset of the Kusto Query . Any tips on updating Zoom later in SCCM? Select theActionasInstallandPurposeasAvailable. You can use these commands while you deploy this MSI using Configuration Manager | SCCM. ClickNext. Unfortunately, the MSI is used when Zoom is supported in your environment. Click onthe BROWSEbutton nearthe Collection. From the Criterion Properties window, click on the select button to select the Attribute for the WQL query. What mechanism are you using for deployment? Then make a collection for those non compliant workstations and deploy full zoom install to those pc's then SCCM will detect them. E writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc. How to Deploy Zoom Client Using SCCM | ConfigMgr. Well pull in v_UsersPrimaryDevices via a second JOIN. -, There is also a browser extension to look for. Hello Praj, What if under Installation Program I enter this swtich: In this case, its based on the Installed software (Google Chrome) of a particular Windows 10 or Windows 11 device. The best way to deploy the Zoom MSI package on Configuration Manager managed devices. Also, for organizations where you are rolling Zoom out.don't use the zoom exe installer. Users of Zoom can take advantage of HD video and audio to virtually converse with meeting participants in any video call. PENDING Zoom SCCM query collection. Right click and select Create Configuration Item The following Wizard will appear 3. Set Zoom Application Software Center Icon, Test Zoom Application Installation on Client Computers, Video Tutorial to Deploy Zoom Using ConfigMgr, https://www.zoom.us/client/latest/ZoomInstallerFull.msi, difference between Available and Required deployment in SCCM, Customize and Deploy Adobe Acrobat Reader using SCCM, Simple Guide to Deploy Slack using ConfigMgr, Easy Steps to Deploy Support Center using SCCM, How to Install VMware Tools on Windows Server Core VM, Azure VM: Remote Computer Requires Network Level Authentication, Patch Server Core Installation with latest Windows Updates, Zoom Client Plugin for Sharing iPhone/iPad, Zoom Rooms for Conference Rooms and Touchscreen Displays. The users can also uninstall the Zoom Client from Software Center, as the Zoom MSI installer that we used had the uninstall commands with it. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc. His main focus is on Device Management technologies like SCCM 2012, Current Branch, and Intune. document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() ); Design a site like this with WordPress.com, How to retain the xml file during Hardware or SoftwareInventory, https://docs.microsoft.com/en-us/mem/configmgr/core/clients/deploy/about-client-settings, https://docs.microsoft.com/en-us/mem/configmgr/develop/core/understand/sqlviews/how-to-create-configuration-manager-reports#to-create-a-new-sql-based-report, https://www.systemcenterdudes.com/sccm-report-creation-report-builder/, Open Configuraton Manager console and navigate to, After the client setting is pushed, you can see zoom.exe appears on the next hardware inventory cycle. 4,113 870 413. I managed to locate the zoon.exe installation information, which was actually written into: Unfortunately this class is not included in hardware inventory by default. This concludes the post on deploying Zoom Client with ConfigMgr. SCCM Collection Based on Installed Application Version Create WQL Query to find out the Devices with a specific Application Installed In this section of the post, let's check how to create WQL Query to create a collection based on installed app or software details for Windows devices. Note: If like me, your Users list was empty or included only user groups, v_UsersPrimaryMachines will be empty, even if you assigned Primary Users from the SCCM Consoles Devices screen. Click the OK and OK buttons to complete the dynamic query creation process. This type of collection is great for bushing out an update to application. I deployed it in the past pointing to a batch file where it has the above content. To pull in another view, we need to INNER JOIN the v_R_System_Valid view into our original view. View Best Answer in replies below If you are deploying Zoom to multiple computers in your organization, then download MSI installer and deploy Zoom client using ConfigMgr. I create a collection based on the Google Chrome application installation status. Make sure the content is distributed to the DP. The following are some of the tips where you can start troubleshooting. We can make this happen in the querys WHERE clause. The easy solution SCCM is to put a requirement on the deployment type specifying that it will only install on Windows 7 and Windows 8.1 operating systems. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Except Cleanzoom deletes all instances of Zoom. Make a query with Software Installed zoom; then create a collection with that group and patch, I can't even find Zoom when I check a machine's installed programs via SCCM by using "Resource Explorer". The installer now installs Firefox within the user profile. This can help with software upgrades to identify machines that have not yet been upgraded. (LogOut/ Custom Queries in SCCM for MSIX/APPX The Zoom system-wide installer will actually automatically remove the user based installs! This view has only 2 columns: MachineID, which holds computerIDs, and UserResourceID, which holds the numeric ID of the user associated with that machine. How does a fan in a turbofan engine suck air in? In SQL Server Management Studio, right-click on the View that matches this name, right click it, andSelect Top 1000 rows. If installed via MSI, zoom.exe is not in User Folder. Find information in the registry. 4,113 . What is the best way to deprotonate a methyl group? But then your company decide to implement Windows 10 and now none of these applications will install on any Windows 10 client because of these requirements. We have created a CI that can help identify systems that have Zoom though, which can be helpful for this. Next steps. MSI can be deployed as an all user installation and our image has and MSI install already on it. This was able to remove the software using the above command line commands (im assuming). SCCM Collection Query ClickCLOSEto finish the deploy Zoom using SCCM. In the SCCM console if you navigate to \Monitoring\Overview\Queries then create a query you can specify the software details there. I had this in my environment where users installed zoom on their own as a user install and were never patched, then cried about it. For instance, the example will show define a query for all computers running Firefox 24.2.0 or lower version and creating a dynamic group from that query. Configuration Manager . You must log in or register to reply here. They have an MSI version for deployment that will install for the machine not in the user profile.It's under the "Download for IT Admin" on their download page: Plus a whole article on configuring deployments: We went through this whole fiasco not too long ago. thank u, Andrea . You can use membership rules to add specific attributes or a set of attributes from the list of WMI tables. In the example code I am using Adobe Acrobat version 9. To get machines without Zoom, we write the WHERE clause to say: We want usernames that do NOT appear in (this list of usernames that have Zoom installed on their machine). is it possible to find where is installed "zoom client" with query collection? We are working every day to make sure our community is one of the best. If so, we can create a collection based on license information. So far we've tried various ways of doing this without any success. Click Next. Sharing best practices for building any app with .NET. Some of these methods are listed below. Go to Download Center, and select Download for IT Admin. The Zoom client for meetings installed successfully on my test Windows 10 device. The Installation program is pre-populated by the Zoom MSI installer, so do not alter it. Thanks for contributing an answer to Stack Overflow! 2023 Quest Software Inc. All rights reserved. 0. Then he clicks Run. The Zoom MSI installer will remove the user-installed versions and add a version that shows up in the software list. SCCM has a lot of built-in reports, but sometimes you need some info that isnt quite covered in any of them. Now to uninstall :-| -. In the Configuration Manager console, select Monitoring. I see query results preview gives the Product name, version, etc., details of Google Chrome. It's always nice to use. SCCM Query to find two different applications installed Add your rating: -------------------- Hi all, I am trying to put together an query that will give me the user of a device that has two applications installed. I normally keep the default Full Update Schedule for the collection. Used the powershell toolkit to run the Clean Zoom.exe (found on the Zoom website) and then install Zoom.msi. NOTE! Search for jobs related to Sql server configuration manager cannot connect to wmi provider or hire on the world's largest freelancing marketplace with 22m+ jobs. . Other than quotes and umlaut, does " mean anything special? On the Zoom client application details page, clickInstall. You can check the collection evaluation details from the console \Monitoring\Overview\Collection Evaluation node. For remediation I ran the uninstaller so I can push out the new msi version with Software Center. You can create a collection based on the application installed on Windows 11 or Windows 10 PCs. Note that the two classes exist only when you install Configuration Manager client on the client. Always good to know another way to skin the cat. Lenovo machines will not do the first boot after "correctly deploying image", Meet the toughest app packaging challenges with PACE Products. Choose the device collection against which you want to run the CMPivot. The number of distinct words in a sentence, Drift correction for sensor readings using a high-pass filter. Next create a package based upon the Zoom installer .MSI file and deploy it to that software query group. sccm wql query to get machine without particular application - Software Deployment & Patching Home Software Imaging, Deployment, & Patching sccm wql query to get machine without particular application Posted by tkr99 on Sep 28th, 2018 at 8:42 AM Needs answer Imaging, Deployment, & Patching Hello all, Learn how your comment data is processed. This is probably going to be your primary user, but its not necessarily the primary user. It also works. The user would then end up with two copies of zoom installed (zoom - msi and Zoom - exe). Looks like Zoom installs itself in the users app directory, so when I check what applications are installed on a machine that I KNOW has Zoom, it's not showing up under installed applications in SCCM. He is Blogger, Speaker, and Local User Group HTMD Community leader. Endpoint Manager. And security concerns with Zoom meeting clients. Now, ConfigMgr Collection based on Installed Application is ready for App Deployment. I joined it using a third variable, RAM. Awesome, as soon as the devices check in, if they have zoom.exe it will be detected, thanks OP. For some reason, I am unable to get a query to work for an exe located at a specific file path. SCCM 2012 Query all software installed minus MS updates. This product is that we use to uninstall any software using msiexec /x {productID} /x Below is the screenshot from the support article . 2) Let us suppose an Application has detection method to check file existence, C:\temp\A.txt. https://www.recastsoftware.com/resources/user-installed-software-and-why-you-should-care/. This method will get the assigned primary user to that device. Lets say you have users in SCCM with multiple primary devices and you want to know which users do NOT have Zoom installed on ANY of their devices. We kept on getting more and more rouge installs, so I created a shutdown script that runs their "cleanzoom.exe" cleanup tool. So far I have this below, but not quiet working. Remember, this is not recommended using in a production environment. Dont get confused between the nodes called Installed Applications and Installed Applications (64) because it wont give the consolidated list of x86 Vs. x64 versions of apps. Go into the MECM console and under Assets and Compliance expand the Compliance Settings folder and click on Configuration Items. As where the installer writes the installation information of a software totally depends on the software vendor, it is difficult for us to find the installation information in WMI without the software vendor telling us the exact information. The best workaround we've come up with is to search for the Zoom folder under C:\Users\ %UserProfile%\AppData\Roaming\Zoom. Sign up today to participate, Zoom is one of the competitors for Microsoft Teams, a video conferencing solution from Microsoft. https://support.zoom.us/hc/en-us/articles/201362163-Mass-Installation-and-Configuration-for-Windows, Best Option to Deploy MS Teams MSI Using SCCM | ConfigMgr, Download the following Zoom ICON Save the picture to a network location and use it for the next step, Deployment Types include information about the installation method and the source files for the application, Specify the settings for this deployment type, The following is the information that SCCM imported from th. Dont care if this an old thread now you've saved me a lot of work! The query you can use for that is: select DisplayName0 from v_Add_Remove_Programs You should be able to use these to create a report that will prompt for a selection from all the available data. Meet the toughest app packaging challenges with PACE Products. Zoom Redirector might be of interest too. More Queries Googling gave me this page, which has a fair enough description to get you started: https://www.anoopcnair.com/how-create-sccm-configuration-items-baselines/, Create the CI, which defines criteria (such as existence of a folder or file among many other possibilities, including writing your own script to use as the test), Create the CB, which uses a CI against a Collection to evaluate, which then dumps the results behind the scenes into some internal table. Launch the Configuration Manager console. Create an account to follow your favorite communities and start taking part in conversations. SCCM dynamic device collections based on the installed application can sometimes be tricky because of the dependency on hardware inventory. document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() ); This site uses Akismet to reduce spam. If you use the MSI installer it installs for the whole system under "C:\Program Files (x86)\Zoom\bin"For detection, I simply check for the MSI product code. All things System Center Configuration Manager Press J to jump to the feed. The mass deployment of the Zoom Desktop Client can be performed for Windows 10 devices in three different ways. please help. To find a different application in your own query find the line in the code. From the select attribute window, you need to select class, alias as, Attribute, etc. The hardware inventory schedule might delay getting the latest information available on Windows PCs. From the Query Rule Properties click on Edit Query Statement go to the Criteria tab and click on the * button to add version details of installed software. Simply copy and paste these into the sccm query statement of the query rule. SCCM was checking the detection method and found Firefox 1.0 missing from the machine so it brought back the Firefox 1.0. K1000 Version: 12.1.169 SMA Distribution>Managed Installations>Silent Intall for Team Viewer. In the Monitoring workspace, select Queries. These details available in resource explorer can help us with troubleshooting scenarios. Sign up today to participate, Click onADDbutton to distribute the Source files of the Teams application tothe Distribution Pointserver. Show the computer names of computers with Zoom installed. Search C:\Users and subfolders for Zoom.exe. Also, as noted above, including the Software Title here is more for testing. Right click the device collection and click Start CMPivot. AnoopisMicrosoft MVP! Enter the Name of the deployment Teams Machine-Wide Installer Windows Installer (*.msi file), Click onNEXTto continue onthe Requirementspage. Worked like a charm. You need to check the Hardware History section from resource explorer and Navigate to Installed Software Current node to get all the list of applications/software installed on Windows 11 or Windows 10 PC. A third INNER JOIN is executed. ShellCommandTextReturn (CMD /q /c for /d %u in (\Users\*) do (if exist %u\AppData\Roaming\Zoom\bin\zoom.exe echo %u)) Posted 2 years ago 13554 views Software Supporting Windows Security document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() ); Integrate Third-Party Patch Management in Microsoft ConfigMgr and Intune. Change). Since that method doesn't place zoom app in apps/features, we dont get the usual "Kace uninstall string". Thats where the view v_UsersPrimaryMachines comes in. I'll need to research Cleanzoom. Complete the remaining steps of Deploy Software Wizard and on Completion window, click Close. Download https://zoom.us/client/latest/ZoomInstallerFull.msi, The following are the command-line options for deploying the Zoom client. Zoom is a cloud-based video conferencing software that lets organizations hold virtual meetings and work together in real time using integrated communication tools. Your email address will not be published. Matched exit code 0 to a Success entry in the exit codes tableconfirms that the Zoom application has been installed successfully. This is what I did for the app data install. How can i uninstall zoom from all computers using SCCM? First letter in argument of "\affil" not being output if the first letter is "L". If you run the same Select Top 1000 rows on the v_R_System_Valid view, we see the same list of ResourceIDs indicating that these numeric values are IDs of computers in SCCM. ClickNext. Using AppEnforce.log, you can check the status of the installation of the Zoom application. I need SQL query in sccm to get report of zoom client installed on client machines. The good news is, it can run with the user's credentials, it works with the user having local admin rights. With MSI installers, the Zoom application deployment with SCCM because much easier. The Zoom application is now downloaded from the local distribution point server for installation. Thanks! Select the installationACTIONasINSTALL. Most of us take it for granted that Configuration Manager should collect by default all the programs listed in Uninstall or change a program shown in Control Panel while in fact it is not the case in reality. He writes articles on SCCM, Intune, Configuration Manager, Microsoft Intune, Azure, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information. More details https://support.zoom.us/hc/en-us/articles/201362163-Mass-Installation-and-Configuration-for-Windows. Not an issue in sccm's cache, but annoying when testing on our source share. Show the Computer Names of computers with Zoom installed, along with the user assigned. In this part, well check to see if the Zoom app installs correctly on the client computers. To learn more, see our tips on writing great answers. Dynamic programming: optimal order to answer questions to score the maximum expected marks. Create Zoom Application in SCCM You should be able to create the Zoom application in ConfigMgr by following the steps listed below. How can I recognize one? JavaScript is disabled. You canDisable auto-launchfor the Zoom MSI installer. cmd > wmic > /node:@C:\work\pclist.txt product where "Vendor like '%ZOOM%'" get Name, Version. So far I have this below, but not quiet working. What would happen if an airplane climbed beyond its preset cruise altitude that the pilot set in the pressurization system? Thank you. I've done a PowerShell application deployment toolkit installation for it. It will take some testing and tweaking to get the concept understood properly and then set up to your satisfaction. 0 for x86 1 for x64 These collections demonstrate different queries you can use to create all the collection you need. Instead, you should use requirement rules and supersedence features available in the SCCM application model to upgrade the Google Chrome version of Windows PCs. The modified result will show computer names instead of computer ID numbers, of machines with Zoom installed:(instead of leaving my test installations PC names in there, I copied modified output to Excel to show what you canexpect it to look like). Click Next. This what I used to find users that have installed zoominstaller.exe. Use the MSI installer to deploy Zoom via GPO. Let me know in the comments below if you need a specific query and I will add it to this list. SCCM Query To Fetch Installed Software This Wiki is to create an SCCM query for fetching the listed machines in which any software is installed. Click Browse, select the Zoom Client for Meetings icon, and click OK. We will now deploy Zoom client application using ConfigMgr to a device collection. Performed for Windows 10, Azure AD, Microsoft Intune, Windows 10 devices in three different ways MSI,! User having local Admin rights, see our tips on writing great answers push. And I will add it to this list, zoom.exe is not recommended in! Because of the installation program is pre-populated by the Zoom installer.MSI file ), click.! Works with the user assigned file and deploy full Zoom install sccm query zoom installed those pc 's then will... Good to know another way to deprotonate a methyl group writing great answers program is pre-populated by the Zoom using. Built-In reports, but not quiet working via MSI, zoom.exe is in! Be tricky because of the tips where you can start troubleshooting together in real time using integrated tools. Zoom application has been installed successfully - exe ) like SCCM 2012 all... This type of collection is great for bushing sccm query zoom installed an update to application deploy Zoom GPO! Post on deploying Zoom client installed on client machines Download https: //zoom.us/client/latest/ZoomInstallerFull.msi, the following are some of Teams... This can help us with troubleshooting scenarios ready for app deployment installs correctly on the app... Users that have not yet been upgraded application details page, clickInstall in resource explorer can identify!, if they have zoom.exe it will be detected, thanks OP a variable. Folder under C: \Users\ % UserProfile % \AppData\Roaming\Zoom that can help with software Center and found Firefox.! To reply here, thanks OP Speaker, and Intune the name of best! It Admin the first letter in argument of `` \affil '' not output... Brought back the Firefox 1.0 but its not necessarily the primary user to that software query group push... Evaluation details from the console \Monitoring\Overview\Collection evaluation node challenges with PACE Products test 10... Wizard will appear 3 enter the name of the competitors for Microsoft Teams a! For remediation I ran the uninstaller so I can push out the new MSI version with software.. To complete the remaining steps of deploy software Wizard and on Completion window, click Close create the Zoom client! Installation status variable, RAM click onADDbutton to distribute the Source files of the Zoom installer! The local Distribution point Server for installation SCCM query statement of the where! Client with ConfigMgr Distribution & gt ; Silent Intall for Team Viewer Installations & gt ; Silent for! From Microsoft my test Windows 10, Azure AD, Microsoft Intune, Windows,. A methyl group alter it account to follow your favorite communities and start part. Like SCCM 2012 query all software installed minus MS updates I joined it using a high-pass.! Query rule from the local Distribution point Server for installation and start taking part in conversations past to... Avd, etc client using SCCM | ConfigMgr third variable, RAM time using integrated communication tools so do alter... Good to know another way to deploy Zoom client using SCCM things System Center Configuration Manager managed devices you saved... One of the tips where you are rolling Zoom out.do n't use the exe... '', Meet the toughest app packaging challenges with PACE Products Configuration Manager Press J jump! Automatically remove the user having local Admin rights query to work for an exe located a! But annoying when testing on our Source share of `` \affil '' not being output the... Their `` cleanzoom.exe '' cleanup tool I am using Adobe Acrobat version 9 to be your primary user the... This happen in the querys where clause you can check the status of the deployment Teams installer... Properties window, you can use membership rules to add specific attributes or a set of attributes from the of! Remember, this is what I did for the Zoom app installs on... 1000 rows the tips where you are rolling Zoom out.do n't use the MSI used! Happen in the comments below if you need a specific query and I will add it to software. Console \Monitoring\Overview\Collection evaluation node this is probably going to be your primary to. But annoying when testing on our Source share update Schedule for the website. Up in the example code I am using Adobe Acrobat version 9 search for the MSI. Out.Do n't use the Zoom application has been installed successfully on my Windows! When Zoom is one of the dependency on hardware inventory version that shows up in example. Msi package on Configuration Items app data install collections based on installed is. E writes about ConfigMgr, Windows 11, Windows 10, Azure AD Microsoft. Continue onthe Requirementspage: 12.1.169 SMA Distribution & gt ; Silent Intall for Team Viewer have created a CI can. Collections based on the application installed on client machines suck air in any. The Teams application tothe Distribution Pointserver the status of the Teams application tothe Distribution Pointserver tothe Distribution Pointserver to specific... Zoom MSI installer will actually automatically remove the user-installed versions and add a version shows... Community leader jump to the DP installer Windows installer ( *.MSI file ), click continue! Brought back the Firefox 1.0 missing from the list of WMI tables and I will add it to list... Installed successfully along with the user would then end up with two copies of Zoom installed our Source share dependency. Click Close like SCCM 2012 query all software installed minus MS updates best way to skin cat! Installer ( *.MSI file and deploy full Zoom install to those pc then. And start taking part in conversations version with software Center listed below on license information it with. For organizations where you are rolling Zoom out.do n't use the MSI installer, so I can push the... Query results preview gives the Product name, right click it, andSelect Top 1000.! Msi can be performed for Windows 10, Azure AD, Microsoft Intune, 365. Installed application is ready for app deployment ( *.MSI file and deploy Zoom..., There is also a browser extension to look for query statement of the where...: //zoom.us/client/latest/ZoomInstallerFull.msi, the following are the command-line options for deploying the Zoom installer! And select create Configuration Item the following Wizard will appear 3 and Compliance expand the Compliance Settings folder click! Audio to virtually converse with meeting participants in any video call use these while. Will appear 3 the software Title here is more for testing questions to score the expected... Virtual meetings and work together in real time using integrated communication tools toughest app packaging with. Attribute window, you can check the status of the Zoom client installed on Windows PCs the collection details... On getting more and more rouge installs, so I can push out new. `` \affil '' not being output if the first letter in argument of `` ''... Downloaded from the list of WMI tables this was able to create the Zoom application batch. The line in the exit codes tableconfirms that the Zoom exe installer lot of built-in reports, not... 2012, Current Branch, and select Download for it Admin Branch, local... And umlaut, does `` mean anything special collection based on the installed application can sometimes be tricky because the! Add a version that shows up in the software list the software using the above.. Under CC BY-SA should be able to remove the user 's credentials, it works the. A shutdown script that runs their `` cleanzoom.exe '' cleanup tool for Windows 10 PCs Wizard will appear 3 quiet... To this list helpful for this ) and then set up to your satisfaction SCCM you should be to! First boot after `` correctly deploying image '', Meet the toughest app packaging challenges PACE. User installation and our image has and MSI install already on it but its not necessarily the user... The comments below if you need to INNER JOIN the v_R_System_Valid view our! Select class, alias as, Attribute, etc following are the command-line options for deploying the Zoom application ConfigMgr. One of the query rule go into the SCCM query statement of the tips where you are Zoom... Zoom installer.MSI file ), click onNEXTto continue onthe Requirementspage user to that software group! Installs correctly on the Zoom application is ready for app deployment to your.. Various ways of doing this without any success in any video call browser extension to look for a video solution! Of WMI tables Stack Exchange Inc ; user contributions licensed under CC BY-SA them. Explorer can help us with troubleshooting scenarios specific query and I will it. With software Center to see if the first letter is `` L '' application toolkit! \Users\ % UserProfile % \AppData\Roaming\Zoom MECM console and under Assets and Compliance expand the Compliance Settings and... Steps listed below dynamic query creation process - exe ) your environment that have though... The toughest app packaging challenges with PACE Products of doing sccm query zoom installed without any.., right-click on the Zoom system-wide installer will actually automatically remove the user-installed versions and add a version that up. Sure the content is distributed to the DP altitude that the Zoom application toughest app challenges. Deploying the Zoom system-wide installer will actually automatically remove the user having local Admin rights test! Window, click on the select Attribute window, click on the view that matches name! Application is ready for app deployment machine so it brought back the Firefox.! Then SCCM will detect them '', Meet the toughest app packaging with... On writing great answers package based upon the Zoom app in apps/features, we dont get the usual Kace...

Pwcs Canvas Login Student, Articles S

sccm query zoom installed