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

Intel vPro Expert Center Blog

287 Posts tagged with the vpro tag
0

 

At TechEd Europe 2009, Microsoft's Keith Mayer outlines how manageability can be achieved with Windows 7, Windows Server 2008 R2 and Intel's Westmere-EP.     

0 Comments Permalink
0

Take a look at the posted document for step by step instructions on Windows 7 Migration with SCCM SP2.  This document includes how to create an image using SCCM, Installing drivers, Installing Applications, Creating Hardlinks with the User State Migration Tool, and Renaming and Joining the domain.  This document allows IT technicians to create an Win 7 image, deploy it to their environment using collections, and upgrade their existing Windows XP clients to Windows 7 clients without having to remove the data and put the data back.  Included in this guide is some tips and hints on getting the image deployment to work for your company.

 

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

0 Comments Permalink
0

This issue of the newsletter has some good content about using Intel vPro Technology. A new use case reference design was published recently; this one has to do with using Radmin to perform basic Intel AMT functions on a managed client. (What's a use case reference design? Read my blog: New stuff in the community: Use Case Reference Designs) You'll also find links to a white paper about Failsafe and Intel Anti-Theft Technology, a registration link for a Windows 7 webinar that's coming up, and some real-world stories about companies that have implemented Intel vPro technology in their environments.

 

Read the newsletter or subscribe to receive it in your inbox automatically. This newsletter goes out every two weeks.

 

Enjoy!

0 Comments Permalink
0

Webinar Recording

If you missed the live event, you can now watch the recording! You can also download the webinar.

 

Webinar Slides

Want to download the deck? It's attached to this blog post (scroll to the bottom).

 

Links

0 Comments Permalink
1

Sharing an experience and looking to validate some of the challenges vPro demonstration might present in markets outside of North America - especially if the original demonstration environment was created in North America.

 

A few weeks ago I had the opportunity to travel to Germany for a training event.   The equipment for the training event was sourced locally in Germany.   The result was 13 systems.  (For those that are superstitious – you might quickly identify that this will get interesting).  

 

Among those 13 systems, there were 4 different OEMs, 3 different keyboard layouts (US, UK, German), 3 different power connectors, 2 generations of Intel AMT (2.6 and 4.x), 3 different versions of Windows (XP, Vista, and Win7), 2 different versions of VMware workstation, and a single VMware workstation image created in North America.   Very little standardization.   A perfect recipe for disaster.

 

This was my first experience in working with differences that went beyond just QWERTY vs. QWERTZ keyboards.   The password used for the operating system and applications included the @ key.   This was problematic since on a US-based keyboard the location of '@' is Shift-2, yet a German keyboard is AltGr-Q  (press and hold key to right of spacebar, then press Q), and a UK-keyboard is Shift-‘ (press and hold shift, then press ‘ key which is located on third row third key from the right side).   Fortunately I didn’t have to deal with keyboards outside of Latin letters (i.e. A, B, C, etc) – although there are exceptions like the German letter β.

 

 

 

My first realization of internationalization troubles was that BIOS\MEBx screens and key sequences were US-keyboard QWERTY based regardless of the keyboard layout.   I had to ask myself - "Is this always true?".   Since the password included the @ symbol - mentally I had to follow the US-keyboard layout, althought the sequence wouldn't match the printed keys on the system.

 

When in the host operating system, the “Regional and Language settings” were commonly set to the origin of that system (expect one system which had UK keyboard with US-based Windows Regional and Language settings).   My frustration did not end there – as the VMware environment was set to US-based Regional and Language settings, and had to be adjusted on a per-system configuration basis.

 

Not all of the windows menus and options were in the same locations between English and German, yet there were similarities.   With the differences of languages between BIOS\MEBx, host windows operating system (with VMware workstation), and demonstration environment – some real-time translation or best guess had to be done.  I know some German, thus I was able to navigate through menus in the host operating system or VMware application, yet it slowed setup and troubleshooting situations.   Fortunately those attending the training knew English better than my German language skills... but frustrating nonetheless.

 

The good news – the underlying vPro functionality was the same, the training was delivered, and a new perspective was obtained by myself and those who received the training.

In talking with my international associates, a few more points were brought to my attention:

  • difference of calendars (for example, those that use Buddhist calendaring system) which may affect Kerberos and certificates
  • application installations may fail when using a foreign language
  • Remote configuration certificate is issued to one domain (i.e. domain.company.com) yet will not support international domains (i.e. intldomain.company.com.uk)... this one is actually fixed in the latest firmware and will be explained in a separate article

 

 

There are likley other subtleties to the challenges of internationalization

 

Does this all sound familiar to those outside of the US?  

 

The experience was good for me.   I gained a brief look into much larger challenges on standardizing a technology solution across the globe.  

1 Comments Permalink
0

If you are using Out Of Band (OOB) Management in Microsoft System Center Configuration Manager (SCCM) 2007 SP1 (or greater) to manage your Intel vPro clients, you may have noticed that computer objects are created in your Active Directory domain during provisioning of the Intel vPro firmware. These computer objects are created by the amtproxymgr component of an OOB Service Point, and allow Intel vPro to communicate directory with Active Directory, regardless of the operating system state.

 

Since these vPro computer objects appear very similar to standard computer objects that are created when joining a Windows OS to an AD domain, it may be hard to distinguish which ones are vPro accounts, and which ones aren't. This situation can be worsened if you somehow have Windows computer accounts mixed into the same OU that contains your AMT objects.

 

As you'll see below, it's very easy to locate these computers using some simple PowerShell code:

 

$vprosearcher = [adsisearcher]"(&(objectclass=computer)(serviceprincipalname=*:16993*)(samaccounttype=805306368))"
$vproaccounts = $vprosearcher.FindAll()

 

These two lines of code simply create a System.DirectoryServices.DirectorySearcher instance, with some LDAP search criteria to identify the accounts, and then assigns the results of this search to a PowerShell variable called $vproaccounts. The default search root is the top-level of your Active Directory domain, and the default search scope is already set to SubTree, so you don't have to specifically configure these settings on the DirectorySearcher. Once you're at this point, you can simply enumerate the accounts, or pipe the results into a PowerShell ForEach loop, and perform some operation against them (for example, givem them a Description attribute value).

 

Because this code sample uses the "adsisearcher" type accelerator (aka. type shortcut), it will only work with PowerShell v2.0 (included as part of the Windows Management Framework), unless you modify PowerShell v1.0 to include it. There's almost no reason not to be using PowerShell 2.0, now that it has been officially released, however.

 

I recommend using the free Quest PowerGUI tool to develop and debug PowerShell scripts.

 

Cheers,

Trevor Sullivan

0 Comments Permalink
2

In today’s environment, the pressure to justify any investment is high and often, delaying your PC refresh cycle seems like an easy answer.   Join me tomorrow for a webinar with Dave Bowers from Dell for a discussion on the financial reasons to renew, redeploy and refresh an aging PC fleet.   We’ll cover key areas to consider that can impact the total cost of ownership for your PC fleet – such as energy savings, security, and productivity.  We’ll also provide you with access to tools that you can use to develop your own analysis and assist you in your budgeting conversations for next year.  Learn more about optimizing your PC refresh cycle and reducing your total costs.

 

Register here and ask your finance colleague to join you!

2 Comments Permalink
0

We've started to add some new content to the community over the last couple of months that we're pretty excited about - Use Case Reference Designs. Have you checked them out yet? We have a team focused on creating these drop-in solutions that help you start seeing the benefits of Intel vPro technology as soon as possible.

 

Check Them Out

Radmin* - Help Desk Tool for Use With Intel vPro TechnologyHelp desk personnel don't usually have access to the management console. This use case reference design shows how the help desk tech can use Radmin to perform basic Intel® AMT functions.

 

Windows* 7 OS, Microsoft* ConfigMgr SP2 and Intel® vPro™ Technology Use Microsoft ConfigMgr to wake up your vPro systems that are running Windows XP, install Windows 7 on them, link the data back & *poof* the machine will be migrated the next time the user logs in.

 

Intel AMT Firmware Update Using Microsoft Configuration Manager 2007 SP1 and Intel vPro TechnologyThis use case reference design is helpful if you are activating your vPro fleet on your own - and helps you perform Intel AMT firmware version detection and updates using Microsoft Configuration Manager 2007 SP1.

 

Local Setup and Configuration Using a USB Flash DriveThis is a new one from Jake Gauthier- just published today! This use case reference design shows how a small/medium business can speed up the setup and configuration process.

 

And here's the library of Use Case Reference Designs:Use Case Reference Designs for Intel vPro Technology

 

What's Next?

The team has some really cool stuff planned:

 

Remote remediation solution which will allow a help desk tech to mount the vPro client's drive remotely - the help desk tech could then do things like run local anti-virus software to do a remote scan for threats on the mounted drive.

 

Remote KVM. The engineers are developing a standalone solution so that you can start using the remote KVM functionality the day that Intel AMT 6.0 launches. Why is this big? Because your management console won't have this support yet!

0 Comments Permalink
2

Thewebsiteisdown.com gives us a new installment.  While I agree this is possible from the admin standpoint, I don't encourage you to try it at this scale.

 

2 Comments Permalink
0

Take a look at the posted document on Radmin (Remote Administrator).  This free tool (Viewer) allows technicians to gain access to AMT basic functions and will work with any provisioned ISV under SMB or Non-TLS Enterprise Mode.  This tool can be provided to IT Techicians who may not have access to the ISV console to perform the basic AMT functions on a provisioned client.

 

 

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

0 Comments Permalink
0
0 Comments Permalink
0

Our most recent issue of the Intel vPro Technology Heartbeat was published this morning. This newsletter is a compilation of Intel vPro resources that were collected over the last two weeks. In this issue, check out the article series on Intel Active Management Technology that was published by our partners at the Intel Software Network's Manageability community. We also have a bunch of webinars coming up around Windows 7 and Dynamic Virtual Computing. Registration links are in the newsletter!

 

Read the newsletter, or subscribe to receive it in your inbox automatically.

0 Comments Permalink
0

Take a look at a recently posted document providing insights on what might cause a rapidly expanding database, key learnings how to minimize the growth and provide good performance, and more.

 

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

 

The document may be updated over time, depending on requests, inputs, and so forth

0 Comments Permalink
2

 

Over the last week I decided to take a journey, one without social media and interacting with folks online.  What I learned is the following:

  • Took longer to do my job (it’s true!!)
  • Missed out a few key interactions that would have helped me – it’s true, I am now combing back through to look a few posts – example:  Spiceworks just announced a new plug in capability that is leveraging vPro
  • Realized I was not sharing as much as I could have – I was working on win7 & vPro for SMB, defining the ease of use of both technologies in the 3-5 PC space.  I missed sharing this information out to the team and group.
  • Had a few dialogues around me missing something online – a few folks ping’d me throughout the week if I had seen certain things (from technology to people movement inside Intel)


So why does this matter to vPro?  Well, I believe part of the success of realizing your vPro value is to use our community, interact with us on twitter and be a part of the technology adoption and usage.    I also realized that usage of our technology is not confined to how we believe it will help you, but also how it will be used in different situations, location’s, and relevant to your business.   

If you want to connect with us, here’s who’s on twitter for vPro?  Here’s a few accounts.

IntelvPro twitter.com/intelvpro

SmartchickPdx twitter.com/smartchickpdx

Joshprostar twitter.com/joshprostar

I also missed the interactions online that I usually participate in throughout the week.

 

 

 

2 Comments Permalink
0

Earlier this year, Lenovo made a small change on their T400 and related platforms.   The Ctrl-P option disappeared when attempting to access the MEBx (Management Engine BIOS Extension screens for Intel Active Management Technology).   If you browse through the Lenovo BIOS update posting, there is a brief mention of this change.

 

The main reason was to improve boot times.   The difference is a few seconds.   All of the Intel AMT functionality is still present.

 

To access the MEBx screen, press F12 during the POST process to access the Boot Menu.

 

access-MEBx-T400.gif

The option "Enter ME Configuration Screens" will access the MEBx.

 

The option "Initiate a Remote Connection" is for the Client Initiated Remote Access (CIRA), more commonly referred to as "Fast Call for Help" - the ability for Intel AMT to make a call home for assistance.

0 Comments Permalink
1 2 3 ... 20 Previous Next