Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a mhtml file as test.mht
data present in test.mht is as below
Field	 String	 
Name	 Carpool	 
Type	 ModernApplication	 
Language	 en-us English	 
Category	 Tools	 
IsTrial	 false	 
GUID	 712ec8b1-0370-4ed5-b1ac-f0eca1f64348	 
Markets
MarketName	 
United States	 
Strings
Field	 String	 


question:
how to retrieve the GUID information using powershell command

ex:
$GetGUID =  [load mhtm file]
write-host $GetGUID.GUID

should print GUID as : 712ec8b1-0370-4ed5-b1ac-f0eca1f64348
Posted
Updated 18-Sep-11 18:43pm
v3
Comments
Prerak Patel 19-Sep-11 0:43am    
Added code blocks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900