Allow a feature to ease the load of multiple users or groups for creation on AD.
This is particularly helpful when creating multiple users\groups at once.
Hello Chris FQML, you could use an OpenTemplate with a TextArea and then pass the user to a PowerShell script. The same would work for groups as well. In the PowerShell script you only need a foreach loop and the passed names of the users. You can also define the SAM and many other LDAP attributes in the script.
Hey CK, how does one pass the user into a powerscript? And how does one define attributes into a script as well? I've been wanting to pass variables from a given user creation template to a powershell script
Thank you, CK, for sharing your idea. I appreciate your suggestion, but I must admit that as a non-programmer, I have faced challenges in working with Open Templates and understanding how to effectively utilize them. Similar to bp00's comment, I lack the knowledge to code the necessary script for passing user variables to ARM. Additionally, the absence of an Open Template Library further complicates the management of specific requirements.
Considering these difficulties, I believe it would greatly benefit users like us if ARM incorporated this functionality as a built-in feature. By doing so, it would alleviate the complexities associated with coding and provide a more user-friendly experience, allowing us to better manage and fulfill our specific requirements.