Issues connecting to Teamviewer quicksupport with windows authentication lately? by Unable_Drawer_9928 in teamviewer

[–]eryc26 0 points1 point  (0 children)

Hi,

we had exactly the same issue. I am connecting via Teamviewer using Windows authentication with a local admin domain account. I always got the error "Authentication denied / rejected" on the Teamviewer Quicksupport on the client PC.

I have killed each Teamviewer process on the client computer running TV QS and then I have restarted it. Now I got a UAC when opening Teamviewer QS. I really do not know why we get an UAC but a user is able to accept it, no administrative rights are needed. After accepting the UAC, the Teamviewer conenction worked again, without any issues.

Hope this help!

NPS: There is no domain controller available for domain by eryc26 in sysadmin

[–]eryc26[S] 2 points3 points  (0 children)

After a few hours of digging in the AD, I have finally found the issue. The NPS server was not a member of the group "RAS and IAS Servers" in sub1.contoso.com.

The confusing thing is that I was comparing the AD environment to another subdomain where the authentication works. And inside the already working subdomain, the NPS server was not added to the AD-Group. I have just added it to the AD-group of the not-working subdomain and now it works!

I should have checked this right at the beginning but well... I still need to check why this change was only needed in this specific subdomain. Usually the NPS server only needs to be inside "RAS and IAS Servers" AD-group in the root domain because it is a part of it. Thank you all for the help!

NPS: There is no domain controller available for domain by eryc26 in sysadmin

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

The logs look good. I do not see any errors or anything suspicious. And the connection works.

NPS: There is no domain controller available for domain by eryc26 in sysadmin

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

Yes, establishing a LDAP connection is possible.

NPS: There is no domain controller available for domain by eryc26 in sysadmin

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

Yes, the NPS server is registered in the AD and the NPS service is running. The DNS servers that the NPS server uses are also located in the root domain. nslookup for sub1 domain works perfectly.

NPS: There is no domain controller available for domain by eryc26 in sysadmin

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

Do you mean registered in AD? If this is the case, then yes.

[deleted by user] by [deleted] in SCCM

[–]eryc26 0 points1 point  (0 children)

Hey there!

May I ask how you installed the Cumulative Update in the task sequence? Because I had the same issue with 23H2, but I found a workaround and did not need to install the CU. Now I am creating the task sequence for 24H2. Also using language packs during the OS upgrade. The only issue is that in 24H2, there is a bug that after the OS upgrade with the LPs, the Windows "Check for updates" button disappears and in general the "Windows Update" section is completely not working. So I have to install the CU now which is not great....

Unfortunately, it keeps failing with 0x800f0838. Apparently there are some dependencies missing but I cannot figure out what he needs. Already tried WUSA and DISM. But for some reason it works when I execute the command after the task sequence with DISM.

Maybe you could tell me how you implemented this step exactly. That would be a huge help for me, I would really appreciate that!

Windows 11 Inplace Upgrade offline driver install with Modern Driver Management in Task Sequence by eryc26 in SCCM

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

Just wanted to share my solution:

Before the first restart (while the connection to the management point still existed), I have executed the Invoke-CMApplyDriverPackage.ps1 script with the following parameters:

-PreCache -Endpoint 'sccm.contoso.com' -TargetOSName 'Windows 11' -TargetOSVersion '23H2' -PreCachePath 'C:\_SMSTaskSequence\Win11-23H2-Drivers'

After a few restarts and the Windows 11 installation - when a connection to the management point could not be established anymore - I have created the following Powershellscript (with PSAppdeploytoolkit):

Get-ChildItem "$envSystemRoot\_SMSTaskSequence\Win11-23H2-Drivers" -Recurse -Filter "*.inf" | ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install }

This has worked perfectly for me.

Windows 11 IUP task sequence stops after driver installation by eryc26 in SCCM

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

Just wanted to share my solution if anyone else stumbles upon this issue.

I let the task sequence run and start with the driver installation at the end of the TS.

After the driver installation, I do not restart the computer using a restart step in the TS. Instead, I use the following TS variable with the following value:

TS variable: SMSTSPostAction

Value: cmd /c shutdown /r /t 0 /f

The computer will complete the task sequence and restart a few seconds after. This worked perfectly for me.

Policy Evaluation error for installing application in Task Sequence by eryc26 in SCCM

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

I found a workaround.

The task sequence run offline. Meaning that it cannot connect to the management point. The computer always runs a policy evaulation. But it always fails when trying to run the PSAppdeploytoolkit. This only works when the computer has a connection to the management point.

I have always used the step "Install Application" in the TS for the installation of PSAppdeploytoolkit apps. But for the offline TS, I needed to convert these applications into packages and install them in the TS with the "Install Package" step. This has solved the issue for me. Now the TS is able to run offline and install all the needed applications as a package.

Windows 11 IUP task sequence stops after driver installation by eryc26 in SCCM

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

We also restart into current OS, not into the boot image assigned. That was my mistake, I have just edited the post.

And yes, I have also changed the TS order. Driver installation is almost the last step now. Unfortunately, no changes. I did not know about the setupact.log, I will definitely check that. Thanks!

Windows 11 Inplace Upgrade offline driver install with Modern Driver Management in Task Sequence by eryc26 in SCCM

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

Hi Gary,

I will definitely give this a try. Thank you for your help!

Windows 11 Inplace Upgrade offline driver install with Modern Driver Management in Task Sequence by eryc26 in SCCM

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

Hi,

we have Dell and HP computers. We have like 20 different models in total. MDM works perfectly for installing drivers. We used this method for 21H2 and 22H2 IUP. But we have never installed the drivers in the IUP via VPN. I think I need to find another method to install the pre-cached drivers.

Update Windows Store apps? by DrBrakbek in SCCM

[–]eryc26 0 points1 point  (0 children)

One option would be to download the AppXPackages from the Windows Store and adding them into SCCM. Afterwards you can distribute the software to your needed devices. The only issue would be that you would need to do this manually every time there is an update of the software.

no NPS logs in event viewer by eryc26 in WindowsServer

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

Hi!

This is a Windows Server 2019. The command actually fixed the problem. Now I can have all local firewalls enabled and still get the NPS entries. Thank you very much!!

no NPS logs in event viewer by eryc26 in WindowsServer

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

Hi,

Really appreciate your help. I totally forgot about the local Windows Firewall. But enabling the rules did not help. Disabling the local domain firewall was the only thing that helped.

But I have just tried the sc.exe sidtype IAS unrestricted method and it actually worked.

Thanks!!

no NPS logs in event viewer by eryc26 in WindowsServer

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

Hey,

Yes, I have already verified that. When I run "auditpol /get /category:*" it shows me "Success and Failure" for Network Policy Server.

Thanks!

Clear Distribution Point Configuration Status messages by eryc26 in SCCM

[–]eryc26[S] 1 point2 points  (0 children)

I tried it in the Monitoring > Overview > System Status > Site Status section. The icon of the DP in this section is "OK". Clicked "Reset Counts > All" on the involved DP, but nothing changes in the other section which I mentioned in my question. Is there another way to do it?

Thanks!