Forum Widgets
Latest Discussions
Deploy Applications or programs using System center Orchestrator 2022
Hi, I have a SCCM Sever and want to deploy some Application per System center Orchestrator 2022 with Runbook. It does not work my Runbook. Does anywhere has a example? Regards NickperserpolisJul 08, 2025Copper Contributor5Views0likes0Comments[SOLVED] SCCM - Application auto upgrade not working
Hello, I'm trying to deploy applications with auto upgrade but nothing happens. Let me explain what I'm doing : App_V1 is deployed as available to a user collection I install the app, nothing special here App_V2 is set to supersede App_V1 with uninstall checkbox (I need that in my environment) I deploy App_V2 as available to the same user collection with the checkbox "Automatically upgrade any superseded versions of the application" In the software center, I can see App_V2 with the install button (App_V1 is hidden, expected), but nothing else happens If I check the logs, I can see in PolicyAgent.log (only) : A line starting with "Compiling policy <deploymentID>/supersedence..." Then a line starting with "Raising event: instance of CCM_PolicyAgent_AssignmentDisabled...<some assignment info> Nothing else I don't know how to further troubleshoot that situation. Can someone give me some clues ? ThanksalvinflumoxJun 14, 2025Copper Contributor44Views0likes1CommentProblemas para configurar un canal SMTP con un servidor de correo externo
me está pasando que cuando que cuando quiero crear un canal de tipo SMTP en mi servidor SCOM 2025, al utilizar el método de autenticación "autenticación de correo electrónico externo" no me permite seleccionar el perfil de ejecución que he creado previamente, espero su ayuda, comentarios o consultas, graciasWilliams_BazanJun 04, 2025Copper Contributor19Views0likes0CommentsSCCM missing WSUS Updates for Exchange
Hello, since November 2024 our SCCM cant find any updates for Exchange therefore our Exchange Servers are Up-to-date accordingly to the SCCM but nfact are not. Is this a known issue? We connot find the KBs on the catalog site of micrsoft either.FourK95Jun 03, 2025Copper Contributor19Views0likes0CommentsForce DPM 2025 RA to use FQDN or trust server certificate when trying to backup SQL Server
Hi, anybody know a way to force the Recovery Agent to use the FQDN instead of the NETBIOS name or configure it to trust the SQL Server certificate on a SQL Server cluster. The certificate has both the NETBIOS and FQDN certificate and the server requires encryption I am getting the following error WARNING SQL - Detailed Description "Client unable to establish connection. For solutions related to encryption errors, see https://go.microsoft.com/fwlink/?linkid=2227882." SQLQueryHelper.cpp(384) [0000004DD7EFF560] WARNING SQL - Detailed Description "SSL Provider: The target principal name is incorrect. The server has the latest OLE DB driver, Microsoft OLE DB Driver 19 for SQL Server as required by DPM2025ellgrecoMay 20, 2025Copper Contributor15Views0likes0CommentsSCCM Service Connection Tool Failed to Connect - ConnectionString Matter
Hello any SCCM Expert, I need help for the below issue with Service Connection Tool. I need to know how to set my connection string from TrustServerCertificate=False to True Reference Article: https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/updating-configuration-manager-in-offline-mode-with-the-service/ba-p/1410282 I am trying to run ServiceConnectionTools for Offline Installer for my setup below. My Lab Setup is a follows: 1. SCCM Primary Server: CM01 (No Internet Access - Internal LAN) 2. MS SQL Server: DB01 (No Internet Access - Internal LAN) 3. Upstream WSUS Server: WSUS01 (Have internet access - in DMZ) 4. CA Server: CA01 (No Internet Access - Internal LAN) ON MY CM01 I have Created in C Drive C:\Temp Folder for temporary gather of the SCCM Infra. Once gathered collected it will be transferred to a USB drive. I have copied the ServiceConnectionTool into the C:\Temp as shown below I have also created a folder named UsageData Cd into C:\temp\serviceConnectionTool I run the Command below: ServiceConnectionTool.exe -prepare -usagedatadest c:\temp\UsageData\UsageData.cab The Operation completed with an an ERROR: Can not connect to the Database. Please refer to the log file.... Go into the ServiceConnectionTool > Open the ServiceConnectioToo.log The Logs as captured Below the Extracted Contents from above except hostname and ID changed: INFO:Logged-in account name: Sccm_admin INFO:Running as account name: Lab\Sccm_admin INFO:Telemetry Prepare step is running connectionString: :Persist Security Info=False;Integrated Security=true;Encrypt=True;TrustServerCertificate=False;Initial Catalog=CM_LB1;server=HomeLab-CM-DB1.lab.local\SCCM ERROR:System.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The wait operation timed out.) ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) Anybody know how to. Thank you. Regards, ScokoScoko2Apr 23, 2025Copper Contributor853Views1like1CommentSystem Center 2025 SQL Activation
Hello, Microsoft has recently made System Center available via the CSP program, but it is not clear to me how one would activate SQL server standard that I am entitled to run via an active System Center subscription. If I check in the admin center, I get download media and keys specifically for System Center, but nothing for SQL. I cannot find anything anywhere about how to properly activate SQL Server Standard.joshuahickokApr 18, 2025Copper Contributor25Views0likes0CommentsSCVMM 2025 can't deploy Service Templates to Win2025 guest VMs.
I recently upgraded my SCVMM 2022 instance to 2025. I have a few Service Templates for lab/test purposes that expedite deployments such as installing the first DC in a new AD forest. I wanted to upgrade these Service Templates to work with Win2025 guest VMs so I built a new syspreped Windows Server 2025 image, and copied my "New Forest DC" Service Template so it could utilize a Win2025 guest. After a lot of troubleshooting, I found that SCVMM 2025 seems to fail to be able to configure a Win2025 guest. I originally thought there may be an issue with my Application Confg scripts that install the ADDS role and install the first DC. However, after removing those scripts and just trying to install Rolls and Features under the OS Configuration options, they appear to fail as well. Has anyone had any success deploying a Service Template with Win2025 guests VMs? Simple test to try to reproduce: Create a syspreped image .VHDK file with Windows Server 2025 (I've tested with both Gen2 and Gen1) Create a Service Template to deploy one guest VM Machine Tier. Add a few Windows Roles and Features (I'm adding ADDS, DNS, GPMC and the management tools) Example screenshot below. Deploy the service. For me, the VM deploys properly but the Service Template eventually fails and no roles are installed as it hangs on the deploy applications task. (2nd screenshot below). This works just fine with a Windows Server 2022 image. Can anyone else reproduce this? Did I miss something that is needed in the guest image? Thanks in advance.SolvedMarkESmithMar 21, 2025Copper Contributor442Views0likes4CommentsSCOM Linux parameter for Expression/Alert Description
Hi, I would like to know if there is a way to get more information from //*[local-name()="StdOut"] parameter. I know that it can be used in this way in Expression and $Data/Context///*[local-name()="StdOut"]$ in Alert. But I would like to forward little bit more info into Alert and Expression itself. For example got script which returns two values Uptime and LastBoot. And I would like to build the Expression based on Uptime and provide LastBoot into Alert description. I wonder if this is even possible in SCOM. Script itself : #!/bin/bash # Get uptime in seconds uptime_seconds=$(cat /proc/uptime | cut -d'.' -f1) # Get last boot time last_boot=$(who -b | awk '{print $3, $4}') # Output in the required format echo "Uptime : $uptime_seconds" echo "LastBoot : $last_boot" So I tried with //*[local-name()="StdOut"][contains(., "last_boot")]/text() $Data/Context///*[local-name()="StdOut"][contains(., "last_boot")]/text()$ But it doesn't work.FurselMar 13, 2025Copper Contributor31Views0likes0CommentsSCOM Linux Parameter for Expression/Alert Description
Hi, I would like to know if there is a way to get more information from //*[local-name()="StdOut"] parameter. I know that it can be used in this way in Expression and $Data/Context///*[local-name()="StdOut"]$ in Alert. But I would like to forward little bit more info into Alert and Expression itself. For example got script which returns two values Uptime and LastBoot. And I would like to build the Expression based on Uptime and provide LastBoot into Alert description. I wonder if this is even possible in SCOM. Script itself : #!/bin/bash # Get uptime in seconds uptime_seconds=$(cat /proc/uptime | cut -d'.' -f1) # Get last boot time last_boot=$(who -b | awk '{print $3, $4}') # Output in the required format echo "Uptime : $uptime_seconds" echo "LastBoot : $last_boot" So I tried with //*[local-name()="StdOut"][contains(., "last_boot")]/text() $Data/Context///*[local-name()="StdOut"][contains(., "last_boot")]/text()$ But it doesn't work. Please support.FurselMar 12, 2025Copper Contributor36Views0likes0Comments
Resources
Tags
- System Center83 Topics
- Operations Manager36 Topics
- Data Protection Manager25 Topics
- Service Manager18 Topics
- Orchestrator13 Topics
- Virtual Machine Manager12 Topics
- Operating System Deployment10 Topics
- Hybrid Cloud Management8 Topics
- software update management7 Topics
- Configuration Manager5 Topics