jjwerkman
Results
2
issues of
jjwerkman
Does someone have already created a plugin for DirectAdmin once? Or does anyone have experience with this type of DNS?
enhancement
Any idea why 'Get-Credential' (and enter credentials manually) works but using this code doesn't? $ApiUser = "[API-username]" $ApiSecret = ConvertTo-SecureString "[API-password]" -AsPlainText -Force $Creds = New-Object System.Management.Automation.PSCredential ($ApiUser, $ApiSecret) Connection...