F5F Stay Refreshed Power Users Networks Accessing the domain without a connected account

Accessing the domain without a connected account

Accessing the domain without a connected account

S
SleepingLights
Junior Member
4
12-04-2023, 12:27 PM
#1
Hi there, I’m trying to understand how remote work setups function. With so many companies allowing remote access, it seems employees can connect to company computers from anywhere. For instance, seeing my mom log in with a domain and username makes sense when she’s at home, but it’s unclear how she connects without being on the company network. She usually uses a VPN only when she’s at home. Can you explain the process behind this? Thanks!
S
SleepingLights
12-04-2023, 12:27 PM #1

Hi there, I’m trying to understand how remote work setups function. With so many companies allowing remote access, it seems employees can connect to company computers from anywhere. For instance, seeing my mom log in with a domain and username makes sense when she’s at home, but it’s unclear how she connects without being on the company network. She usually uses a VPN only when she’s at home. Can you explain the process behind this? Thanks!

P
PerdyPotatoes
Member
145
12-04-2023, 01:13 PM
#2
The VPN serves as a hosted service for the company’s needs. When it operates, it allows her computer to connect to a network where domain and password credentials are configured specifically for their requirements. VPNs offer flexible configurations beyond typical consumer setups. They can be arranged to support access to an entire home or corporate private network from anywhere globally, providing all the features you’d expect inside such a system.
P
PerdyPotatoes
12-04-2023, 01:13 PM #2

The VPN serves as a hosted service for the company’s needs. When it operates, it allows her computer to connect to a network where domain and password credentials are configured specifically for their requirements. VPNs offer flexible configurations beyond typical consumer setups. They can be arranged to support access to an entire home or corporate private network from anywhere globally, providing all the features you’d expect inside such a system.

C
73
12-04-2023, 09:21 PM
#3
C
CarameLJessUss
12-04-2023, 09:21 PM #3

N
netanelozkin
Junior Member
48
12-08-2023, 12:41 PM
#4
There are numerous methods to achieve this. As tkitch mentioned, Windows stores credentials, enabling login even without an active network connection if you’ve logged in before (timeout settings, credential limits can be adjusted). Many systems operate similarly to what Windows7 explained. A VPN ensures continued access to the corporate network, either through a full tunnel handling heavy traffic or a managed "management tunnel" that activates before login. Typically, only specific actions—like domain access—should be permitted via this channel. It might also involve an Entra ID setup (Azure AD), where authentication occurs against Azure. Generally, the domain resides in the cloud, so just an internet connection grants access to your corporate network. Hybrid setups are common, with local servers syncing with an Azure-based domain. Personally, I believe using a pure Entra ID login would display as USERNAME@DOMAIN rather than DOMAIN\USERNAME, which could affect how it functions for your organization.
N
netanelozkin
12-08-2023, 12:41 PM #4

There are numerous methods to achieve this. As tkitch mentioned, Windows stores credentials, enabling login even without an active network connection if you’ve logged in before (timeout settings, credential limits can be adjusted). Many systems operate similarly to what Windows7 explained. A VPN ensures continued access to the corporate network, either through a full tunnel handling heavy traffic or a managed "management tunnel" that activates before login. Typically, only specific actions—like domain access—should be permitted via this channel. It might also involve an Entra ID setup (Azure AD), where authentication occurs against Azure. Generally, the domain resides in the cloud, so just an internet connection grants access to your corporate network. Hybrid setups are common, with local servers syncing with an Azure-based domain. Personally, I believe using a pure Entra ID login would display as USERNAME@DOMAIN rather than DOMAIN\USERNAME, which could affect how it functions for your organization.

T
That_SavageGuy
Junior Member
2
12-08-2023, 08:26 PM
#5
An alternative approach involves deploying a virtual desktop instance on AWS or Azure. As these are essentially virtual machines, they can be configured to reside within the corporate network. End users can then access them via secure applications on their personal devices outside the domain. (Preferably authenticated using a domain account and protected with real-time 2FA.) If a physical laptop is provided, it’s likely pre-installed with VPN software included in the corporate system image.
T
That_SavageGuy
12-08-2023, 08:26 PM #5

An alternative approach involves deploying a virtual desktop instance on AWS or Azure. As these are essentially virtual machines, they can be configured to reside within the corporate network. End users can then access them via secure applications on their personal devices outside the domain. (Preferably authenticated using a domain account and protected with real-time 2FA.) If a physical laptop is provided, it’s likely pre-installed with VPN software included in the corporate system image.

T
ToxicStripe
Member
53
12-14-2023, 02:51 AM
#6
If using RDP, you may enter a domain account with either [email protected] or domain.com\username. Conversely, on a domain PC, you can access a local account using .\localuser
T
ToxicStripe
12-14-2023, 02:51 AM #6

If using RDP, you may enter a domain account with either [email protected] or domain.com\username. Conversely, on a domain PC, you can access a local account using .\localuser

B
Blue_Fox_Lady
Member
194
12-14-2023, 04:20 AM
#7
Remote Desktop Gateway could handle traffic between local networks and enterprise systems.
B
Blue_Fox_Lady
12-14-2023, 04:20 AM #7

Remote Desktop Gateway could handle traffic between local networks and enterprise systems.