Home > Intel Communities > Open Port IT Community > Intel® vPro™ Expert Center > Blog > Tags > vpro
1 2 3 4 5 ... 20 Previous Next

Intel vPro Expert Center Blog

289 Posts tagged with the vpro tag
0

With Intel vPro Technology allowing for improved remote management via reliable power-on, boot redirection, and so forth - using the technology in a day-to-day environment might reveal some unexpected behaviors.

 

The unexpected behaviors are not necessarily the technology, but how the technology is used.

 

Outside of Intel vPro technology, how responsive is an IT infrastructure during the morning hours?  Consider that workers are powering on systems, logging in, getting email downloads, opening intranet sites\applications, etc.   From an IT infrastructure perspective, there will be noticeable uptake on system\infrastructure resources as logon requests are processed, web pages are served up, etc.   It's like the morning commute where you and a few thousand others are trying to get onto the highway...    (and for those out there that enjoy working from home, you're not isolated.   The IT infrastructure still has to handle the VPN connectivity, email downloads, etc, etc)

 

Well - Intel vPro technology is sometimes blamed for unexpected traffic or application responsiveness issues.   For example, a collection of systems are scheduled to power-on at 3am for patching\maintenance.  Intel vPro technology will help in powering on the target collection of systems - be it a few hundred or a few thousand.   The nature of the Intel vPro technology communications is unicast, and there is an authentication with possible encryption process that has to happen.   If Kerberos authentication is needed, that means that the management server is utilize Microsoft Active Directory Kerberos authentication to login to the Intel vPro technology of the target systems, followed by sending the desired commands.   That whole communication cycle might be a few 100kb of data on the network - relatively minimal.  But - when that 100kb is replicated a few hundred or thousands times for a per instance between management server and target client systems, the traffic will be higher on the network and applications queues.

 

Let's play out this scenario one step further.   A collection of systems (again few hundred or few thousand depending on your collection size\structure) are powering on with agents\services starting up, and some of those agents are attempting to authentication and communicate on the network.   It may be network authentication due to endpoint access control (i.e. 802.1x, NAC, NAP, etc).   It may be a check-in and update sequence with an internal patching, security definition update server (i.e. McAfee), and so forth.   What might be a viewed as a flood of traffic on the network should not be targeted as the fault of Intel vPro technology... but in how the technology was utilized, and how available the infrastructure was to handle the flood of requests.

 

Similarly, using Intel vPro technology to power-off a collection of systems would be equivalent to pressing\holding the power button on all of the systems to force a hard shutoff.   The power-on or power-off sequence via Intel vPro technology directly changes the power state from S0 (system on) to S5 (system off).   For some applications or services this might cause corruption of file cache, logs, data, and so forth.   A better approach would be to utilize a graceful power-off for a healthy operating system environment.   This can be done via WMI call, management agent, windows script with command like "shutdown -s -f -t 5", and so forth.   Intel vPro technology is talking directly to the hardware, is operating system agnostic, and was meant to be utilized in scenarios where the host operating system was unavailable or inoperable.

0 Comments Permalink
0

I went onsite to CA EDD a month back and talked w/ their IT team. Here's what they said about their upcoming integration and implementation of Intel vPro Technology.   We're headed back out soon to hear how it went and the challenges.   Meeting with Western Blue, EDD & HP teams was a great experience to see all groups at the table.   Symantec/Altiris has been a key partner in driving success through the integration.

 

Stay tuned for more info.

0 Comments Permalink
0

Hey everyone!

 

We hosted a great webinar this morning to provide the basics on Intel vPro technology. It was a very interactive session and we had Josh in the audience who piped up with some good comments AND some good humor. :-D We referred to quite a few helpful resources in the webinar, which I e-mailed to all of the registrants afterwards. If you missed my email, here are the links:

 

Webinar Recording

If you missed the live event, you can now watch the recording!

http://vproexpert.com/E24VZ/Training/Intro_to_Intel_vPro_Technology.wmv

 

Webinar Slides

Want to download the deck? It's attached to this blog post.

 

Intel® vPro™ Heartbeat Newsletter

A bi-weekly newsletter that announces training, user docs, downloads, and other news about Intel® vPro™ technology.

 

 

Intel® AMT Scan Tool

This tool identifies the vPro systems in your environment.

http://communities.intel.com/docs/DOC-2061

 

Information about Intel® Anti-Theft Technology

