# WriteOwner

```
攻击者可以更新目标对象的所有者。一旦对象所有者更改为攻击者控制的主体，攻击者就可以以他们认为合适的任何方式操纵对象。这可以通过 Set-DomainObjectOwner（PowerView 模块）来实现。
此 ACE 可被滥用于即时计划任务攻击，或用于将用户添加到本地管理员组。
>Set-DomainObjectOwner -Identity 'target_object' -OwnerIdentity 'controlled_principal'
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.heresecurity.wiki/heng-xiang-yi-dong/activedirectory-de-acl-he-ace/writeowner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
