Start a Conversation

Unsolved

This post is more than 5 years old

83395

March 23rd, 2014 16:00

OMCI 8.2.1 - PowerShell CIM cmdlets - ChangeBootOrder

I've been looking for hours at this, but I can't seem to get the Invoke-CimMethod cmdlet working with the ChangeBootOrder method in OMCI 8.2.1.

Is there anyone who got this working ?

All the examples I found seem for earlier OMCI releases, or use the Get-WmiObject cmdlet.

August 4th, 2014 01:00

The following command should be able to help out

Invoke-CimMethod [-ClassName] [[-Arguments] ] [-MethodName] [-ComputerName ] [-Namespace ] [-OperationTimeoutSec ] [-Confirm] [-WhatIf] [ ]

The example of the same would be like

Invoke-CimMethod -ClassName DCIM_BootConfigSetting  -MethodName -Namespace "root/dcim/sysman" @{Argument1="New Bootorder  array", Argument2="password (if any)","argument3=null} 

No Events found!

Top