http://communities.intel.com/docs/DOC-3266

 

Webinar Archive

http://communities.intel.com/docs/DOC-3492

 

Demo Video

 

0 Comments Permalink
1

Pre-OS vPro Provisioning

Accolades to Frank Engelman

 

Problem Statement
Enterprise customers want to be able to “drop ship” a PC to an employee’s desk, direct from the OEM, with no special OS build provided by the OEM… and have the complete customer OS Build take place without a local technician present. This removes the need for taking the employee PC to a service desk or dispatching a technician.


Desired Process
The employee has no special knowledge or tools or software, but is able to un-box the PC, connecting to the LAN and power, turn on the PC.
In addition to the above steps, the employee receives a non-unique CD or UFD (USB Flash drive) containing a program to start Intel vPro Technology provisioning. The employee inserts the CD/UFD and boots off the media. Note, this requires BIOS to have CD/UFD ahead of the hard drive in boot order, or the employee must be given instructions on how to pick the boot device (typically F12 key). The employee was previously emailed a “name” to enter for the system when prompted during this process.

 

 

 

 

vPro based solution

The CD/UFD contains a program that performs the following operations:


  1. Boots the PC from a WinPE image installing WMI support, scripting support and the proper NIC drivers
  2. Reads the MAC address and UUID from the system
  3. Loads the correct version of the Intel vPro HECI drivers
  4. Prompts the employee to enter the system name they were given
  5. Uses Microsoft WMI to contact the Microsoft SCCM Provisioning Server and adds the machine name into the proper collection with the collected information...UUID, MAC and system name
  6. Starts Intel vPro activator to complete vPro provisioning

 

Overview of building the CD/UFD program
This program is based on Microsoft WinPE, which is created using Microsoft Windows Automated Installation Kit (WAIK). It also utilizes the Intel Automated SCCM Bare-Metal Provisioning tool, ZTCLocalAgent.exe & StatusStrings.dll which are available on the vPro Expert Center. The Intel NIC (Network Interface Controller) drivers and Intel HECI drivers are available on the Intel support site. The steps to create the image and sample code are listed below.

  1. Extract the basic WinPE image using the WAIK
  2. Mount the WinPE image
  3. Add additional packages
  4. Add the Intel NIC drivers
  5. Un-mount the WinPE image
  6. Replace default boot.wim file
  7. Add the Intel vPro HECI drivers
  8. Add the support scripts
    1. Additions to Startnet.cmd
    2. SetupHECI.cmd
    3. GetSystemName.vbs
    4. Pre-OS-Provsioning.vbs
    5. SCCMAUTO.VBS (Bare Metal Provisioning)
    6. ZTCLocalAgent.exe
    7. StatusStrings.dll
  9. Create the CD or UFD from the ISO

 

 

 

Detailed steps in program creation:

 

  1. Install the Microsoft WAIK and open the Deployment Tools Command Prompt
  2. Create a WinPE folder-> CopyPE.cmd X86 c:\winpe_x86
  3. Mount the image-> imagex /mountrw c:\winpe_x86\winpe.wim 1 c:\winpe_x86\mount
  4. Add Scripting Package-> peimg /install=WinPE-Scripting-Package c:\winpe_x86\mount\windows

  5. Add WMI Package->  peimg /install=WinPE-WMI-Package c:\winpe_x86\mount\windows

  6. Add NIC drivers-> Intel NIC drivers for systems used in your environment to in this manner:
    peimg /inf=c:\drivers\XXX.inf c:\winpe_x86\mount\windows

  7. c:\winpe_x86\mount\windows\system32\DriverStore\FileRepository

  8. Add Custom Script -> Add Custom Script-> Edit c:\winpe_x86\mount\windows\system32\Startnet.cmd and add the following:f.e1.png

  9. Un-mount the image-> imagex /unmount c:\winpe_x86\mount /commit

  10. Copy c:\winpe_x86\winpe.wim c:\winpe_x86\ISO\sources\boot.wim

  11. Add AMT HECI Drivers-> Create c:\winpe_x86\ISO\AMT and drivers for every version of AMT used in your environment naming the folders AMT2, AMT3, AMT4, AMT5

  12. Create HECI Installer-> Create a c:\winpe_x86\ISO\AMT\SetupHECI.cmd file with the following:

    1. f.e2.pngNote: You only need to include the AMT Versions used in your environment

  13. Create GetSystemName.vbs-> Create a c:\winpe_x86\ISO\AMT\GetSystemName.vbs file with the following:

    1. f.e3.png

  14. Create Pre-OS-Provision.cmd-> Create a c:\winpe_x86\ISO\AMT\Pre-OS-Provision.cmd file with the following:

    1. f.e4.png

  15. Copy SCCMAUTO.VBS-> Copy the sccmauto.vbs from the Intel VPRO Expert Center to c:\winpe_x86\ISO\AMT

  16. Copy ZTCLocalAgent.exe-> Copy the ZTCLocalAgent.exe from the Intel VPRO Expert Center to c:\winpe_x86\ISO\AMT

  17. Copy StatusStrings.dll-> Copy theStatusStrings.dll from the Intel VPRO Expert Center to c:\winpe_x86\ISO\AMT

 

