Unsolved
This post is more than 5 years old
2 Posts
0
1271
August 26th, 2016 08:00
Remote execution of OME commands via powershell script.
Team,
Ran into an issue while running OME commands from a remote system (HPSA). The script when manually run works fine but fails to run the command when remotely called.
Am i missing anything here? Any help is appreciated.
import-module "D:\Program Files\Dell\SysMgt\Essentials\Tools\CLI\Dell.OME.CLI.dll"
import-module "D:\Program Files\Dell\SysMgt\Essentials\Tools\CLI\Dell.OME.Web.Net.ServiceReference.dll"
import-module "D:\Program Files\Dell\SysMgt\Essentials\Tools\CLI\Helpers.Extensions.Cli.dll"
import-module "D:\Program Files\Dell\SysMgt\Essentials\Tools\CLI\Dell.OME.CLI.Utils.dll"
Remove-Device -DeviceName abc.******.com
No Events found!