=====================================================================================================================================
3.36	postcode	(Only support AMI)	

	abstract: Get BIOS post code
		
	usage	: java -jar GbtUtility-2.1.76.jar [options] postcode <current|previous>
			
	output	: BIOS current/previous code data
		
	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar postcode current
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 postcode previous
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 postcode previous
=====================================================================================================================================