<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>1 2 3</title>
	<link>http://www.ravnda.net</link>
	<description>Nice To Know</description>
	<lastBuildDate>Tue, 20 Jul 2010 22:18:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Bitlocker .tpm file</title>
		<description><![CDATA[This text can be used to create a recoveryfile for TPM. Recovery password is in most cases backuped to Active directory.
The password hash is what you should change.
Save it as &#8220;filname.tpm&#8221;.
&#60;?xml version="1.0" encoding="UTF-8"?&#62;
&#60;!--
File for TPM recovery.
--&#62;
&#60;tpmOwnerData version="1.0" softwareAuthor="Microsoft Windows [Version 6.1.7600]" creationDate="" creationUser="domain\user" machineName="MachineName"&#62;
&#60;tpmInfo manufacturerId="1229346816"/&#62;
&#60;ownerAuth&#62;PasswordHash&#60;/ownerAuth&#62;
&#60;/tpmOwnerData&#62;
]]></description>
		<link>http://www.ravnda.net/?p=76</link>
			</item>
	<item>
		<title>List ComObjects Powershell.</title>
		<description><![CDATA[Dir registry::HKEY_CLASSES_ROOT\CLSID -include ProgID -recurse &#124; Foreach-Object { $_.GetValue("")}
]]></description>
		<link>http://www.ravnda.net/?p=74</link>
			</item>
	<item>
		<title>Adobe FTP</title>
		<description><![CDATA[ftp://ftp.adobe.com/pub/adobe/
FTP for Adobe Software.
]]></description>
		<link>http://www.ravnda.net/?p=71</link>
			</item>
	<item>
		<title>Start a advertised program from a &#8220;link&#8221;.</title>
		<description><![CDATA[I have created a little program for starting advertised programs with a link on the desktop or the start menu.
HowTo use it:
Create a Registry key with two string values. Like this:
HKCU:\Software\ravnda.net\RunApp\0\
ProgramID = &#8220;InstallAdobe&#8221;
PackageID = &#8220;C01002d&#8221;
You then create a link to runapp.exe with the parameter &#8220;0&#8243;.
NB:
You can call the registry key under RunApp what you want. [...]]]></description>
		<link>http://www.ravnda.net/?p=62</link>
			</item>
	<item>
		<title>Run Program from VBS!</title>
		<description><![CDATA[The code for the VBS on the MSDN site was wrong.
Here is the working code:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
Call RunProgram (&#8220;ProgramID&#8221;,&#8221;PackageID&#8221;)
Sub RunProgram(programId, packageId)
    On Error Resume Next
    Dim oUIResource
    Dim oPrograms
    Dim oProgram
    Set oUIResource = CreateObject (&#8220;UIResource.UIResourceMgr&#8221;)
     If oUIResource [...]]]></description>
		<link>http://www.ravnda.net/?p=58</link>
			</item>
	<item>
		<title>ConfigMgr 2007 &#8211; Task Sequence, Join Domain</title>
		<description><![CDATA[When adding a machine to a domain, with ConfigMgr 2007 there can be a problem to assign them to the default &#8220;Computer&#8221; OU.
If you want the computer to be in &#8220;Computer&#8221; OU, you should leave the field blank.
]]></description>
		<link>http://www.ravnda.net/?p=54</link>
			</item>
	<item>
		<title>ConfigMgr 2007 &#8211; WinPe with PXE</title>
		<description><![CDATA[It&#8217;s important that you distribute both x86 and x64-bit versions of WinPe to PXE share. For all new computers are x64, and need files from that.
And as a good practise I would recommend to only use x86 WinPe to distribute 32- and 64-bit Operating System.
]]></description>
		<link>http://www.ravnda.net/?p=52</link>
			</item>
	<item>
		<title>PowerShell: Download file from internet</title>
		<description><![CDATA[Download file from internet:
$client = new-object  System.Net.WebClient
$client.DownloadFile( $url, $path )
]]></description>
		<link>http://www.ravnda.net/?p=46</link>
			</item>
	<item>
		<title>Check if KMS is set in DNS</title>
		<description><![CDATA[nslookup -type=all _vlmcs._tcp
]]></description>
		<link>http://www.ravnda.net/?p=42</link>
			</item>
	<item>
		<title>Windows 7 Bitlocker with Command Line</title>
		<description><![CDATA[Create Bitlocker Partition:
- If the machine allready has a partition with 100 -300 mb, this command will not be necessary.
Bdehdcfg.exe -target default -quiet
Turn on the TPM:
- Enable the TPM Chip on the machine.
manage-bde.exe -tpm -turnon
- Takes OwnerShip of the TPM and sets the password to what you want.
manage-bde.exe -tpm -takeownersip &#8220;Password&#8221;
Turn on Bitlocker:
- This command [...]]]></description>
		<link>http://www.ravnda.net/?p=18</link>
			</item>
</channel>
</rss>