If creating a bootable CD, create the ISO as follows:


Oscdimg –n –bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso

If creating a UFD,perform the following steps on a Windows Vista system:

f.e5.png

 

xcopy c:\winpe_x86\ISO\*.* /s /e /f e:\  (Assuming your UFD is drive letter e:  )

 

Program Usage:
Boot the system off the CD or UFD device

 

WinPE is loadingf.e6.png
WinPE is Startingf.e7.png

StarNet.cmd...

Loading HECI Drivers

f.e8.png

Prompt for System Name

 

Employee enters system name and clicks OK

f.e9.png
SCCMAUTO.vbs runningf.e10.png

ZTCLocalAgent.exe running...

 

Note Setup and Configuration is completed

f.e11.png

 

PC has now been vPro Provisioned!

1 Comments Permalink
6

A while back I was lamenting the fact that Intel vPro technology promises to end the need (at least among businesses at the moment) for all of the creative low-tech fixes we all use when our PCs crawl onto the shoulder of the Internet and expire as if they've just ran out of electrons.  I asked you for your most useful low-tech fixes and many of you responded.  We also made this video that captured the secret tricks some San Franciscans use to pump life back into their under-the-weather PCs.

I asked my buddy Dave Buchholz in Intel’s internal IT group if he had any low-tech fixes.  Dave’s title is IT Technology Evangelist.  If his title conjures up the vision of someone perched atop an equipment cabinet with a tech manual cradled in one arm and soldering iron raised high in the other, well, that’s Dave.  He’s an accomplished IT professional and something of an IT historian as well.

Dave recalls years back that there was a period when the bearings in certain hard drives were typically the first thing to go.  An audible clicking noise was the giveaway to the problem.  Dave says he’d put the ailing drives in a freezer where the bearings would contract slightly as they froze. Once back on a computer, the chilled drives would spin just long enough to offload the data.  Dave must have been working for a appliance company at the time because his fix for a gummed-up keyboard was to run it through a dishwasher.  Dave, this was a specialized IT dishwasher?

I say low-tech, but when I asked readers to document their surefire fixes for getting their failed computers running again, solutions ranged from the spiritual (“shut down and restart and pray”) to "alchemy” (interestingly from an IT pro) with some tech solutions mixed in.

In the interest of archiving the responses for businesses who may not yet have vPro or consumers interested in bettering their computer capabilities, I’ve taken a shot below at cataloging those I deem key for quick reference.  I’ve placed them under appropriate tags that will make them easy to reference when the need arises.

vPro, of course, makes it possible to diagnose and fix problems even in computers that are turned off, or have toasted operating systems or hard drives, and it’s capabilities are now reaching the small-business world with Intel IT Director and even virtualized worlds.  Nonetheless, not everyone has vPro.

For that reason, this undoubtedly will become a watershed resource.  So, it’s important that it is complete and thoroughly thought through. If you want to propose a category to those below and add any solutions from the complete list of fixes into it or suggest fixes of your own, now is the time to append them in the comments before catastrophe strikes.

My thanks along with the appreciation of those who may eventually need this resource to all of you who contributed.

PC Fixes in Absence of Intel vPro Technology

KISS

Turn it off and on

Slightly Less Simple

Ctrl+Alt+Del, then task manager and ending a whole bunch of tasks so only a few are left. If that doesn't work, restart the computer…after two minutes.

KISS Plus

Turning it off and then turning it back on again. Then hitting it really hard and see if something gets knocked loose.

Wisdom from IT Pros (Apparently from different schools, however)

