<?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>SurlyJake &#187; windows</title>
	<atom:link href="http://www.surlyjake.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 15:28:12 +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>Prevent samba from creating home directory for machine accounts.</title>
		<link>http://www.surlyjake.com/2011/08/prevent-samba-from-creating-home-directory-for-machine-accounts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=prevent-samba-from-creating-home-directory-for-machine-accounts</link>
		<comments>http://www.surlyjake.com/2011/08/prevent-samba-from-creating-home-directory-for-machine-accounts/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 22:34:29 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=367</guid>
		<description><![CDATA[Since this setup automatically creates a home directory for a user as soon as they access the machine (via samba, ssh, console), I noticed some directories being created for computer accounts.  To prevent this,  I have added a line that only &#8220;Domain Users&#8221; are allowed to authenticate.  To add this: wbinfo -n "Domain Users" It [...]]]></description>
			<content:encoded><![CDATA[<p>Since this setup automatically creates a home directory for a user as soon as they access the machine (via samba, ssh, console), I noticed some directories being created for computer accounts.  To prevent this,  I have added a line that only &#8220;Domain Users&#8221; are allowed to authenticate.  To add this:</p>
<pre><code>wbinfo -n "Domain Users"</code></pre>
<p>It will spit out the SID for the Domain Users group. Something like this:</p>
<pre><code>S-1-5-21-((some number))-((some number))-((some number)) Domain Group (2)</code></pre>
<p>Take that number and change the Pam_winbind.so line in /etc/pam.d/common-session to look like this:</p>
<pre><code>session sufficient pam_winbind.so require_membership_of=S-1-5-21-((some number))-((some number))-((some number)</code></pre>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2011/08/prevent-samba-from-creating-home-directory-for-machine-accounts/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2011/08/prevent-samba-from-creating-home-directory-for-machine-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pstools: Access Denied in a Domain Environment</title>
		<link>http://www.surlyjake.com/2010/09/pstools-access-denied-in-a-domain-environment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pstools-access-denied-in-a-domain-environment</link>
		<comments>http://www.surlyjake.com/2010/09/pstools-access-denied-in-a-domain-environment/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 19:53:10 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[psexec]]></category>
		<category><![CDATA[pstools]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=669</guid>
		<description><![CDATA[After upgrading to a windows 7 VM at work, I was having trouble getting pstools commands to authenticate on remote machines. After much trial and error, I realized some curious behaviour with psexec. Obviously, when connecting to a remote machine, I would try to use the &#8216;-u&#8217; switch to specify my administrative account, but would always [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to a <a href="http://www.surlyjake.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a> 7 VM at work, I was having trouble getting <a href="http://www.surlyjake.com/tag/pstools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with pstools">pstools</a> commands to authenticate on remote machines. After much trial and error, I realized some curious behaviour with <a href="http://www.surlyjake.com/tag/psexec/" class="st_tag internal_tag" rel="tag" title="Posts tagged with psexec">psexec</a>. Obviously, when connecting to a remote machine, I would try to use the &#8216;-u&#8217; switch to specify my administrative account, but would always get &#8216;access is denied&#8217;. Of course, all of the normal things should be checked: simple sharing turned off, $ADMIN share working&#8230; you know&#8230;</p>
<p>The issue was apparently that if I log into my workstation as a non-administrative user, but try to issue pstools commands as an administrator,  it fails because Microsoft wants me to log into my workstation and work logged with my domain admin account.</p>
<p>Take a look at this example using psexec:<br />
On windows 7, running &#8216;cmd&#8217; as your non-admin user, if you type in the command:</p>
<pre><code>c:\Program Files (x86)\PsTools&gt;psexec -u domain\domainadmin \\targetmachine cmd

PsExec v1.98 - Execute processes remotely
Copyright (C) 2001-2010 Mark Russinovich
Sysinternals - www.sysinternals.com

Password:
Could not start PsExec service on targetmachine:
Access is denied.</code></pre>
<p>If you:</p>
<ol>
<li>Hit start</li>
<li>Type &#8220;cmd&#8221;</li>
<li>Hold down &#8216;shift&#8217; and right-click on the &#8216;cmd&#8217; in the start menu</li>
<li>Select &#8216;run as different user&#8217;.</li>
<li>Type in your administrative credentials. Use the same ones you will use in the psexec command.</li>
</ol>
<p>Now you should have your command line window open. If you run the same command as earlier:</p>
<pre><code>c:\Program Files (x86)\PsTools&gt;psexec -u domain\domainadmin \\targetmachine cmd

PsExec v1.98 - Execute processes remotely
Copyright (C) 2001-2010 Mark Russinovich
Sysinternals - www.sysinternals.com

Password:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
C:\Windows\system32&gt;</code></pre>
<p>Now you&#8217;re in!</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2010/09/pstools-access-denied-in-a-domain-environment/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2010/09/pstools-access-denied-in-a-domain-environment/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Windows 32 (x86) or 64 (AMD64) detection in batch files</title>
		<link>http://www.surlyjake.com/2009/10/windows-32-x86-or-64-amd64-detection-in-batch-files/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-32-x86-or-64-amd64-detection-in-batch-files</link>
		<comments>http://www.surlyjake.com/2009/10/windows-32-x86-or-64-amd64-detection-in-batch-files/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 21:53:04 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[batch files]]></category>
		<category><![CDATA[processor architecture]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=556</guid>
		<description><![CDATA[While there are a lot of ways to detect for a 64 bit version of windows. you can test for %programFiles(x86)%, but handling the output and writing the IF comparisons is messy. In Batch files, you can easily check for architecture by using the &#8220;processor_architecture&#8221; variable. x86 versions of windows will have this set to [...]]]></description>
			<content:encoded><![CDATA[<p>While there are a lot of ways to detect for a 64 bit version of <a href="http://www.surlyjake.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">windows</a>. you can test for %programFiles(x86)%, but handling the output and writing the IF comparisons is messy.</p>
<p>In <a href="http://www.surlyjake.com/tag/batch/" class="st_tag internal_tag" rel="tag" title="Posts tagged with batch">Batch</a> files, you can easily check for architecture by using the &#8220;processor_architecture&#8221; variable. x86 versions of windows will have this set to &#8220;x86&#8243;, and x64 versions &#8220;x64&#8243;. Heres an easy example:</p>
<pre><code>@echo off
IF %processor_architecture% == <a href="http://www.surlyjake.com/tag/amd64/" class="st_tag internal_tag" rel="tag" title="Posts tagged with amd64">AMD64</a> echo This is a 64-bit version of windows
IF %processor_architecture% == x86 echo this is a 32-bit version of windows.
pause</code></pre>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/10/windows-32-x86-or-64-amd64-detection-in-batch-files/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/10/windows-32-x86-or-64-amd64-detection-in-batch-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Uninstall ALL Versions of WinZip Batch Script</title>
		<link>http://www.surlyjake.com/2009/10/uninstall-all-versions-of-winzip-batch-script/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uninstall-all-versions-of-winzip-batch-script</link>
		<comments>http://www.surlyjake.com/2009/10/uninstall-all-versions-of-winzip-batch-script/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 20:43:34 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[batch script]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[taskkill]]></category>
		<category><![CDATA[windows management instrumentation]]></category>
		<category><![CDATA[wmic]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=545</guid>
		<description><![CDATA[I have been struggling with this for quite a while, and ran into a lot of issues with all of the different versions on our network. There are people with 100 line .vbs scripts to do this, and I think this is much simpler: @echo off REM REM REM    Detects winzip and silently uninstalls REM   [...]]]></description>
			<content:encoded><![CDATA[<p>I have been struggling with this for quite a while, and ran into a lot of issues with all of the different versions on our network. There are people with 100 line .vbs <a href="http://www.surlyjake.com/tag/scripts/" class="st_tag internal_tag" rel="tag" title="Posts tagged with scripts">scripts</a> to do this, and I think this is much simpler:</p>
<pre><code>@echo off
REM
REM
REM    Detects winzip and silently uninstalls
REM    There is a un-stoppable pop-up window. so this will kill
REM    all instances of  IE after the UN-installation.
REM
REM
REM
<a href="http://www.surlyjake.com/tag/taskkill/" class="st_tag internal_tag" rel="tag" title="Posts tagged with taskkill">taskkill</a> /F /IM wzqkpick.exe
<a href="http://www.surlyjake.com/tag/wmic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with wmic">wmic</a> product where "name like '%%winzip%%'" call Uninstall
REM
REM This section is for WinZip <12
REM
If Exist "%programfiles(x86)%\Winzip\winzip32.exe" GOTO 64
If Exist "%programfiles%\Winzip\winzip32.exe" "%programfiles%\WinZip\Winzip32.exe" /Uninstallx
taskkill /F /IM iexplore.exe
GOTO :END
:64
"%programfiles(x86)%\WinZip\Winzip32.exe" /Uninstallx
taskkill /F /IM iexplore.exe
:END</code></pre>
<p>For getting rid of WinZip 12, the magic happens in the 'wmic' line. It searches all of the installed product's names for "winzip" and will uninstall anything it finds. This only works for products that use MSI's. If you ran this outside of a <a href="http://www.surlyjake.com/tag/batch/" class="st_tag internal_tag" rel="tag" title="Posts tagged with batch">batch</a> file, you will have to use a single % percentage sign instead of the %% double percentage sign... <a href="http://www.surlyjake.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> scripting sucks, and that's just the way it is. Same thing that happens in "FOR" loops. </p>
<p>I never knew anything about the <a href="http://www.surlyjake.com/tag/windows-management-instrumentation/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows management instrumentation">Windows management instrumentation</a> control (wmic) until now, but I will be sure to exploit it's features. </p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/10/uninstall-all-versions-of-winzip-batch-script/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/10/uninstall-all-versions-of-winzip-batch-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set Windows Environment variables through registry.</title>
		<link>http://www.surlyjake.com/2009/02/set-windows-environment-variables-through-registry/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=set-windows-environment-variables-through-registry</link>
		<comments>http://www.surlyjake.com/2009/02/set-windows-environment-variables-through-registry/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 19:35:58 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=279</guid>
		<description><![CDATA[The system variables are in there, so you can change and add to them permanently. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]]></description>
			<content:encoded><![CDATA[<p>The system variables are in there, so you can change and add to them permanently.</p>
<pre><code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment</code></pre>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/02/set-windows-environment-variables-through-registry/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/02/set-windows-environment-variables-through-registry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remotely change power options in XP</title>
		<link>http://www.surlyjake.com/2009/01/remotely-change-power-options-in-xp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remotely-change-power-options-in-xp</link>
		<comments>http://www.surlyjake.com/2009/01/remotely-change-power-options-in-xp/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 22:35:21 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[psexec]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=222</guid>
		<description><![CDATA[First of all, get the pstools and set them up. then run psexec \\[workstation name] powercfg /query Field Description Value ----------------- ----- Name Home/Office Desk Numerical ID 0 Turn off monitor (AC) After 20 mins Turn off monitor (DC) After 5 mins Turn off hard disks (AC) After 60 mins Turn off hard disks (DC) [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, get the <a href="http://www.surlyjake.com/tag/pstools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with pstools">pstools</a> and set them up. then run</p>
<pre><code><a href="http://www.surlyjake.com/tag/psexec/" class="st_tag internal_tag" rel="tag" title="Posts tagged with psexec">psexec</a> \\[workstation name] powercfg /query
Field Description          Value
-----------------          -----
Name                       Home/Office Desk
Numerical ID               0
Turn off monitor (AC)      After 20 mins
Turn off monitor (DC)      After 5 mins
Turn off hard disks (AC)   After 60 mins
Turn off hard disks (DC)   After 10 mins
System standby (AC)        Never
System standby (DC)        After 5 mins
System hibernates (AC)     Never
System hibernates (DC)     After 20 mins
Processor Throttle (AC)    Not Supported
Processor Throttle (DC)    Not Supported</code></pre>
<p>that will tell you what the current settings are. After that, you can set the power scheme by doing this:</p>
<pre><code>psexec \\[workstation name] powercfg /setactive "[scheme name]"</code></pre>
<p>It will exit with &#8220;error code 0&#8243;, but no worries. Just check your work using the query command above after your changes.</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/01/remotely-change-power-options-in-xp/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/01/remotely-change-power-options-in-xp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Logitech webcam drivers</title>
		<link>http://www.surlyjake.com/2008/12/logitech-webcam-drivers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=logitech-webcam-drivers</link>
		<comments>http://www.surlyjake.com/2008/12/logitech-webcam-drivers/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 21:26:04 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[logitech 4000 pro]]></category>
		<category><![CDATA[logitech drivers]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=210</guid>
		<description><![CDATA[Logitech drivers are packed in with an awful, bloated program. Just want the drivers and nothing else? I did this with a Quickcam 4000 Pro. The same basic steps may apply to other cams: 1. Download the Program from logitech.com 2. use 7-zip, winRAR, or some other decent compression program to extract the contents of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.surlyjake.com/tag/logitech/" class="st_tag internal_tag" rel="tag" title="Posts tagged with logitech">Logitech</a> drivers are packed in with an awful, bloated program. Just want the drivers and nothing else? I did this with a Quickcam 4000 Pro. The same basic steps may apply to other cams:</p>
<p>1. Download the Program from logitech.com<br />
2. use 7-zip, winRAR, or some other decent compression program to extract the contents of the .exe to a folder on you computer.<br />
3. Open up Device Manager. right-click on the unknown USB device, and select &#8220;Update Driver&#8221;.<br />
4. Point it at the folders you extracted. it should be under a folder appropriately named &#8220;drivers&#8221;. mine was in &#8220;pro&#8221;.<br />
5. happy happy. you web cam works without the extra bloat.</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2008/12/logitech-webcam-drivers/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2008/12/logitech-webcam-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>running msc&#8217;s as admin account</title>
		<link>http://www.surlyjake.com/2008/12/running-mscs-as-admin-account/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=running-mscs-as-admin-account</link>
		<comments>http://www.surlyjake.com/2008/12/running-mscs-as-admin-account/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:51:11 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=196</guid>
		<description><![CDATA[Got tired of right-clicking and &#8220;run as&#8221; and putting in my uname/password. I just updated the shortcuts to run something similar to this. This example is for exchange 2007 server management console. runas /user:DOMAIN\ADMIN_ACCOUNT "cmd /c \"c:\program files\microsoft\exchange server\bin\exchange management console.msc\""]]></description>
			<content:encoded><![CDATA[<p>Got tired of right-clicking and &#8220;run as&#8221; and putting in my uname/password. I just updated the shortcuts to run something similar to this. This example is for <a href="http://www.surlyjake.com/tag/exchange/" class="st_tag internal_tag" rel="tag" title="Posts tagged with exchange">exchange</a> 2007 server management console.</p>
<p><code>runas /user:DOMAIN\ADMIN_ACCOUNT "cmd /c \"c:\program files\microsoft\exchange server\bin\exchange management console.msc\""</code></p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2008/12/running-mscs-as-admin-account/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2008/12/running-mscs-as-admin-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conference rooms with outlook and exchange 2007</title>
		<link>http://www.surlyjake.com/2008/12/conference-rooms-with-outlook-and-exchange-2007/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=conference-rooms-with-outlook-and-exchange-2007</link>
		<comments>http://www.surlyjake.com/2008/12/conference-rooms-with-outlook-and-exchange-2007/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 15:18:14 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[exchange]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=183</guid>
		<description><![CDATA[Exchange Server 2007 allows administrators to create objects such as Mailbox, Contacts, Mail User, and Distribution Groups. Here are the steps needed to create a room mailbox object: Open the Exchange Management Console. Expand Recipient Configuration. Click on Mailbox. In the Mailbox pane, click on New Mailbox&#8230; For our purposes, we will pick &#8220;room mailbox&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.surlyjake.com/tag/exchange/" class="st_tag internal_tag" rel="tag" title="Posts tagged with exchange">Exchange</a> Server 2007 allows administrators to create objects such as Mailbox, Contacts, Mail User, and Distribution Groups. Here are the steps needed to create a room mailbox object:</p>
<ol>
<li>Open the Exchange Management Console.</li>
<li>Expand Recipient Configuration.</li>
<li>Click on Mailbox.</li>
<li>In the Mailbox pane, click on New Mailbox&#8230;</li>
<li>For our purposes, we will pick &#8220;room mailbox&#8221; This is a mailbox to be assigned specifically to Meeting Rooms. Its associated user account will be disabled in Active Directory.</li>
<li>In the User Type window, we can choose either to create a new user or to assign an existent user to the new resource mailbox. If we choose to assign it to an existent user, we will have to check if the account does not already have a mailbox associated to it. Click Next to continue.</li>
<li>In the User Information window, we should fill out the user&#8217;s personal information and select the Organization Unit where it will be created. After that click on Next</li>
<li>On the Mailbox Settings page, we can define the mailbox information such as Alias, Mailbox Server, and Mailbox Store where the new resource mailbox will be located. The policies for Mailbox and ActiveSync can also be defined in this step. We can choose which fields we are going to fill out and then click Next to continue.</li>
<li>In the New Mailbox window, we will get a summary of all the information that we have selected in the previous steps. These parameters will be used by the cmdlet New-Mailbox for the creation of this resource mailbox object. To create the resource mailbox, click on New.</li>
<li>In the Completion window, we will see the cmdlet New-mailbox and the parameters that we used in the creation process of this new resource mailbox.</li>
<li>Grant yourself and users who will manage the mailbox &#8220;full access&#8221;. Right-click on the mailbox you just created and  select manage full access permission.</li>
<li>Sign into OWA.</li>
<li>Click the dropdown next to your username on the upper-right corner of the screen and open up the room mailbox you just created.</li>
<li>go to Options, then Resource settings</li>
<li>go through these.</li>
<li>Add the room mailbox to outlook.</li>
<li>go to the calendar, right-click on the room&#8217;s calendar, go to properties.</li>
<li>Under the permissions tab, set the default permission to &#8220;reviewer&#8221;. This will let everyone see what is going on in the room when they are scheduling</li>
</ol>
<p>props to: <a href="http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/managing-resource-mailboxes-exchange-server-2007-part1.html" target="_blank">http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/managing-resource-mailboxes-exchange-server-2007-part1.html</a></p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2008/12/conference-rooms-with-outlook-and-exchange-2007/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2008/12/conference-rooms-with-outlook-and-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP&#8217;s /etc/hosts file</title>
		<link>http://www.surlyjake.com/2008/12/windows-xps-etchosts-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-xps-etchosts-file</link>
		<comments>http://www.surlyjake.com/2008/12/windows-xps-etchosts-file/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 22:48:20 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=161</guid>
		<description><![CDATA[To my surprise, XP has an equivalent to unix&#8217; &#8220;/etc/hosts&#8221; file. you can find it here: c:\WINDOWS\system32\drivers\etc\hosts&#8217;]]></description>
			<content:encoded><![CDATA[<p>To my surprise, XP has an equivalent to unix&#8217; &#8220;/etc/hosts&#8221; file. you can find it here:<br />
c:\<a href="http://www.surlyjake.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">WINDOWS</a>\system32\drivers\etc\hosts&#8217;</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2008/12/windows-xps-etchosts-file/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2008/12/windows-xps-etchosts-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

