Comments
-
Set-SwisObject $swis -Uri $uri -Properties @{VLAN='vlan_test'; Comments='description_teste_script'; Location='adresse_teste'}
-
$customProps = @{ DI = "test1"; Date_changement = "test"; Nom_utilisateur = "amasa03"; Type_segment = "Serveurs" } $uri = "swis://xxxxxxxxxxxxxxxxxx/Orion/IPAM.GroupNodeDisplayCustomProperties/GroupId=$($groupeId)/CustomProperties"; #update the costum prop Set-SwisObject $swis -Uri $uri -Properties $customProps
-
solved.
-
thank you, it's working i had to run with another account.
-
i'm using IPAM.SubnetManagement verb CreateSubnet
-
yes it returns the nodes..
-
yes! i can add the subnet via the console but not via the script
-
hello, thanks for your response. the version is 2020.2.4
-
Import-Module SwisPowerShell Add-PSSnapin SwisSnapin $swisCred= Get-Credential -Message "enter" $swis = Connect-Swis -Host "xx.xx.xx.xx" -Credential $SwisCred Invoke-SwisVerb -SwisConnection $swis -EntityName "IPAM.SubnetManagement" -Verb "CreateSubnet" -Arguments @("10.10.1.0", "21")
-
my connection to solarwinds is good, and i'am an admin. i don't understand why it doesn't work.
-
when i try to run this command Invoke-SwisVerb $swis IPAM.SubnetManagement CreateSubnet @("10.10.1.0","21") i got an access denied.