Extend the life of your computer - buy a desktop KVM and instead of chucking out the PC keep it as an internet-browsing "NetTop". Also useful for long-lasting downloads. Use the KVM to flick between your "main" PC and the NetTop

Black tape. Or sometimes a good kick will do.

Confidential – Not To Be Shared with the IT Department

Defrag, registration defrag and spyware removal

Complete Emotional Breakdown

Start crying, hit the delete button 1,000 times, and if all else fails call my sister and have her boyfriend save me from my tech catastrophe

Tears - it must be the salt or maybe the computer gods taking pity on me but it seems to work

Reboot, reboot, reboot!

Oxygen Depleted Environments

Worst comes to worst, I always just take the battery out of my laptop and let it "breathe" a bit before plugging it back in and booting it up

Try blowing air into any port - battery, power cord, usb port -- sometimes it actually works

Call In the Marines

Call my dad; he's some kind of a computer engineer

Pick the Right Man

Pawning it off on my boyfriend to fix!

Man Up and Do What Feels Right!

I've become very accustom to using hibernate and sleep modes. Why bother with a full shutdown and startup. But - IT support got a little upset…stating I was reckless, the system wasn't "made to do that", and so forth. So - back to the wasted time of shutdown and power-up

When Melt-Down (Structural or Emotional) Is Imminent

Close my eyes and hope the problem goes away

Call the geek squad – ask my children

Don’t Even Mess with It, Refresh

Accelerated upgrade cycle

 

6 Comments Permalink
1

See Josh Hilliker and Ryan Ettl show a demonstration of Remote Management with Fast Call for Help at a local coffee shop in Folsom. See the video below or at this link on YouTube..

 

 

1 Comments Permalink
3

Matt Royer wrote in June about some of the new AMT-related features being included in Service Pack 2 for Microsoft System Center Configuration Manager 2007. I recently installed ConfigMgr SP2 in my lab environment, and wanted to follow up on Matt's post by sharing some screenshots of the new AMT features, for those of you that may not be beta testing SP2

 

** The updated AMT Settings screen, which now features the option to set the power package for the management controller.

 

Sccm Sp2 - Oob Amt Settings Expanded Edited.png

 

** The new Provisioning Schedule screen (no more editing your sitectrl.ct0 file!)

Sccm Sp2 - Oob Provisioning Schedule.PNG

 

** The new main 802.1x & Wireless Profile Configuration screen (there are a couple of detail screens below)

Sccm Sp2 - Oob 802.1x & Wireless.PNG

** The new Wireless Profile Detail screen

 

Sccm Sp2 - Oob Wireless Profile Detail Edited.png

 

** The new 802.1x Profile Detail screen

 

Sccm Sp2 - Oob 802.1x Profile Edited.png

 

I don't have a provisioned client in my lab yet, but once I do, I will see if I can investigate the updated Microsoft OOB Console, and capture some screenshots. As Matt's post stated, there should be added functionality for inputting information into the 3PDS (Third-party data store), so I assume there will at least be that change.

 

Cheers,

 

Trevor Sullivan

Systems Engineer

3 Comments Permalink
0

In IT environments where device naming standards may be coarse, or where users can freely rename their systems at will, you may experience problems managing these clients' AMT firmwares. Since, in order to maintain proper AMT functionality, the OS and AMT hostnames must match, an IT administrator or engineer would likely be interested in finding out which machines do not meet this criteria.

 

With that in mind, I've written a simple SQL query, that can be run against your Configuration Manager database, to determine what devices have mismatching OS and AMT hostnames. I've pasted the text below, but if you want a more nicely formatted version, please see this link at PasteBin.

 

/*
Author: Trevor Sullivan

Date: Tuesday, July 21st, 2009

Purpose: Identify devices whose AMT hostname and OS hostname mismatch
   in the Configuration Manager database

*/

 

select
-- Active Directory site name
[AD_Site_Name0] as 'AD SiteName'
-- AMT hostname (in provisioning record)
, [amt].[HostName] as 'AMT HostName'
-- OS hostname (should match AMT firmware)
, [sys].[Name0] as 'OS Hostname'
-- Retrieve UserID to identify device owner
, [UserName0] as 'UserID'
-- Hardware vendor
, [cs].[Manufacturer0] as 'Vendor'
-- Device model
, [cs].[Model0] as 'Model0'

from v_AMTMachineInfo [amt]

