<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Networknet.nl &#187; commandline</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/commandline/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:10:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AppV: how to install prerequisites AppV management server from command line Win2k8 R2?</title>
		<link>http://www.networknet.nl/apps/wp/archives/2066</link>
		<comments>http://www.networknet.nl/apps/wp/archives/2066#comments</comments>
		<pubDate>Fri, 23 Dec 2011 10:43:06 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[AppV]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=2066</guid>
		<description><![CDATA[When setting up a Microsoft Application Virtualization (AppV) management server you need to prepare your OS with couple of prerequisites (mainly for IIS and SQL server database engine). I am running the AppV manament server on a Windows Server 2008 R2 release. There are several ways to install the IIS features but I am using the dism.exe command. Dism.exe has also the online feature which allows you to modify running system. With following Dism.exe command line I am adding the required IIS components for AppV server. I don&#8217;t need to run the Server Manager on Windows Server 2008 R2 and I can achieve this from command line and script. dism /online /Enable-Feature /featurename:IIS-ApplicationDevelopment /featurename:IIS-ASPNET /featurename:IIS-CommonHttpFeatures /featurename:IIS-DefaultDocument /featurename:IIS-DirectoryBrowsing /featurename:IIS-HealthAndDiagnostics /featurename:IIS-HttpCompressionStatic /featurename:IIS-HttpErrors /featurename:IIS-HttpLogging /featurename:IIS-IIS6ManagementCompatibility /featurename:IIS-ISAPIExtensions /featurename:IIS-ISAPIFilter /featurename:IIS-LegacyScripts /featurename:IIS-LegacySnapIn /featurename:IIS-ManagementConsole /featurename:IIS-ManagementScriptingTools /featurename:IIS-ManagementService /featurename:IIS-Metabase /featurename:IIS-NetFxExtensibility /featurename:IIS-Performance /featurename:IIS-RequestFiltering /featurename:IIS-RequestMonitor /featurename:IIS-Security /featurename:IIS-StaticContent /featurename:IIS-WebServer /featurename:IIS-WebServerManagementTools /featurename:IIS-WebServerRole /featurename:IIS-WindowsAuthentication /featurename:IIS-WMICompatibility Refrences Sysadminsblog.com - Setting up App-V Management Server Augusto Alvarez &#8211; Implementing App-V]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/2066/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Packaging: Internet Explorer 8</title>
		<link>http://www.networknet.nl/apps/wp/archives/769</link>
		<comments>http://www.networknet.nl/apps/wp/archives/769#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:43:34 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=769</guid>
		<description><![CDATA[Here is my script and commands I used to install Internet Explorer 8 with a cmd script. I used this script to perform manual installation but it can also be used to deploy the package with software distribution. IE8-WindowsXP-x86-ENU.exe /passive /nobackup /norestart The script will install IE, without user interaction, create no uninstall package and does not reboot the system. If you want to hide the installation window add &#8220;/quiet&#8221; to it. For more information click here.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/769/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ESX: esxcfg-vswitch and special vlan switch</title>
		<link>http://www.networknet.nl/apps/wp/archives/452</link>
		<comments>http://www.networknet.nl/apps/wp/archives/452#comments</comments>
		<pubDate>Thu, 12 Jun 2008 14:56:36 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[vlan]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/452</guid>
		<description><![CDATA[If you need to create 5 or more of Virtual Port groups on a vSwtich and you don&#8217;t want to use the VI client than logon on the service console and run the commands below. For creating a new Virtual Port Group use: esxcfg-vswitch -A NAME-TO-GIVE vSwitch0 Assigning a special VLAN to this a Virtual Port Group: esxcfg-vswitch -v VLANID -p PORTGROUP vSwitch0 With these two simple commands I was able to push my sh script and create same &#8220;Networking&#8221; configuration on dozen of my ESX servers. [root@ESX-02 root]# esxcfg-vswitch -A VLAN282 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -A VLAN283 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -A VLAN284 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -A VLAN285 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -A VLAN299 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -A VLAN220 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -v 282 -p VLAN282 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -v 283 -p VLAN283 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -v 284 -p VLAN284 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -v 285 -p VLAN285 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -v 299 -p VLAN299 vSwitch0[root@ESX-02 root]# esxcfg-vswitch -v 220 -p VLAN220 vSwitch0 esxcfg-vswitch [options] [vswitch[:ports]] &#160; -a&#124;&#8211;add&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Add a new virtual switch. &#160; -d&#124;&#8211;delete&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Delete the virtual switch. &#160; -l&#124;&#8211;list&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; List all the virtual switches. &#160; -L&#124;&#8211;link=pnic&#160;&#160;&#160;&#160;&#160;&#160;&#160; Set pnic as an uplink for the vswitch. &#160; -U&#124;&#8211;unlink=pnic&#160;&#160;&#160;&#160;&#160; Remove pnic from the uplinks for the vswitch. &#160; -M&#124;&#8211;add-pg-uplink&#160;&#160;&#160; Add an uplink to the list of uplinks for a portgroup &#160; -N&#124;&#8211;del-pg-uplink&#160;&#160;&#160; Delete an uplink from the list of uplinks for a portgroup &#160; -p&#124;&#8211;pg=portgroup&#160;&#160;&#160;&#160; Specify a portgroup for operation &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Use ALL to set VLAN IDs on all portgroups &#160; -v&#124;&#8211;vlan=id&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Set vlan ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/452/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

