System Requirements
System Requirements¶
- Powershell 3.0 or newer
- .Net Framework 4.5 or newer
- Export:
- AD-Account with read-access to given environment
- Import:
- AD-Account which is a member of:
- Organization Management
- Domain Admins
- Powershell allowed to run unsigned scripts
- AD-Account which is a member of:
Set execution policy to run unsigned scripts¶
Powershell (Run as admin):
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force
Embedded 3rd party libraries¶
- Renci.SshNet.dll (Used for SFTP-upload)
- System.Management.Automation.dll
- Microsoft.PowerShell.Security.dll
- Microsoft.PowerShell.ConsoleHost.dll
- Microsoft.PowerShell.Commands.Utility.dll
- Microsoft.PowerShell.Commands.Management.dll