<?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>b l o g &#187; security</title>
	<atom:link href="http://www.cibengineering.com/blog/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cibengineering.com/blog</link>
	<description>Remote access engineering, citrix and terminal services</description>
	<lastBuildDate>Sun, 15 Aug 2010 01:32:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>group policy</title>
		<link>http://www.cibengineering.com/blog/servergroup-policy/</link>
		<comments>http://www.cibengineering.com/blog/servergroup-policy/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.cibengineering.com/blog/?p=241</guid>
		<description><![CDATA[Lets say your group policy is not passed down from e hierarchical structure like AD and you have to manage each servers settings either via some scripting process or via manualy adding the settings to the local group policy yourself. Either way, there is chance for security concerns. Here is some decent documentation to follow, and build [...]]]></description>
			<content:encoded><![CDATA[<p>Lets say your group policy is not passed down from e hierarchical structure like AD and you have to manage each servers settings either via some scripting process or via manualy adding the settings to the local group policy yourself. Either way, there is chance for security concerns. Here is some decent documentation to follow, and build off of in the event you are looking for something to start from.  Any commentary is greatly appreciated! Commands used to lock down a terminal server or citrix/xenapp server for the standard, non administrative user.<span id="more-241"></span></p>
<p>Export local group policy. The following command can be used both on a workstation or a citrix | terminal server: gpresult /v<br />
To hide items from non administrative users, use the Attrib command: attrib +H startup will remove the startup folder for all users<br />
expanded example: attrib +H &#8220;C:\Documents and Settings\all users\Start Menu\Programs\Accessories&#8221;<br />
Commands to remove unnecessary items from all user profiles on your citrix/xenapp or terminal server.</p>
<p>To delete the Internet explorer shortcut from all users taskbar enter the following command from the root of c:\: del &#8220;launch Internet explorer browser.lnk&#8221; /s /q<br />
To delete any references from all user profiles to remote assistance, enter the following command from the root of c:\: del &#8220;remote assistance.lnk&#8221; /s /q<br />
To delete any references from all user profiles to outlook express, enter the following command from the root of c:\: del &#8220;del &#8220;outlook express.lnk&#8221; /s /q&#8221;<br />
To delete any references from all user profiles to Internet explorer (assuming its not needed), enter the following command from the root of c:\: del &#8220;Internet explorer.lnk&#8221; /s /q</p>
<p>The  following group policy settings are also usefull if you want to lock down a terminal server, citrix or xenapp server.</p>
<ul>
<li><span style="text-decoration: underline;"><span style="font-size: xx-small;"><span style="color: #99ccff;">Local Computer Policy &gt; User Configuration &gt; Administrative Templates &gt; Windows Explorer</span></span><br />
</span><span style="font-size: xx-small;"><span style="color: #ff6600;">Enabled:</span> Remove Windows Explorer&#8217;s Default context menu<br />
<span style="color: #ff6600;">Enabled:</span> Hide these specified drives in My Computer<br />
<span style="color: #ff6600;">Enabled:</span> Prevent access to drives from My Computer</span></li>
<li><span style="text-decoration: underline;"><span style="font-size: xx-small;"><span style="color: #99ccff;">Local Computer Policy &gt; User Configuration &gt; Administrative Templates &gt; Start Menu and Taskbar</span></span></span><br />
<span style="font-size: xx-small;"><span style="color: #ff6600;">Enabled:</span> Remove Documents menu from Start Menu<br />
<span style="color: #ff6600;">Enabled:</span> Remove programs on Settings menu<br />
<span style="color: #ff6600;">Enabled:</span> Remove Network Connections from Start Menu<br />
<span style="color: #ff6600;">Enabled:</span> Remove Search menu from Start Menu<br />
<span style="color: #ff6600;">Enabled:</span> Remove Help menu from the Start Menu<br />
<span style="color: #ff6600;">Enabled:</span> Remove Run from the Start Menu<br />
<span style="color: #ff6600;">Enabled:</span>Add Logoff to the start menu<br />
<span style="color: #ff6600;">Enabled:</span> Remove and prevent access to the Shut Down Command<br />
<span style="color: #ff6600;">Enabled:</span>Prevent changes to Taskbar and Start Menu Settings<br />
<span style="color: #ff6600;">Enabled:</span>Remove access to the context menus for the taskbar</span></li>
<li> <span style="text-decoration: underline;"><span style="font-size: xx-small;"><span style="color: #99ccff;">Local Computer Policy &gt; User Configuration &gt; Administrative Templates &gt; Desktop</span></span></span><br />
<span style="font-size: xx-small;"><span style="color: #ff6600;">Enabled:</span> Hide and disable all items on the desktop<br />
<span style="color: #ff6600;">Enabled:</span> Remove My documents icon on the desktop<br />
<span style="color: #ff6600;">Enabled:</span> Remove Recycle Bin icon from desktop<br />
<span style="color: #ff6600;">Enabled:</span> Remove Properties from the My Documents context menu<br />
<span style="color: #ff6600;">Enabled:</span> Hide My Network Places icon on desktop<br />
<span style="color: #ff6600;">Enabled:</span> Hide Internet Explorer icon on desktop</span></li>
<li><span style="text-decoration: underline;"><span style="font-size: xx-small;"><span style="color: #99ccff;">Computer Policy &gt; User Configuration &gt; Administrative Templates &gt; Control Panel</span></span><br />
</span><span style="font-size: xx-small;"><span style="color: #ff6600;"> Enabled:</span> Prohibit Access to the Control Panel</span></li>
<li><span style="text-decoration: underline;"><span style="font-size: xx-small;"><span style="color: #99ccff;">Computer Policy &gt; User Configuration &gt; Administrative Templates &gt; Control Panel &gt; Printers</span></span><br />
</span><span style="font-size: xx-small;"><span style="color: #ff6600;">Enabled:</span> Browse the network to find printers<br />
<span style="color: #ff6600;">Enabled:</span> Prevent addition of printers</span></li>
<li><span style="text-decoration: underline;"><span style="font-size: xx-small;"><span style="color: #99ccff;">Computer Policy &gt; User Configuration &gt; Administrative Templates &gt; System &gt; User Profiles</span></span><br />
</span><span style="font-size: xx-small;"><span style="color: #ff6600;">Enabled:</span> Connect home directory to the root of the share</span></li>
</ul>
<p>User reports they see Windows Security &gt; Task Manager in the start menu and they shouldn&#8217;t.</p>
<ul>
<li>User Key: [HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br />
System Key: [HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br />
Value Name: <span style="background-color: #ff6600;">NoNtSecurity</span> &#8211; <span style="text-decoration: underline;">corrects task manager via windows security<br />
</span>Data Type: REG_DWORD (DWORD Value)<br />
Value Data: (0 = display, 1 = remove)</li>
<li>User Key: [HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br />
System Key: [HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br />
Value Name: <span style="background-color: #ff6600;">NoSimpleStartMenu</span><br />
Data Type: REG_DWORD (DWORD Value)<br />
Value Data: (0 = display, 1 = remove)</li>
<li>User Key: [HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br />
System Key: [HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]<br />
Value Name: <span style="background-color: #ff6600;">ShowSuperHidden<br />
</span>Data Type: REG_DWORD (DWORD Value)<br />
Value Data: (0 = display, 1 = remove)</li>
<li>SystemKey:HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer<br />
Value Name: <span style="background-color: #ff6600;">NoActiveDesktop</span><br />
Data Type: REG_DWORD (DWORD Value)<br />
Value Data: (0 = display, 1 = remove)<br />
Purpose: remove right click on the tray</li>
</ul>
<p>Rename:</p>
<p>HKEY_CLASSES_ROOT\Directory\shell<br />
HKEY_CLASSES_ROOT\Folder\shell</p>
<p>To:</p>
<p>HKEY_CLASSES_ROOT\Directory\shell.old<br />
HKEY_CLASSES_ROOT\Folder\shell.old</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cibengineering.com/blog/servergroup-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
