This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ActiveDirectory.
Summary
Creates an Active Directory user given the specified properties.
- Assembly
- Cake
.ActiveDirectory .dll - Namespace
- Cake
.ActiveDirectory .Users - Containing Type
- UserCreate
Syntax
public void CreateUser(string samAccountName, string ouDistinguishedName, UserSettings settings)
Parameters
Name | Type | Description |
---|---|---|
samAccountName | string | The SAM account name. |
ouDistinguishedName | string | The OU distinguished name. |
settings | UserSettings | The user settings. |
Return Value
Type | Description |
---|---|
void |