I am setting up a Windows Server VM on Azure cloud and configure Active Directory Domain Services and Group Policy Objects. I am trying to join a local computer (on premise) to that Server and to apply the group policy that I configured on Windows Server VM. Would this be possible, or do I really need a on premises active directory server to join a local computer ?
Is it possible to join a local windows machine (on premises) to a Windows Server VM that is hosted on Azure Cloud?
1.2k Views Asked by Mudasir Sahto At
1
There are 1 best solutions below
Related Questions in AZURE-ACTIVE-DIRECTORY
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Microsoft Entra ID - How to delete a tenant?
- Azure AD guest account in web app authentication user claims data
- Handling errors in MSAL Redirect - reactjs login with microsoft sso
- Azure Cross Cloud Auth using AAD
- Get id token from the access token
- Microsoft Identity does not work in docker desktop
- how to get refresh token in msal-browser Azure AD B2C login?
- Local DX for service-to-service authentication based on Managed Identities in Azure
- How can I add an identity provider to an existing user in an AWS Cognito user pool using the OIDC protocol?
- Azure B2C MFA custom policy flow 'try another way'
- How can I protect an Java Spring boot API against Azure AD B2C if I only have an id_token?
- Is there any way to get a new Azure CLI token without logging out?
- Code a Delegated Permission in Azure Powershell
- Service Principals I create are not being created as mine
Related Questions in WINDOWS-SERVER-2012
- Command prompt doesn't appear on Ease of access option at logon screen after trying to reset Windows Server 2012 Administrator password
- Java .jar file not working as expected after an edit
- Not getting any output of a query when hosted site on IIS server but it is running fine on windows powershell
- I have setup ADDS on a VM in GCP and I want to Connect my local machines/laptops/workstations to that domain controller how is this possible
- PowerShell script won't run as local user or administrator
- AWS 'Amazon MQ' - Rabbit MQ error: The client and server cannot communicate, because they do not possess a common algorithm
- service accounts in windows server 2016
- How to deploy selenium project in .NET core to a windows Server
- Windows server nginx peak shaving and valley filling configuration
- How to Exclude Files and Folders from Volume Shadow Copy (VSS) Backups
- Windows 2012 server End of support - Azure
- How to publish Blazor WASM Core Hosted using Web Deploy from local Visual Studio 2022 to IIS in a remote W2012 server?
- Cannot get .Net Framework 4.8 to install on Windows Server 2012 Standard
- Server Resources Overloaded by C# Script
- I can't connect to AWS EC2 Windows Instance from WinSCP (local laptop machine)
Related Questions in DOMAINSERVICES
- AWS Directory Service, can't assign "Domain Admins" to Admin user to correct permissions issues
- Get distingushed name of the AD Logged user from the local computer?
- Usage of domain services as data provider to entities and value objects
- Setting a User Group with an Array using Active Directory Domain Services VB.net
- DomainOperationException in Silverlight Project with RIA Services
- DDD: The problem with domain services that need to fetch data as part of their business rules
- How do you mount Azure Files using AD credentials?
- DDD - domain service to store entity in not primary infrastructure
- Azure AD DS and Roaming Profiles
- Can domain event be raised in domain service?
- Can a domain service inject multiple repositories or operate with different aggregate roots?
- How to manage Domain TXT record. What are limitations
- Verify the entity properties at run time from a dictionary of conditions in c#
- Is it possible to (how) to lock a domain server behind a password?
- Connect Azure VM and On Prem Server to Azure Active Directory Domain Services
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It's possible, you can deploy ADDS server role, join domains and many other things on Azure as what you can do on-premise. In this case, you have to do three steps:
Alternatively, you could use Azure AD to create an Active Directory domain in the cloud and connect it to your on-premises Active Directory domain. Azure AD Connect integrates your on-premises directories with Azure AD. In this scenario, you could have an on-premises Active Directory domain first.
Moreover, you could refer to this article to choose a solution for integrating on-premises Active Directory with Azure.