Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docset/winserver2025-ps/ActiveDirectory/Set-ADUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,8 @@ Accept wildcard characters: False
Specifies an array of principal objects. This parameter sets the
**msDS-AllowedToActOnBehalfOfOtherIdentity** attribute of a computer account object.

You can specify the Distinguished Name of an account when it is from the same domain as the account in focus. When you want a security principal from another domain, you need to construct an ADPrincipal object with the desired account, for example using Get-ADGroup.

```yaml
Type: ADPrincipal[]
Parameter Sets: Identity
Expand Down