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
Contains functionality related to managing Active Directory.
- Assembly
- Cake
.ActiveDirectory .dll - Namespace
- Cake
.ActiveDirectory - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ActiveDirectoryAliases"]
class Type type-node
Syntax
public static class ActiveDirectoryAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
AddUser |
void |
Creates a new user in the specified active directory.
static
|
DeleteUser |
void |
Deletes user in the specified active directory.
static
|
DisableUser |
void |
Disables a user account given the specified properties.
static
|
Find |
string |
Finds attribute value by Property Value.
static
|
Find |
IList |
Finds all users in an organization unit.
static
|
Find |
string |
Finds Distinguished Name by Property Value.
static
|
Find |
string |
Finds User Principal Name by Property Value.
static
|
Update |
void |
Updates a user's oraganization unit, given the specified properties.
static
|
UpdateUser |
void |
Updates a user account given the specified properties.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|