Ok, then I would do the following using Orion SDK:
- Find out which nodes are/aren't licensed by NCM. SWQL:
SELECT n.NodeId, n.Caption,n.NCMLicenseStatus.LicensedByNCM
FROM Orion.Nodes as n - Add these nodes to NCM using the following verb for one node:
AddNodeToNCM(NodeId)
Jiri