The most recent content from our members.
Hello Thwack Community, Looking to automate the creation of custom query / swql resources. Here is what I have from the Metadata.VerbArgument table in SWQL Studio filtering on the 'AddResourceToView' activity - **REQUIRED - Name: viewID = ViewID to add resource to - I’m good on this. **REQUIRED - Name: config = This is…
I want to be able to Modify the value of a Volume Custom Property but can not seem to find the correct SWIS VERB syntax. # Get the Node information I need $NODE = Get-SwisData $swis "SELECT NodeID,Caption,SysName,DNS FROM Orion.Nodes WHERE DNS=@DNSFQDN" @{ DNSFQDN = $DNSFQDN } $NODEID = $NODE.NodeID #Using the NodeID QUery…
I need to update several hundred Citrix Hosts to check the DHCP box under host properties. I can't find a Swis verb that will let me update the "DynamicIP" field in the Orion.Nodes table. I was looking at Set-SwisObject but it appears that is only for Custom Properties. Please point me in the right direction.
It looks like you're new here. Sign in or register to get started.