Hi All,
While creating custom task in SCSM 2012 R2. I am facing below error:
1. Below is the task created in Task Pane:
2. Getting error while running the task:
Please help on the above
Technology Tips and News
Hi All,
While creating custom task in SCSM 2012 R2. I am facing below error:
1. Below is the task created in Task Pane:
2. Getting error while running the task:
Please help on the above
Call a remote computer in compmgmt.msc should look like this:
compmgmt.msc /computer:computername
It seems you are missing the "/computer" in your custom task.
Hope this helps.
Hi,
I added /computer:computername, but still it popped up with same error.
Below are the format's that used:
1. C:\Windows\System32\compmgmt.msc /computer:PrincipalName$
2. C:\Windows\System32\compmgmt.msc /computer:computer
Yes, it will open up computer management console.
Feeling some gap here. I need to remotely connect computer management with tagged asset in incident ticket.
I've tried it as well. Weird behavior of SCSM.
The only workaround so far I found:
Create a batch file with the following content and name it "StartCompmgmt.bat":
compmgmt.msc /computer:%1
I stored the bat-file in "C:\Windows\System32\"
Create your task and configure like this:
It doesn't "look" nice. But it's working at least.
Yup !!
Now that's work's .. Thanks for Help .... Really appreicated
The only thing I have to do, keep a copy of that batch file @system32 folder where console installed. :-)