How can i pass values to Orion.Accounts to Create an Account using powershell?
$groupId = (Invoke-SwisVerb $swis "Orion.Accounts" "CreateAccount" @(
([xml]@(
"<AccountType>System</AccountType>","<dictionary></dictionary>"),([xml]@(
"<dictionary xmlns='http://schemas.solarwinds.com/2007/08/informationservice/propertybag'>$newNodeProps</dictionary>")).DocumentElement).InnerText
Also, How to pass property parameter to dictionary element?