randygray.com
Randy, Author at Randy's Notes
http://randygray.com/author/admin
Application Deployment, Client Health, and task automation. C# Install SCCM Package on Client. August 28, 2015. I needed to be able to kick of an installation of a SCCM Package on a client from a C# windows form. I discovered the SDKClient WMI Namespace and am using the following code. C# script install Deployed SCCM Package on client. Populate Listview with Packages. Split ProgramID and PackageID out form string. Get the object on which the method will be invoked. Fill in input parameter values. Create ...
randygray.com
Microsoft System Center Configuration Manager Archives - Randy's Notes
http://randygray.com/category/sccm
Application Deployment, Client Health, and task automation. Microsoft System Center Configuration Manager. Microsoft System Center Configuration Manager. C# Install SCCM Package on Client. August 28, 2015. I needed to be able to kick of an installation of a SCCM Package on a client from a C# windows form. I discovered the SDKClient WMI Namespace and am using the following code. C# script install Deployed SCCM Package on client. Populate Listview with Packages. Split ProgramID and PackageID out form string.
randygray.com
Powershell Script to detect one or more KB articles are installed - Randy's Notes
http://randygray.com/powershell-script-detect-one-kb-articles-installed
Application Deployment, Client Health, and task automation. Powershell Script to detect one or more KB articles are installed. Powershell Script to detect one or more KB articles are installed. March 18, 2014. This PowerShell script checks OS version or KB articles are installed on system. Used in SCCM as a detection method for IE 11 Prereqs. PowerShell script to check if KB articles are installed. Leave a Reply Cancel reply. Microsoft System Center Configuration Manager. Join 2 other subscribers.
randygray.com
C# Change service start mode - Randy's Notes
http://randygray.com/c-change-service-start-mode
Application Deployment, Client Health, and task automation. C# Change service start mode. C# Change service start mode. June 5, 2013. Here is some code to Change the StartMode on one or more services using C#. Select * from Win32 Service". Leave a Reply Cancel reply. Microsoft System Center Configuration Manager. Chris Massaras' My Windows World. Enter your email address to subscribe and receive notifications of new posts by email. Join 2 other subscribers.
randygray.com
Configuration Manager 2012 how to add users in an AD group to a user collection - Randy's Notes
http://randygray.com/configuration-manager-2012-add-users-ad-group-user-collection
Application Deployment, Client Health, and task automation. Configuration Manager 2012 how to add users in an AD group to a user collection. Configuration Manager 2012 how to add users in an AD group to a user collection. March 25, 2014. In SCCM the below query string can be used to populate a user collection based on AD group. Select * from SMS R User where SMS R User.SecurityGroupName = "DOMAIN User Group. SMS R User.SecurityGroupName. Microsoft System Center Configuration Manager.
randygray.com
C# Archives - Randy's Notes
http://randygray.com/tag/c
Application Deployment, Client Health, and task automation. C# Change service start mode. June 5, 2013. Here is some code to Change the StartMode on one or more services using C#. Select * from Win32 Service". Microsoft System Center Configuration Manager. Chris Massaras' My Windows World. Enter your email address to subscribe and receive notifications of new posts by email. Join 2 other subscribers.
randygray.com
VB Script Archives - Randy's Notes
http://randygray.com/category/vb-script
Application Deployment, Client Health, and task automation. Powershell and VB script to update a registry key if it exists on the local system. March 20, 2014. Here are a couple scripts I wrote to update a registry key on a system if it the key exists. I created a PowerShell script to do this then realized that some of the systems being updated were pretty old so decided to go with VB Script Power Shell Script. HKLM: SOFTWARE SomeSoftware Key". HKLM: SOFTWARE Wow6432Node SomeSoftware Key". Root/default:S...
randygray.com
May 2014 - Randy's Notes
http://randygray.com/2014/05
Application Deployment, Client Health, and task automation. You are browsing the site archives for May 2014. Creating SCCM User and Device Collections based on Active Directory Groups. May 9, 2014. Microsoft System Center Configuration Manager. Microsoft System Center Configuration Manager. Chris Massaras' My Windows World. Enter your email address to subscribe and receive notifications of new posts by email. Join 2 other subscribers.
randygray.com
Randy's Notes - Page 2 of 2 - Application Deployment, Client Health, and task automation
http://randygray.com/page/2
Application Deployment, Client Health, and task automation. C# Start service on remote machine. June 5, 2013. Here is a simple method to start a service on a remote system using C#. Call the method using. String status = servicestart("computerName", "Service");. Method will attempt to change the status and return the current Status. CCMSETUP FAILED WITH ERROR CODE 0x8007064c. May 15, 2013. Installation failed with error code 1612 ccmsetup 5/14/2013 2:18:11 PM 3064 (0x0BF8). Upgrade code '{252DA259-82CA-4...