!swListResourcesActivateDiscoveredInterfaces.apm-templatePowershell script with Argument applies to a remote node#powershell to activate application on nodes that are cisco nexus#https://github.com/solarwinds/OrionSDK/blob/master/Samples/PowerShell/NPM.DiscoverAndAddInterfacesOnNode.ps1#Script Arguments: Arg[0]=0 or 1 for custom swqlquery ie; where vendor='Cisco' and machinetype like '%nexus%', Arg[1]=node ie;${Node.DNS},Arg[2]=ip ie;${IP},Arg[3]=APE ie;localhostreport:SELECT TOP 1000 it.description,n.caption, n.engineid, * FROM [dbo].[Interfaces] as ijoin nodes n on i.nodeid=n.nodeidjoin interfacetypes it on it.type=i.interfacetypewhere n.vendor='Cisco' and n.machinetype like '%nexus%'