IBM BMC Remote Control

Below is an excellent articels on using IBM BMC

"
Looking on IBM’s website for how to perform basic Baseboard Management commands can be difficult at best. They tend to want you to be running Director or some management package to leverage the tool.
What if you just want to do the basics and keep it simple. Here’s the scoop.

Configure the BMC using the options available during the server boot processo manage the thing you’ll need to get the SMbridge tool (good search term, or use “System Management Bridge”). Presently, the the tool is available here.

Now here’s the tricky part, “How the hell do you take advantage of this newfound functionality?”. IBM won’t tell you. They’ll give you all the details on the RSA adapters…but low level BMC commands are tough to find. Here’s the deal. They are Avocent chips. Avocent calls them “OSA System Management Bridge” devices (another good search term). If you cannot find a current manual for the adapter, I’ve posted one here which includes a “Commands” section. They detail the commands that can be launched using the SMbridge tool provided by IBM.

A few examples of the SMbridge utility in use look like:

To gracefully power cycle a server:
smbridge -ip SERVERIPADDR -u BMCUSERNAME -p BMCPASSWORD power cycle

Get some basic server infosmbridge -ip SERVERIPADDR -u BMCUSERNAME -p BMCPASSWORD sysinfo

Get the serial number info:smbridge -ip SERVERIPADDR -u BMCUSERNAME -p BMCPASSWORD sysinfo fru

To hard bounce a server:smbridge -ip SERVERIPADDR -u BMCUSERNAME -p BMCPASSWORD power reset


Link source

Installing Windows 8.1 (or 8) without a product key

Using a USB stick installer allows you to start a clean 8.1 instal, but it won`t run because it did not accept my 8.0 OEM key.
I found a fix on this page:
http://www.jmedved.com/2013/09...or-8-without-a-product-key/
8.1 does not allow you to do a clean instal with a 8.0 key, but you can activate 8.1 with a 8.0 key once you are past that hurdle.
I recommend making a USB stick installer, then go to the sources folder, in there create a .txt file with notepad with the contents:
[EditionID]
Professional
[Channel]
Retail
[VL]
0
This is assuming you use the pro edition like me.
Next save that file as ei.cfg in the sources folder, this makes the installer skip the key check !
You can instal 8.1 without a key and when you are done it asks you to remove the USB stick, it reboots, and starts the OOBE.
This asks you for a key again but this time it DOES accept your 8.0 key and activates windows.
When you finally get a desktop you can check the system window, it will tell you Windows is activated.
The final problem is that this gave me a non-functional 300MB recovery partition created by the installation proces, that still did not allow me to use refresh/reset, still missing files.
The USB stick installer you create however does allow you to refresh/reset when plugged in, but this does not restore your recovery partition, but you can use the feature.
I also really wanted to have a usable recovery partition on my harddrive, turns out making one is really simple.
To do this create some unpartitioned space, I used 3200MB.
In this space create a 3200MB NTFS partition, and volume, I named it 8.1 recovery but any name will do, and do a quick format.
Next copy the contents of the ISO or the contents of your USB installer into that partition, it should leave about 87 MB free space.
You can remove the drive letter if you like, so you can`t accidentally modify the files easily.
Remove your USB stick or unmount the ISO and you fill find that the refresh/reset features now work :)

http://www.jmedved.com/2013/09/installing-windows-8-1-or-8-without-a-product-key/

ADB Push from Recovery

adb push rom.zip /data/media/0/

How Do I Install the Exchange 2010 Management Tools?

Question: How do I install the Exchange Server 2010 management tools on my workstation?
The Exchange Server 2010 management tools can be installed on a computer running one of the following operating systems:
  • Windows Vista 64-bit with Service Pack 2
  • Windows 7 64-bit
  • Windows Server 2008 64-bit with Service Pack 2
  • Windows Server 2008 R2
To install the Exchange 2010 management tools on your Windows 7 computer you first need to configure the pre-requisite components.
Open the Control Panel, click on Programs and then click on Turn Windows Features On or Off.  Enable the features shown here.


Enable Windows 7 features required for Exchange Server 2010 management tools
Download the Exchange Server 2010 SP1 installation files and extract them to a temporary folder on your computer.  From that folder launch Setup.exe.  If your computer is missing either the .NET Framework or Windows PowerShell pre-requisites there will be links for Step 1 and 2 to download and install them.

Install pre-requisites for Exchange Server 2010 SP1 on Windows 7
Otherwise click on Step 3 and choose Install only languages from the DVD.

Choose language options for installing Exchange Server 2010 SP1 on Windows 7
Next, click on Step 4 to begin the installation.

Begin installation of Exchange Server 2010 SP1 on Windows 7
Click Next at the introduction page, then accept the license agreement and click Next, then choose your preference for Error Reporting and click Next again.
At the Installation Type page choose Custom Exchange Server Installation, and also tick the box to Automatically install Windows Server roles and features required for Exchange Server and click Next.

Custom Exchange Server installation for installing management tools on Windows 7
Select the Management Tools role and click Next.

Installing the Management Tools role for Exchange 2010 on Windows 7
When the Readiness Checks have completed successfully click Install.

Begin installation of Exchange 2010 management tools on Windows 7
After the install has completed you can launch the Exchange Management Console from the Start -> All Programs -> Microsoft Exchange Server 2010 menu.

Source Link