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

Führt ein Powershellscript aus

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | Powershell Script |

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

xxx

### Beispiel

```
RunPowerShellScript("Set-ADUser -Identity \""+Ls_UserName+"\" -ChangePasswordAtNextLogon $true");
```

### Siehe auch

---
