TechnicallyChris.com

Technical and Personal Ramblings of a Bostonian
  • Home
  • About Chris
  • Donate
  • Contact Chris
Home > McAfee EE / SafeBoot > Using the SbAdmCl for McAfee Endpoint Encryption

Using the SbAdmCl for McAfee Endpoint Encryption

March 27th, 2009
Goto comments Leave a comment

My recent posts on McAfee Endpoint Encryption have been tailored to those who might want to programatically include automation into your existing scripts using tools like AutoIt. You can, however, run the exact same commands using SbAdmCl.exe, which comes free with McAfee EE. If you haven’t already created a fileset or manually copied these files over to a client, you can get them from your server. They are:

  • SbAdmCl.exe
  • SbAdmCom.dll
  • SbAdmDll.dll

Put these files in the same folder that your client files are in. You can now use SbAdmCl.exe to run Endpoint Encryption commands. To get a list of the available commands, simply run the following from a command line:

1
SbAdmCl.exe -command:help

All of these commands are outlined in the Endpoint Encryption Scripting Tool User Guide. Most of the commands will require you to authenticate in order to use them. An example of such a command is GetAdminLevel. You would authenticate and issue this command like so:

1
SbAdmCl.exe -adminuser:sbadmin -adminpass:12345 -command:GetAdminLevel -user:JoeUser

After replacing the usernames and password, you should get something like this:

1
2
3
4
5
Command = GetAdminLevel
ResultCode = 0x00000000
ResultDescription = The operation completed successfully.
User(Name=joeuser, ID=1)
   AdminLevel=2

This shows you that Joe User’s Admin Level is 2.

For commands that don’t require authentication (see the documentation), you can issue commands like this:

1
SbAdmCl.exe -command:ForceSync

If you’re watching your client status window or log, you’ll notice that the client will start to sync with the server – unless you’ve disabled this ability through policy.

If you enjoyed this article or it helped you in any way, I’d appreciate it if you’d post a comment below to let me know. All code examples are for demonstration only and should be used at your own risk. I cannot accept liability for unexpected results.

Chris McAfee EE / SafeBoot McAfee Endpoint Encryption, SafeBoot, SbAdmCl

Comments (1) Trackbacks (0) Leave a comment Trackback
  1. Valter
    May 29th, 2010 at 03:32 | #1
    Reply | Quote

    Hi Chris,

    Thank you for your post. It is easy to understand, and up to the point…
    Excellent instructions…

    Kind regards,
    Valter

  1. No trackbacks yet.
Subscribe to comments feed
An Easy Evaluation of Railo Problems with WP-Syntax Plugin (GeSHi) with AutoIt
RSS feed
  • Google
  • Youdao
  • Xian Guo
  • Zhua Xia
  • My Yahoo!
  • newsgator
  • Bloglines
  • iNezha

Sponsored By

RoboForm: Learn more...Read my review of RoboForm here.

Recent Posts

  • Just Bought the Google Nexus One
  • Seven Things I’ve Liked About Windows 7 in Seven Day
  • What’s Happened to Customer Service (Part 2)?
  • What’s Happened to Customer Service (Part 1)?
  • Capturing S.M.A.R.T. Hard Disk Data from WMI with AutoIt
  • Adjusting DCOM Settings via Script
  • How to Manually Call the Google Cache
  • RoboForm & RoboForm2Go Product Review
  • Updated PingCell Function for Excel
  • Creating Hyperlinks in Word and Excel Longer than 256 Characters

Categories

  • ColdFusion
  • Firefox
  • Google Nexus One
  • IIS
  • McAfee EE / SafeBoot
  • Microsoft Windows
  • Oracle
  • Random Code
  • Random Technology
  • Sports and Recreation
  • Subversion
  • The Untechnological

Archives

  • January 2010
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • October 2007
  • September 2007
  • August 2007
  • January 2007
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006

Meta

  • Register
  • Log in
PageRank
Top WordPress
Copyright © 2006-2010 TechnicallyChris.com
Theme by mg12. Valid XHTML 1.1 and CSS 3.