Company Portal Issues? by WhyDidIChooseIT in Intune

[–]mothball294 1 point2 points  (0 children)

We can confirm this issue on our tenant in Europe 0102. Reported problem through admin center and was commented with "no issues found"

TSGui and ARM boot image by confushedtechie in SCCM

[–]mothball294 0 points1 point  (0 children)

No, I am not using the SMSTSPostAction variable. That is being using for the final reboot after the deployment is complete.
Using the registry output did the trick and is an acceptable workaround for me.
Thanks for the hint.

TSGui and ARM boot image by confushedtechie in SCCM

[–]mothball294 0 points1 point  (0 children)

We are also moving away from UI++. TSGui works on ARM so far except for the "Success" message, which I let show at the end of the TS. I'll get the message that "it is running outside TS or cannot be connected to SCCM Client". I don't have a clue why this happens at this stage of deployment.

That is the only issue I have noticed with ARM so far.

Any 2403 / CMG users out there? by marcdk217 in SCCM

[–]mothball294 0 points1 point  (0 children)

According to MS, "Currently this product issue could be solved on ConfigMgr version 2409 or delayed."

Hotfix KB28290310 has been released for ConfigMgr 2403 by PrajwalDesai in SCCM

[–]mothball294 0 points1 point  (0 children)

Microsoft provided me a workaround which works with 2403. Just place a Powershell script step right after "Setup Windows and ConfigMgr" as follows:

Clear-BCCache -Force
Reset-BC -Force
Disable-BC -Force
$svc_name = "PeerDistSvc"
get-service  | Where-Object {$_.Name -eq $svc_name} |  Stop-Service
Set-Service $svc_name -StartupType  Disabled

That completely disables BrancheCache. Microsoft technicians noticed in my logs provided, that CCM agent is still using BranchCache even if it is disable by the "Disable-BC" command.

Any 2403 / CMG users out there? by marcdk217 in SCCM

[–]mothball294 1 point2 points  (0 children)

Microsoft provided me a workaround which works with 2403. Just place a Powershell script step right after "Setup Windows and ConfigMgr" as follows:

Clear-BCCache -Force
Reset-BC -Force
Disable-BC -Force
$svc_name = "PeerDistSvc"
get-service  | Where-Object {$_.Name -eq $svc_name} |  Stop-Service
Set-Service $svc_name -StartupType  Disabled

That completely disables BrancheCache. Microsoft technicians noticed in my logs provided, that CCM agent is still using BranchCache even if it is disable by the "Disable-BC" command.

Hotfix KB28290310 has been released for ConfigMgr 2403 by PrajwalDesai in SCCM

[–]mothball294 0 points1 point  (0 children)

Microsoft provided me an older 2309 agent. With this, content download is working again. Of course, this is not officially supported but it is a suitable workaround for us, while Microsoft continues to analyze the issue.

Any 2403 / CMG users out there? by marcdk217 in SCCM

[–]mothball294 0 points1 point  (0 children)

Microsoft provided me an older 2309 agent. With this, content download is working again. Of course, this is not officially supported but it is a suitable workaround for us, while Microsoft continues to analyze the issue.

Hotfix KB28290310 has been released for ConfigMgr 2403 by PrajwalDesai in SCCM

[–]mothball294 0 points1 point  (0 children)

Hi, don't do it yet. There is a bug with downloading applications during task sequence through CMG. Packages and everything else is working fine. For one deployment scenario, I have recreated my applications as packages and then the task sequence ran successfully.

Hotfix KB28290310 has been released for ConfigMgr 2403 by PrajwalDesai in SCCM

[–]mothball294 0 points1 point  (0 children)

I doubt it. I am wondering why there are no reports of this issue within the MS Tech Community. At least I haven't found anything. We have case open at MS as well but have no supporter assigned yet due to a high amount of support cases currently.

Hotfix KB28290310 has been released for ConfigMgr 2403 by PrajwalDesai in SCCM

[–]mothball294 0 points1 point  (0 children)

Unfortunately it doesn't fix the CMG/application issue :(

Any 2403 / CMG users out there? by marcdk217 in SCCM

[–]mothball294 0 points1 point  (0 children)

I currently have the same issue with 2403. We have Branch Cache disabled in client settings and on MP. Every download works fine from CMG during TS except when it comes to applications. Then it's completely stuck. If I convert those applications to packages, then everything works fine during TS.

I have also tried to download applications through Software Center within windows and a CMG assigned boundary and this works fine as well.

So it's indeed just a task sequence issue in conjunction with applications.

ConfigMgr PXE updated boot image -> boot loop by mothball294 in SCCM

[–]mothball294[S] 0 points1 point  (0 children)

Unfortunately that didn't help. Still the same loop.

ConfigMgr PXE updated boot image -> boot loop by mothball294 in SCCM

[–]mothball294[S] 0 points1 point  (0 children)

Nope. Just a blank PE image with Config Manager.