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: 1 addition & 1 deletion docset/winserver2025-ps/ActiveDirectory/Set-ADComputer.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ Accept wildcard characters: False
Specifies the accounts which can act on the behalf of users to services running as this computer account.
This parameter sets the **msDS-AllowedToActOnBehalfOfOtherIdentity** attribute of a computer account object.

`Running Set-ADComputer without specifying the first principal will cause it to get overridden`
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[]
Expand Down