-- Join v_R_System to retrieve AD Site Name field
join v_R_System [sys] on [sys].[ResourceID] = [amt].[MachineID]
-- Joinv_GS_Computer_System to allow us to retrieve make/model information
join v_GS_Computer_System [cs] on [sys].[ResourceID] = [cs].[ResourceID]

where
-- We only want current resource records from ConfigMgr
[sys].[Obsolete0] = 0
-- This condition determines the mismatching hostname in the v_R_System and v_AMTMachineInfo SQL views
and [sys].[Name0] <> [amt].[HostName]

 

Cheers,

 

Trevor Sullivan

Systems Engineer

0 Comments Permalink
2

You’re a small businessperson, and the office computer guy (who actually knows nothing about computers, but was selected because he successfully hooked up a game console to his TV last Christmas) tells you that two of your 10 office PCs are down with viruses or “something,” bringing a halt to a customer proposal that’s on deadline. Two others in accounting keep pausing long enough for workers to take coffee breaks while the systems mull over their keystrokes, pushing the billing process into overtime. Revenue is at a standstill.

“What are my options?” you ask. “We could maybe buy some stuff to upgrade them, and call in a computer repair service,” the computer guy shrugs. Buying new computers in the economic downturn seems a questionable call. The computers are only three or four years old and likely you could get another year or two out of them.

Nonetheless, while you’re small, these decisions aren’t just about survival and cutting back spending. They’re about remaining competitive and having an edge when the Dow Jones climbs for real. And the business doesn’t run without computers. So, what do you tell your computer guy?

OK, I’m an Intel PR guy, so you know where this is going. Nonetheless, bare with me for a bit and there might be some ROI. Rob Crooke, VP for Intel’s Business Client Group, recently tackled some of the key questions around this dilemma in conjunction with a press briefing on a new study by Techaisle. The study looks at the financial aspects of maintaining computers for SMBs.

Here’s what the Techaisle study says: The average maintenance cost for a small business on a computer that’s more than three years old is $545. On the average, that includes $326 for maintenance, $99 for those upgrades you’re considering and $120 for out-of-warranty service costs. If you bought the extended warranty, reduce the latter. If you buy a new computer, the maintenance cost drops to $126, the first-year maintenance cost from a study by Jack Gold (Techaisle doesn’t provide a first-year cost.) So, the difference is $419.

“Yeah, sure,” you say, “but I have to buy a new computer!” Yes, but let’s see how that $419 might cut the pain. PDS has Intel Core2 Duo-based desktop PCs starting at $540 and CDW offers notebooks beginning at $700. If you add Intel vPro for additional manageability and security, you could move up for $699 and $830, respectively. So, you can buy the new desktop system for as low as $121, a 15-month payback. Now, if you’re larger than small, say 50-100 employees, you can see from the chart below that the payback is less than a year, and will actually make you a $40 profit. OK, OK, I’m a PR guy, but cut me some slack. I’m not making up the numbers.

Money Foil.jpg

Now that’s just the hard dollars that Techaisle captured. A new PC can have other benefits – reduced downtime from viruses, improved energy efficiency and enhanced productivity to name a few. So, maybe investing a few dollars could save you money in the slightly longer run and possibly help you keep your revenue flowing.

For more information, you might want to look at the Techaisle study. For a quicker overview check out the fact sheet and white paper, or better see the media briefing with Rob Crooke, ASUSTeK and Gigabyte.

2 Comments Permalink
0

OOB Console Error

Posted by Trevor Sullivan Jun 22, 2009

Hello vPro Experts!

 

Are you having trouble getting the Microsoft Out-of-Band (OOB) Console to connect to your Intel vPro clients? If so, one of the first things you should do, is enable verbose logging in your OOBConsole.exe.config file. This file is located in the following folder: %PROGRAMFILES%\Microsoft Configuration Manager Console\AdminUI\bin. If you open this file in Notepad, you should see a line that looks like <source name="OOBConsole" switchValue="Error">. If you change the text Error to Verbose, you will enable verbose logging for the OOB Console. The next time you try to connect to an AMT device, you should start seeing more detailed logging in the OOBconsole.log file, located in: %PROGRAMFILES%\Microsoft Configuration Manager Console\AdminUI\AdminUILog.

 

If you're seeing this message specifically: GetAMTPowerState fail with result:0x800401F3, then you might have forgotten to install WinRM 1.1 on your Windows XP client running the OOB console. Also make sure that you're running Windows XP Service Pack 3! Once you install WinRM 1.1, this error should magically disappear, and have you well on your way to managing vPro devices!

 

