I have a windows 2012 R2, And I want to add home path for my users according to their respective ou i want it to look like this :
\WinServer-DC\sharingZone%ou%%username%
my AD Arch :
Site
->Department
->->user
how to reference organizational unit in home path[windows-server-2012]
245 views Asked by Baba Hs At
1
There are 1 answers
Related Questions in ACTIVE-DIRECTORY
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Dropdown list showing SQLServer2005SQLBrowserUser$DONSERVER instead of Active Directory group name in ASP.NET MVC C#
- Connecting to SQL Server and performing BULK INSERT from Linux Container
- Running wmi queries as a non-admin user on a remote machine using C#
- How can we make an environment specific Token-based authorization using Ping Token?
- Reuse SSL certificate from the personal certificate store across services such as RDP and Federated Sign In
- Adding user in AD using powershell
- Netbox in docker LDAP authentication
- PowerShell Script Install-ADDSDomainController Error
- Get username of logged in user while using Domain Admin privileges
- Populate Simple AD from LDAP
- Python LDAP3 Changing Account Values
- Powershell - Exporting MemberOf to csv file from active directory
- Filtering users from a CSV then removing those filtered users from specific security groups with Powershell
- Nested Expression in Powershell returning part of Expression
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 WINDOWS-ADMINISTRATION
- 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
- How to read NT Security Descriptor?
- Weird Port in use issue under Windows 10
- Trouble adding test to output (enabled system administrators)
- Setting Default Printer in Windows RDP Based on Client Location (Building)
- DSC Configuration 'AD' completed with error(s). Following are the first few: WinRM cannot process the request
- When executing PowerShell-Script to install software over jenkins, admin user on node lacks permissions to install
- Is there any way to create a local admin account in windows server machines with password stored in Azure key vault and should update when rotated
- How to get windows user account type, even if user is disconnected from domain?
- Automatic sorting of new folders Windows
- Working with unusual date formats in Powershell?
- How do I rename all files from folder to xxx{incremental}.jpg using command prompt
- Windows Server 2019 MYSQL Connection Slow with intermittent problems
- how to reference organizational unit in home path[windows-server-2012]
- Return Escalated Powershell Variable to VBScript
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?
Popular Tags
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)
You can achieve this by setting the home path (profile folder path) by setting it to the hierarchical path for user object in active directory. You can create a network share drive which is always available to the active directory server and connect it as a share drive on the server and configure the directory structure as that of in active directory as below.
CN=KarthikB,OU=TestOU1,DC=contoso,DC=com– Active directory object path\\contoso\TestOU1\KarthkB- home path directory structure Please find below screenshot to set the home path for particular user in active directory .