keywan
Established Members-
Posts
172 -
Joined
-
Last visited
-
Days Won
2
Everything posted by keywan
-
Hi Anyweb, First question What do you mean with best practice? Use IP range boundaries as primary Do you mean I have to change from Active Directory site to IP RANGE? Can I edit the Active Directory site to to IP RANGE? I created 4 new Boundary with IP Range and add them to the existing Boundary Group( I have only one), Now my Boundary Group show me 4 Members. My default Boundary was Active Directory site and I added 3 new IP RANGE Boundary and the "References" Is there any more steps I have to do?
-
I'm in the process of deploying windows updates to Windows Clients (Windows 11 build 25H2) Windows servers(2019,2022,2025) in my environment with SCCM and ADRs and most of the client computers have installed updates just fine however around 50 or so client computers are not installing updates and the updates are not getting downloaded. When I click to install updates it just stays stuck at 0% downloading and never installs until eventually it times out My Boundary and Boundary Groups the updates have been distributed to the DP servers. The boundaries are configured to include the clients in the scope. All of my boundary groups are set up with the Active Directory site only. We have the following IP Range 192.168.0.0, 172.20.0.0, 172.10.0.0. 172.40.0.0 But I set my My Boundary and Boundary Groups with the Active Directory site only. Is that the my issue? Should/Could I create or add some new Boundary with IP address Range(what we have see above IP Range) additionally to my Active Directory site? Could you please help me? Regards
-
Hi, my SCCM Server does not work fine like before many years. I want to building a new SCCM server from scratch can I still use the old container (called System Management) and delegate control by adding the new server without necessarily extending the AD schema? Could I let running it the old SCCM server and install a new one fresh instillation of SCCM Server? Regards Nick
-
Hi, I have created some ADRs for Windows Server and Clients Updates with following settings Software Updates Deployment Schedule If I understand this option correctly, it should run automatically after 7 Days and deploy it to Distribution Server Evaluation Schedule, every month on second Tuesday Could you tell me please why it is not running automatically evey month? What is here wrong? Thank you Regards
-
Hi, I have created some ADRs for Windows Server and Clients Updates with following settings Software Updates Deployment Schedule If I understand this option correctly, it should run automatically after 7 Days and deploy it to Distribution Server Evaluation Schedule, every month on second Tuesday Could you tell me please why it is not running automatically evey month? What is here wrong? Thank you Regards
-
Hi, I have created a ADR for Windows Defender to deploy every day the new security intelligence update on Windows Client and Windows Server. It works fine, but only one machine (windows server 2025) does not get the security intelligence update. But if I go the device and proprieties, I see on the Deployment, the security intelligence update is there, but not install. How and where check it why? Regards
-
No I dont have pki infrastructure in place, I want only to convert or to change the WSUS Server from HTTP to HTTPS. An I have to be sure that after convert the WSUS and SCCM does work together for SUP and Windows Updates. What should I do for WSUS Server on the SCCM and for all Clients machine? Thank you for help
-
Hi, I am not sure but since one month my ADR for monthly Windows update does not work. I see the KB deployed to the client machine, but on the Software Center tuck at Downloading (0% complete). All Applications can be downloaded and install it, only Windows Update does not work I restarted the IIS but not help. Can anybody help me? Regards
-
issue with Powershell script in Task Sequence (output)
keywan replied to keywan's question in Deploy software, applications and drivers
What I want in my TS, is to run my PS and it should display it in my Collection as Value and can see there the Result. Have you any Idea how I can realize it? -
I'm trying to Sysprep a Windows 11 Enterprise 24H2 Installation with many installed Applications. I am getting always fails because of this error: ###################################################################### SYSPRP Package Microsoft.DesktopAppInstaller_1.25.199.0_x64__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image. SYSPRP Failed to remove apps for the current user: 0x80073cf2. SYSPRP Exit code of RemoveAllApps thread was 0x3cf2. SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2 SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2 SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2 [0x0f0070] SYSPRP RunDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2 [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2 ########################################################################## I ran the following command wit PS Get-AppxPackage -AllUsers Microsoft.DesktopAppInstaller_1.25.199.0_x64__8wekyb3d8bbwe | Remove-AppxPackage and: Get-AppxProvisionedPackage -Online | Where-Object DisplayName -like "Microsoft.DesktopAppInstaller_1.25.199.0_x64__8wekyb3d8bbwe" | Remove-ProvisionedAppPackage -Online and I try with following command too Import-Module Appx Import-Module Dism Get-AppxPackage -AllUsers | Where PublisherId -eq 8wekyb3d8bbwe | Format-List -Property PackageFullName,PackageUserInformation Remove-AppxPackage -Package Microsoft.DesktopAppInstaller_1.25.199.0_x64__8wekyb3d8bbwe Remove-AppxProvisionedPackage -Online -PackageName Microsoft.DesktopAppInstaller_1.25.199.0_x64__8wekyb3d8bbwe ############################################################### No above command help me. I did run that command too sysprep /audit /reboot Has anyone any Idea? I need really help Thank you
-
Hi, I have upgraded my SCCM 2403 to SCCM 2503 and Hotfix KB33177653 successfully. If I deploy now any Application or Package to any machines, I see the Application and Packages on the Software center, it is downloaded , but "Waiting to insall" and cannot install. If I uninstall the CCM Client on the machine and install again the CCM Client, it works fine. Is that issue known? Is there any other solution? Regards Nick
-
Hi, Thank you for testing and share me your TS. I have exactly the same TS and the same "Setup Windows and Configuration Manager" like your TS. By my TS, is does not installed any Application. I can deploy my Application without any issue on the machine which joined the domain, but the same application in the Workgroup does not work I see you have selected on the content--Deployment options--->Download content from distribution point and run locally I have the following option. Is that the issue? if I check the sccm log on the C:\Winodws\CCM\log NotifyProgress received: 3 (Application is available for installation ) appState: DownloadFailed NotifyProgress received: 24 (Application download failed ) Execution status received: 24 (Application download failed ) Failed to find property 'AutoApplyDeployment' in 'CCM_ApplicationManagementClientConfig' class definition. Error 0x80041002. Default value will be used for this property I have uploaded the smsts.log, please do not public my data of out company here. Thank you have a nice weekend smsts-ccm.7z
-
I am really not sure, we can build and capture Windows 11 24 H2 with Applications in the Workgroup. As I know sure, we cannot build and capture Windows joined the domain. And if I try to build and capture Windows 11 24 H2 with Capture SCCM Media, I am getting always the error message, SYSPRP Package Microsoft.DesktopAppInstaller_1.25.199.0_x64__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image. And believe me, we cannot remove Microsoft.DesktopAppInstaller_1.25.199.0_x64__8wekyb3d8bbwe No way, I did try all options I know Do you have tried to build and capture Windows 11 24 H2 with SCCM Capture media? Regard and thank you for help
-
Hi anyweb, I can do STEP 1, but tell me please where should I run the STEP 1 I mean on which machine (I believe on any machine) and where should I put the LMHost file? As you know I am running on the SCCM Server a Build and Capture and I dont know the IP of the Client machine. as following I start my machine with Network and select my TS to build and capture the machine Therefore I am very confused how and where I can run STEP 1 with LMHosts? Regards Nick
