|
Parameter
|
Required
|
Type
|
Description
|
|---|
|
Identity
|
Required
|
Microsoft.Exchange.Configuration.Tasks.ADRawEntryIdParameter
|
The Identity parameter specifies the identity of the object that's getting permissions added. You can specify either the distinguished name (DN) of the object or the object's name if it's unique. If the DN or name contains spaces, enclose the name in quotation marks (").
|
|
Instance
|
Required
|
Microsoft.Exchange.Management.RecipientTasks.ADAcePresentationObject
|
The Instance parameter enables you to pass an entire object to the command to be processed. It's mainly used in scripts where an entire object must be passed to the command.
|
|
Owner
|
Required
|
Microsoft.Exchange.Configuration.Tasks.SecurityPrincipalIdParameter
|
The Owner parameter specifies the owner of the Active Directory object. If the name of the owner contains spaces, enclose the name in quotation marks (").
The Owner parameter can only be used with the Identity parameter and no other parameters.
|
|
User
|
Required
|
Microsoft.Exchange.Configuration.Tasks.SecurityPrincipalIdParameter
|
The User parameter specifies the user that the permissions are being granted to on the object. If the name contains spaces, enclose the name in quotation marks (").
|
|
AccessRights
|
Optional
|
System.DirectoryServices.ActiveDirectoryRights[]
|
The AccessRights parameter specifies the rights needed to perform the operation. Valid values include:
-
CreateChild
-
DeleteChild
-
ListChildren
-
Self
-
ReadProperty
-
WriteProperty
-
DeleteTree
-
ListObject
-
ExtendedRight
-
Delete
-
ReadControl
-
GenericExecute
-
GenericWrite
-
GenericRead
-
WriteDacl
-
WriteOwner
-
GenericAll
-
Synchronize
-
AccessSystemSecurity
|
|
ChildObjectTypes
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.ADSchemaObjectIdParameter[]
|
The ChildObjectTypes parameter specifies what type of object the permission should be applied to.
The ChildObjectTypes parameter can only be used if the AccessRights parameter is set to CreateChild or DeleteChild.
|
|
Confirm
|
Optional
|
System.Management.Automation.SwitchParameter
|
The Confirm switch causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm switch.
|
|
Deny
|
Optional
|
System.Management.Automation.SwitchParameter
|
The Deny switch specifies whether to deny permissions to the user on the Active Directory object.
|
|
DomainController
|
Optional
|
Microsoft.Exchange.Data.Fqdn
|
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to Active Directory.
|
|
ExtendedRights
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.ExtendedRightIdParameter[]
|
The ExtendedRights parameter specifies the extended rights needed to perform the operation.
|
|
InheritanceType
|
Optional
|
System.DirectoryServices.ActiveDirectorySecurityInheritance
|
The InheritanceType parameter specifies whether permissions are inherited.
|
|
InheritedObjectType
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.ADSchemaObjectIdParameter
|
The InheritedObjectType parameter specifies what kind of object inherits this access control entry (ACE).
|
|
Properties
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.ADSchemaObjectIdParameter[]
|
The Properties parameter specifies what properties the object contains.
The Properties parameter can only be used if the AccessRights parameter is set to ReadProperty, WriteProperty or Self.
|
|
WhatIf
|
Optional
|
System.Management.Automation.SwitchParameter
|
The WhatIf switch instructs the command to simulate the actions that it would take on the object. By using the WhatIf switch, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf switch.
|