Intel vPro® Platform
Intel Manageability Forum for Intel® EMA, AMT, SCS & Manageability Commander
2827 Discussions

Running OOBMC outside of SCCM

idata
Employee
1,038 Views

Hello,

A while back I received a .vbs script and docs from Intel on running the AMT OOB Management console outside of SCCM.

The script didn't work and didn't satisfy my need.

The problem I have is my normal login account is too large to work on all of our AMT devices. It's a Kerberos token size issue.

The solution is to logoff and login with a test account that has a small Kerberos token size. This introduces other problems with accessing network shares without logging off and back on again. So I set out to create a script using cmd line, see below.

This script will get the additional data via a WMI query to the SCCM server and then run the runas command on the oobconsole.exe.

You will need the SCCM console installed. Change the 2 variables at the top of the script and you are good to go.

This should work on XP, Vista and 7.

No warranties expressed or implied. Use at your own risk, yada, yada, yada.

________________________________________________________________

@echo off

:ClearVariables

set _Version=1.0

set _pcname=

set _SID=

set _newloginas=

::***********************************************

:: Change these Variables for your environment

set _loginas=DOMAIN\USER

Set _SCCMServer=FQDN of SCCM Server</p...

0 Kudos
0 Replies
Reply