Comments
-
I tried with user@domain domain\user and user but the error persist.
-
$hostname = "orion.server.com" $username = "user@domain.com" $password = $PSScriptRoot+"\orion_creds\password.txt" $keyfile = $PSScriptRoot+"\orion_creds\AES.key" $key = Get-Content $keyfile $cred = New-Object -typename System.Management.Automation.PSCredential -argumentlist $username, (Get-Content $password |…
-
When i run Invoke-SwisVerb $swis IPAM.SubnetManagement GetFirstAvailableIp @("10.10.1.0", "24") i have: Invoke-SwisVerb : Access denied En D:\PowerShell\orion_ipam.ps1: 25 Carácter: 1 + Invoke-SwisVerb $swis IPAM.SubnetManagement GetFirstAvailableIp @("10 ... +…
-
I installed it that way but I have the same error. Any ideas?
-
Could you tell me which DLL? Thank you