Cheers,

 

Trevor Sullivan

Systems Engineer

OfficeMax Corporation

0 Comments Permalink
1

Losing a laptop costs your company a lot more than just the lost hardware...think of the data that is on that PC. Now think about how many laptops you have in your enterprise and potential that there is for data breaches. Yeah, it is staggering - isn't it?!

 

Join us for the Securing Your Environment with Intel Anti-Theft Technology webinar on Tuesday, June 23 2009 to learn more about the impact of data breaches and how Intel Anti-Theft Technology can help you strengthen your PC hardware and security solutions.

 

Our panelists include Dr. Larry Ponemon, Mike Schulien, and Geoff Glave:

 

  • Dr. Larry Ponemon, Chairman and Founder of the Ponemon Institute, will share information from his annual study on the cost of data breaches; the associated financial impacts to business, the threat of customer turnover as well as preventative solutions. The Ponemon institutue is a research “think tank” dedicated to advancing privacy and data protection practices. Click here to read the study.

 

  • Intel Solution Architect, Mike Schulien, will discuss how Intel’s latest security innovation, Intel® Anti-Theft Technology, can combat security breaches by strengthening PC hardware and security solutions.  This new hardware-level technology will shut down a PC and/or its data if it is lost or stolen with the ability to reactivate it if it is recovered.

 

  • Geoff Glave, Absolute Software Product Manager, will talk about how IT administrators can use Computrace, Absolute’s leading IT asset-management and security solution, to secure their assets remotely, automatically locking down a system quickly in case of theft or suspicious circumstances. Computrace technology is the leading security service now using Intel® Anti-Theft Technology. Computrace with Intel® Anti-Theft Technology Whitepaper

 

Logistics

Date: June 23, 2009

Time: 9:00 am PDT

Registration: https://www2.gotomeeting.com/register/217766930

 

And of course, what's an Intel Anti Theft announcement without Josh's stellar surfing video?

 

1 Comments Permalink
0

Hello vPro Experts!

 

I would like to pass on some information that I discovered a while ago, based on a Microsoft Premiere Support ticket. I was having trouble getting the Microsoft Out-of-Band (OOB) Management Console functioning from a Windows XP system. I tried everything on a fresh, standard build of Windows XP, but nothing would work.

 

After working with Premiere Support, we finally discovered that Windows XP Service Pack 3 (SP3) was required for proper functioning of the Microsoft OOB console.

 

This behavior is actually related to some functionality that was added in SP3, specifically in the winhttp.dll library. There is a function called WinHttpSetOption in the WinHttp library, which is called with a parameter enabling the WinHttp Option Flag named WINHTTP_ENABLE_SPN_SERVER_PORT. This flag enables the WinHttp library to include the server port in the Kerberos Service Principle Name (SPN), since the AMT web service is running on a non-standard HTTP port (16993).

 

The Windows XP Service Pack 2 (SP2) version of the WinHttp library does not include this capability, and consequently fails to authenticate. In order to properly connect to ConfigMgr-provisioned AMT devices with the Microsoft OOB Console, please make sure your helpdesk / support systems are running Windows XP SP3.

 

If you have any questions, feel free to post them in the comments section, and I will do my best to answer them.

 

Trevor Sullivan

Systems Engineer

OfficeMax Corporation

0 Comments Permalink
0

Join us for a Webinar on June 11

Joint AMP Intel v2.jpg

Lower your IT manageability costs with Intel vPro and Altiris Client Management Suite

Join Advanced Marketplace and Intel as we discuss new approaches to common IT manageability challenges. This webinar will focus on how Intel vPro technology extends and enhances the Altiris Client Management Suite (CMS) with live demonstrations and discussions. The combination of Altiris CMS and Intel(r) vPro Technology will allow you to improve Power Management, SW distribution, Patch Management and help with Remote Diagnostics and Repair.  

Come ready to watch and learn the capabilities of these combined technologies and bring your questions to ask experts from Advanced Marketplace and Intel.

Title:

Lower your IT manageability costs with Intel(r) vPro and Altiris CMS

Date:

Thursday, June 11, 2009

Time:

10:00 AM - 11:00 AM PDT

Space is limited.
Reserve your Webinar seat now at:
https://www2.gotomeeting.com/register/300550755

