Hello,
I am trying to add a large number of subnets to IPAM and allow my users to do it.
Currently, the user has full ADMIN privileges to IPAM and the script does not work. BUT if I give them full admin permissions to solarwinds it works.
NPM: 12.1
IPAM: 4.5.1
Powershell 5
and will be months before we upgrade.
Second question - how do I connect as another domain user using swispowershell? right now passing `-trusted` works but it would be nice to make it so my users admin credentials are the only ones with permissions.
this code doesn't work :
#username is 'domain\user' format
$cred=get-credential
connect-swis -hostname $solarwinds -username $cred.getnetworkcredential().username -password $cred.getnetworkcredential.password