---
title: "ADRenameObject (Opus Funktion)"
---
### Beschreibung

xxx.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | OU Path |
|  | [string](../../standard-datentypen/string.md) | Neuer Name (ohne OU-Pfadangabe) |

### Rückgabewert

xxx

### Beispiel

```
ADRenameObject(Ls_OUPath, "CN=" + Ls_FullNamePlus);
```

### Siehe auch

---
