Configuration Manager (Current Branch) – SDK and PowerShell announcement
-
Link
Hi everyone,
We’re looking forward to hearing what you think about the latest 1602 release! Make sure you read our team blog to find out what’s new in this release and how you can get the update faster.
Here are your options for letting your voice be heard by the product team.
- For assistance with the upgrade process please post your question in the Site and Client Deployment forum.
- To provide feedback or report any issues with the functionality included in this release, please useConnect.
- If there’s a new feature or enhancement you want us to consider including in future updates, please use the Configuration Manager UserVoice site.
Additional resources:
What’s New in System Center Configuration Manager
Get Ready for System Center Configuration Manager
Start Using System Center Configuration Manager
Upgrade to System Center Configuration Manager
Technical Documentation for System Center Configuration Manager
-
0 VotesPowerShell Remoting on SCCM
I have a primary SCCM server - "ABC" Later i installed SCCM console and PowerShell Module on one more machine - ...Unanswered | 8 Replies | 1363 Views | Created by PowerShellLearner - Tuesday, March 24, 2020 6:14 AM | Last reply by Fabian Näf - Wednesday, August 26, 2020 1:18 PM -
0 VotesModification to an Powershell script for SCCM
I have an existing PowerShell script where essentially, I am copying a particular folder to remote computers then changing directory through PowerShell on remote machine, then running a secure boot ...Answered | 2 Replies | 603 Views | Created by Milton Dorrielan - Sunday, August 16, 2020 5:15 PM | Last reply by Milton Dorrielan - Monday, August 17, 2020 1:11 PM -
0 VotesUsing powershell how to trigger already approved scripts under SCRIPTs node in console
Hi All I have a SCCM setup CB 2004. Got some scripts created and approved in SCRIPTS node in the console. I can execute those scripts manually against required ...Proposed | 1 Replies | 521 Views | Created by RKRamesh - Sunday, August 16, 2020 1:19 PM | Last reply by SAAD Youssef - Sunday, August 16, 2020 4:13 PM -
0 VotesUnable to get reporting services to work with software metering
A bit new to this forum, but we are looking to see why we are getting the error "There is an error in XML document (1.22801)" This happens every time ...Unanswered | 10 Replies | 1175 Views | Created by Dgrisales913 - Thursday, July 23, 2020 8:45 PM | Last reply by anaconda1442 - Thursday, August 13, 2020 10:13 PM -
0 Votes"SMS Provider reported an error" when creating an application with EnhancedDetectionMethod in the Deployment Type
I am using c# to create an application that has an EnhancedDetectionMethod that is to match a Registry Key. Here is a sample of test code that produces the above error in the Store ...Unanswered | 5 Replies | 920 Views | Created by Chantilly Lace - Wednesday, August 5, 2020 7:36 PM | Last reply by Chantilly Lace - Thursday, August 13, 2020 4:13 PM -
0 VotesCMCB Client SDK - Content Download status
Hello I am in the process of developing a PowerShell remote-script based installation of 'Available' software updates. As a validation step, I am trying to check the content ...Answered | 3 Replies | 591 Views | Created by Steve DSouza - Wednesday, August 12, 2020 8:34 PM | Last reply by Steve DSouza - Thursday, August 13, 2020 5:22 AM -
0 VotesHow to find package dp with powershell
Hello to all, I am trying through Powershell a way to get the DP location of a package. I run Get-cmpackage but i can only see the ...Answered | 4 Replies | 505 Views | Created by Amir Atary - Wednesday, August 5, 2020 11:29 AM | Last reply by fionay - Thursday, August 6, 2020 7:56 AM -
0 Votes[Announcement] "MECM" Forum will be migrating to a new home on Microsoft Q&A!
This "MECM" Forum will be migrating to a new home on Microsoft Q&A! We've listened to your feedback on how we can ... -
0 VotesPulling wrong (Old) data in 'SDMPackageXML'
I have an application that once used a Powershell script to control Detection method and now uses a Registry Entry. When I use Get-CMApplication it still shows the old Powershell Detection ...Unanswered | 1 Replies | 459 Views | Created by SC CM - Tuesday, July 28, 2020 8:35 PM | Last reply by Larry_z - Wednesday, July 29, 2020 2:43 AM -
0 VotesAdd application detection type with registry key
Hi, How do i create an application detection type with registry key validation using Power Shell? Anandhan.S Remember to 'mark or propose as answer' or ...Unanswered | 5 Replies | 941 Views | Created by Anandhan Sathyanarayanan - Tuesday, June 30, 2020 12:41 PM | Last reply by SC CM - Tuesday, July 28, 2020 8:39 PM -
0 VotesNew-CMStandAloneMedia cmdlet executing Prestart Packages twice
When you create StandAlone media with New-CMStandAloneMedia as in the following: $DynParams = ...Unanswered | 3 Replies | 872 Views | Created by B Gleason - Friday, June 26, 2020 2:12 AM | Last reply by B Gleason - Monday, June 29, 2020 5:52 PM -
0 VotesScript is not working in SCCM package
Hello all, I have created the powershell script to write a office registry key to fix few issue, when i run the code in powershell manually its works perfect without any ...Answered | 2 Replies | 852 Views | Created by Suresh Muniyan - Friday, June 19, 2020 3:33 AM | Last reply by Larry_z - Monday, June 22, 2020 8:51 AM -
2 VotesGet application detail using WMI class
How can i get the complete application details using SCCM SDK? SMS_ApplicationLatest WMI class gives few information only, what are all the classes i have to query to get the ...Unanswered | 4 Replies | 913 Views | Created by Anandhan Sathyanarayanan - Monday, June 1, 2020 4:02 PM | Last reply by Anandhan Sathyanarayanan - Wednesday, June 17, 2020 9:12 AM -
0 VotesExport-CMApplication behavior in a remote pssession
Hi there, I'm facing an interesting issue with the export-cmapplication in the context of a remote PS Session. I'm running a script in Azure automation on a ...Answered | 4 Replies | 821 Views | Created by mponsot - Friday, May 29, 2020 7:49 AM | Last reply by Simon Ren - Friday, June 5, 2020 9:59 AM -
0 VotesGet package detail using WMI class
How can i get the complete package details using SCCM SDK? SMS_Package WMI class gives few information only, what are all the classes i have to query to get the complete details of ...Unanswered | 3 Replies | 847 Views | Created by Anandhan Sathyanarayanan - Monday, June 1, 2020 4:04 PM | Last reply by Anandhan Sathyanarayanan - Friday, June 5, 2020 4:02 AM -
0 VotesCreate application and package from .Net application
Hi, My requirement is to create/deploy an application and package from .Net application. This .Net application may be hosted in server other than SCCM ...Unanswered | 12 Replies | 1130 Views | Created by Anandhan Sathyanarayanan - Thursday, May 28, 2020 12:41 AM | Last reply by Anandhan Sathyanarayanan - Wednesday, June 3, 2020 4:45 PM -
0 VotesSCCM 1906 - Asset Intelligence missing records
Hi, We have SCCM 1906. I run the following report: Hardware 03B - Computers for a specific primary console user I realised that some user ...Unanswered | 4 Replies | 727 Views | Created by keller attiéa - Tuesday, June 2, 2020 8:46 AM | Last reply by Simon Ren - Wednesday, June 3, 2020 10:06 AM -
0 VotesRunning Powershell from SCCM
This is a weird request, we have a number of servers I would like to remove the SCCM client from. I don't have full admin access to these servers to remove the client. SCCM ...Proposed | 3 Replies | 623 Views | Created by CPTREXKRAMER - Thursday, May 21, 2020 1:06 AM | Last reply by Simon Ren - Thursday, May 28, 2020 2:11 AM -
0 VotesSCCM console extension XML variables and IConsoleView2.TryInitialize method
Hi, For a SCCM console extension custom view (assembly) ...Unanswered | 2 Replies | 819 Views | Created by ALaMark - Thursday, April 23, 2020 5:19 PM | Last reply by ALaMark - Tuesday, May 5, 2020 2:07 PM -
0 VotesServer WMI class name that holds Supersedence info in SCCM CB
Hi, Just like the SMS_AppDependenceRelation WMI Class in SCCM CB that holds the Dependency related details between application object, do we have a WMI class that holds ...Answered | 6 Replies | 1083 Views | Created by DS2885 - Tuesday, April 28, 2020 2:17 PM | Last reply by Larry_z - Monday, May 4, 2020 7:02 AM - Items 1 to 20 of 273 Next ›
Configuration Manager (Current Branch) – SDK and PowerShell announcement
-
Link
Hi everyone,
We’re looking forward to hearing what you think about the latest 1602 release! Make sure you read our team blog to find out what’s new in this release and how you can get the update faster.
Here are your options for letting your voice be heard by the product team.
- For assistance with the upgrade process please post your question in the Site and Client Deployment forum.
- To provide feedback or report any issues with the functionality included in this release, please useConnect.
- If there’s a new feature or enhancement you want us to consider including in future updates, please use the Configuration Manager UserVoice site.
Additional resources:
What’s New in System Center Configuration Manager
Get Ready for System Center Configuration Manager
Start Using System Center Configuration Manager
Upgrade to System Center Configuration Manager
Technical Documentation for System Center Configuration Manager