After registering you will receive a confirmation email containing information about joining the Webinar.

Webinar System Requirements
PC-based attendees
Required: Windows® 2000, XP Home, XP Pro, 2003 Server, Vista

Macintosh®-based attendees
Required: Mac OS® X 10.4 (Tiger®) or newer

 

0 Comments Permalink
0

Hello vPro Experts,

 

In case you've worked with any of the Powershell code samples I've previously posted, you've probably noticed that the AmtSystem.Connect() method executes asynchronously, and returns immediately. In this case, you'd have to develop some sort of loop in order to determine whether or not the connection was successful. Typically, I would just use this code to prevent a script from continuing before the connection was established:

 

while ($amtdevice.State -eq "Connecting") { Start-Sleep 1 }

 

But that's ugly, because, what happens if it never connects? Although it's nice to have the ability to asychronously connect to AMT devices, writing code and understanding the logic, to handle async processes is significantly more difficult than writing code that is synchronous. For this reason, we will look at how to modify and recompile the ManageabilityStack .NET assembly in the Intel AMT Developer Toolkit (DTK) to allow synchronous connections to AMT from PowerShell code.

 

In order to perform the next steps, you'll need the following:

 

 

Once you've installed these components, continue on:

 

  1. Download the Intel AMT DTK source code and extract to a folder
  2. Navigate to <Source>\Manageability Stack and open the Manageability Stack.csproj file in Visual Studio 2008
  3. Open the AmtSystem.cs file in the Visual Studio Solution Explorer
  4. Rename the Connect() method to ConnectAsync()
  5. Copy the following code above the ConnectAsync() method:
    public void Connect()
    {
       if (State != AmtSystemObjState.Disconnected) return;
       ChangeState(AmtSystemObjState.Connecting);
       ConnectEx(this);
    }
  6. In the Visual Studio Solution Explorer, right-click the Manageability Stack project, and click Build
  7. Go to your <Source>\Manageability Stack\obj\Debug folder, and grab your new ManageabilityStack.dll .NET assembly

 

Now that you have a recompiled ManageabilityStack assembly, you can load this into PowerShell, and connect synchronously using the Connect() method!

 

Update: I attached the AmtSystem.cs file to this blog post, if you're not comfortable modifying source code yourself! You'll still need to replace the file, open the project, and recompile the library though

 

Trevor Sullivan

Systems Engineer

OfficeMax Corporation

0 Comments Permalink
8

Matt Semenza, The Expert Center's Sponsor For Tomorrow

 

Last week, Josh had the opportunity to catch up with Matt Semenza, Marketing Manager at Intel. Matt talks about his role as a megaphone to the community about what's going on with software solutions and their availability.

 

Because of Matt's help, we are able to recognize our top three contributors on the Intel vPro Expert Center!  Listen to Matt, as he talks about how these guys are able to save our customers time by sharing their best known methods, failures, and successes.

 

 

Our Top 3 Contributors

 

Congratulations to Trevor, Javed, and Joel!!! Thank you so much for your contributions to the Intel vPro Expert Center. And a big thank you to Matt, who provided the vPro jackets to show our appreciation. Trevor, Javed, and Joel are shown wearing their vPro jackets, below.

 

 

http://www.vproexpert.com/E24VZ/Jacket_Trevor.jpg

 

Trevor Sullivan

 

 

Trevor is a Systems Engineer with OfficeMax Corporation. He has worked in IT since mid-2004 and has experience implementing and supporting mostly Microsoft products - including Active Directory, SMS and ConfigMgr, Microsoft Deployment Toolkit, software virtualization, VBscript, and more.

http://www.vproexpert.com/E24VZ/Jacket_Jay.jpg

 

Javed Lodhi

 

Javed is a Technical Marketing Engineer with Expert Systems. He has worked on numerous large-scale public, private, and military projects, including data warehousing solutions using SAS, network switching, routing, design, monitoring, and security, and storage and virtualization solutions on Intel platforms.

http://www.vproexpert.com/E24VZ/Jacket_Joel.jpg

 

Joel Smith

 

Joel is a Principal Support Engineer with Symantec Altiris. Joel started with Altiris Corporation when they were 192 strong and watched the business and company grow into 1000+ employees before merging with the greater Symantec Corporation. Joel works with the Altiris products that leverage Intel's vPro technology.

8 Comments Permalink
1 2 3 4 5 ... 20 Previous Next