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

Verschiebt ein Objekt im AD.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | Bestehender Object Distinguished Name (DN) |
|  | [string](../../standard-datentypen/string.md) | Neuer DN mit LDAP Pfad |

### Rückgabewert [void](../../standard-datentypen/void.md)

nichts

### Beispiel

```
ADMoveObject(Ls_OUPath, Ls_UserPath);
```

### Siehe auch

---
