Hi All,
Has anyone come across the following behaviour and how to resolve?
TEST#1 no access to windows shares for 30+ minutes over Cisco AnyConnect Session
From home on my work laptop, I login using my cached domain login credentials (my ADDS account is in a Company OU with GPO links).
I connect to the internet via WIFI, the Cisco AnyConnect Client then successfully connects.
I can successfully ping, TCP true for SMB shares:
Ping domain controllers
Test-NetConnection -ComputerName DC1 -Port 445
But cannot:
net view \\DC1
Using Windows Explorer \\DC1
After about 30 minutes I can access DC shares.
TEST#2 immediate access to windows shares over Cisco AnyConnect Session:
If I login onto the laptop using an AD Account in the Users OU, connect to WIFI and then Cisco AnyConnect, I can immediately:
Ping domain controllers
Test-NetConnection -ComputerName DC1 -Port 445
net view \\DC1
Using Windows Explorer \\DC1
I'm not sure if this is due to delayed group policy processing, but I note:
Computer Configuration\Administrative Templates\System\Group Policy
Set Group Policy Refresh Internval for Computers
90 minutes for "this setting allows you to customize how often group policy is applied)
30 minutes for "This is a random time added to the refresh interval to prevent all clients from requesting Group Policy at the same time
Computer Configuration\Administrative Templates\System\Logon
Always wait for the network at computer startup and logon (not configured)
Not configured - Slow Link Detection:
Computer Configuration/Polices/Administrative Templates/System/Group Policy/Configure Group Policy Slow Link Detection)
Not configured - the specific folder redirection policy processing which tells the folder redirection to apply even if the network is slow:
Computer Configuration/Polices/Administrative Templates/System/Group Policy/Configure Folder Redirection Policy Processing)
Thanks!
Steve