<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for blog.powershell.no</title>
	<atom:link href="http://blog.powershell.no/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.powershell.no</link>
	<description>On Windows PowerShell and other admin-related topics</description>
	<lastBuildDate>Mon, 13 Feb 2012 23:31:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Automate Group Policy Preferences printer-management using Windows PowerShell by Jan Egil Ring</title>
		<link>http://blog.powershell.no/2010/01/18/automate-group-policy-preferences-printer-management-using-windows-powershell-2/#comment-1242</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 23:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/18/automate-group-policy-preferences-printer-management-using-windows-powershell-2/#comment-1242</guid>
		<description><![CDATA[I couldn`t see any new features in the Group Policy module in the Developer Preview of &quot;Windows Server 8&quot;, but I guess we can hope for some new features in the upcoming beta. Until then I still see great value in the SDM GPAE.]]></description>
		<content:encoded><![CDATA[<p>I couldn`t see any new features in the Group Policy module in the Developer Preview of &#8220;Windows Server 8&#8243;, but I guess we can hope for some new features in the upcoming beta. Until then I still see great value in the SDM GPAE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting information about Run As Accounts for services and scheduled tasks by Jan Egil Ring</title>
		<link>http://blog.powershell.no/2012/02/05/getting-information-about-run-as-accounts-for-services-and-scheduled-tasks/#comment-1241</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 23:28:33 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/?p=1003#comment-1241</guid>
		<description><![CDATA[Thanks for the feedback :) I`ll add an enabled-property in the next update of the script, great suggestion.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the feedback <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I`ll add an enabled-property in the next update of the script, great suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows PowerShell Web Access by Jan Egil Ring</title>
		<link>http://blog.powershell.no/2011/09/14/windows-powershell-web-access/#comment-1240</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 23:05:17 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2011/09/14/windows-powershell-web-access/#comment-1240</guid>
		<description><![CDATA[Hi Ferdinand,

The Web Access feature is part of &quot;Windows Server 8&quot;, it won`t be available for downlevel OS`es.]]></description>
		<content:encoded><![CDATA[<p>Hi Ferdinand,</p>
<p>The Web Access feature is part of &#8220;Windows Server 8&#8243;, it won`t be available for downlevel OS`es.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Invoke Best Practices Analyzer on remote servers using PowerShell by CypherBit</title>
		<link>http://blog.powershell.no/2010/08/17/invoke-best-practices-analyzer-on-remote-servers-using-powershell/#comment-1237</link>
		<dc:creator><![CDATA[CypherBit]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 12:35:48 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/08/17/invoke-best-practices-analyzer-on-remote-servers-using-powershell/#comment-1237</guid>
		<description><![CDATA[Great script, thank you very much. Two questions:

- in the reports that are generated, is it possible to hide the results that are already excluded?
- for each server, role I get:
Could not find a part of the path &#039;C:\Tasks\BPAReports\CA-CertificateServices-13-02-12_08-48.csv&#039;.
    + CategoryInfo          : OpenError: (:) [Out-File], DirectoryNotFoundException
    + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand

Could not find a part of the path &#039;C:\Tasks\BPAReports\CA-CertificateServices-13-02-12_08-48.html&#039;.
    + CategoryInfo          : OpenError: (:) [Out-File], DirectoryNotFoundException
    + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand

Why the error is it somehow related to the PowerShell culture?]]></description>
		<content:encoded><![CDATA[<p>Great script, thank you very much. Two questions:</p>
<p>- in the reports that are generated, is it possible to hide the results that are already excluded?<br />
- for each server, role I get:<br />
Could not find a part of the path &#8216;C:\Tasks\BPAReports\CA-CertificateServices-13-02-12_08-48.csv&#8217;.<br />
    + CategoryInfo          : OpenError: (:) [Out-File], DirectoryNotFoundException<br />
    + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand</p>
<p>Could not find a part of the path &#8216;C:\Tasks\BPAReports\CA-CertificateServices-13-02-12_08-48.html&#8217;.<br />
    + CategoryInfo          : OpenError: (:) [Out-File], DirectoryNotFoundException<br />
    + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand</p>
<p>Why the error is it somehow related to the PowerShell culture?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bulk-create printer objects on print servers using Windows PowerShell by Marcos</title>
		<link>http://blog.powershell.no/2009/11/07/bulk-create-printer-objects-on-print-servers-using-windows-powershell/#comment-1232</link>
		<dc:creator><![CDATA[Marcos]]></dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2009/11/07/bulk-create-printer-objects-on-print-servers-using-windows-powershell/#comment-1232</guid>
		<description><![CDATA[I resolved the problem bi my self.
Start Firewall Service. Disable the Firewall Rules on the hole Server.]]></description>
		<content:encoded><![CDATA[<p>I resolved the problem bi my self.<br />
Start Firewall Service. Disable the Firewall Rules on the hole Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bulk-create printer objects on print servers using Windows PowerShell by Marcos</title>
		<link>http://blog.powershell.no/2009/11/07/bulk-create-printer-objects-on-print-servers-using-windows-powershell/#comment-1231</link>
		<dc:creator><![CDATA[Marcos]]></dc:creator>
		<pubDate>Thu, 09 Feb 2012 10:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2009/11/07/bulk-create-printer-objects-on-print-servers-using-windows-powershell/#comment-1231</guid>
		<description><![CDATA[Extremly nice Script for PrintServermigration
Im Installing the Printers on 2008R2.
The Port will be created, but on the Printerpart i reseve this msg:

Exception calling &quot;Put&quot; with &quot;0&quot; argument(s): &quot;Generic failure &quot;
At D:\PrintMig\Install_Printer.ps1:12 char:11
+ $print.Put &lt;&lt;&lt;&lt; ()
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException

CSV content:
Printserver,Driver,Portname,IPAddress,Sharename,Location,Comment,Printername
SERVERRNTP03,Lexmark Universal PS3,PrinterTEST,10.10.10.10,PrinterTEST,Room3,BlackWihtePrinter,Printername]]></description>
		<content:encoded><![CDATA[<p>Extremly nice Script for PrintServermigration<br />
Im Installing the Printers on 2008R2.<br />
The Port will be created, but on the Printerpart i reseve this msg:</p>
<p>Exception calling &#8220;Put&#8221; with &#8220;0&#8243; argument(s): &#8220;Generic failure &#8221;<br />
At D:\PrintMig\Install_Printer.ps1:12 char:11<br />
+ $print.Put &lt;&lt;&lt;&lt; ()<br />
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException<br />
    + FullyQualifiedErrorId : DotNetMethodException</p>
<p>CSV content:<br />
Printserver,Driver,Portname,IPAddress,Sharename,Location,Comment,Printername<br />
SERVERRNTP03,Lexmark Universal PS3,PrinterTEST,10.10.10.10,PrinterTEST,Room3,BlackWihtePrinter,Printername</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting information about Run As Accounts for services and scheduled tasks by Anders</title>
		<link>http://blog.powershell.no/2012/02/05/getting-information-about-run-as-accounts-for-services-and-scheduled-tasks/#comment-1230</link>
		<dc:creator><![CDATA[Anders]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 19:45:15 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/?p=1003#comment-1230</guid>
		<description><![CDATA[Wonderfull work.

Ideas/what i found missing:
An enabled-property in the output-objects.If its a scheduled task it will be true if the task is enabled. If it&#039;s a service it&#039;s true if the service startupmode is &#039;automatic&#039; and else disabled (i suppose that it should be false if its manuel even if the service is running - but i suppose your script is not looking for that at all?).

Thank you again for your inspiring AND reallife usable code :-)

Tak :)]]></description>
		<content:encoded><![CDATA[<p>Wonderfull work.</p>
<p>Ideas/what i found missing:<br />
An enabled-property in the output-objects.If its a scheduled task it will be true if the task is enabled. If it&#8217;s a service it&#8217;s true if the service startupmode is &#8216;automatic&#8217; and else disabled (i suppose that it should be false if its manuel even if the service is running &#8211; but i suppose your script is not looking for that at all?).</p>
<p>Thank you again for your inspiring AND reallife usable code <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Tak <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Remote Desktop Connection Manager connection list by Wilfrid</title>
		<link>http://blog.powershell.no/2010/06/02/dynamic-remote-desktop-connection-manager-connection-list/#comment-1229</link>
		<dc:creator><![CDATA[Wilfrid]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:33:26 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/06/02/dynamic-remote-desktop-connection-manager-connection-list/#comment-1229</guid>
		<description><![CDATA[Has someone been able to modify this script to create group based on Ou where the servers is located ?
I&#039;m very interested in.

thx]]></description>
		<content:encoded><![CDATA[<p>Has someone been able to modify this script to create group based on Ou where the servers is located ?<br />
I&#8217;m very interested in.</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Demos, slides and videos from Nordic Infrastructure Conference 2012 sessions by Episode 175 &#8211; Mike Wells on SQLSpade &#171; PowerScripting Podcast</title>
		<link>http://blog.powershell.no/2012/01/22/demos-slides-and-videos-from-nordic-infrastructure-conference-2012-sessions/#comment-1227</link>
		<dc:creator><![CDATA[Episode 175 &#8211; Mike Wells on SQLSpade &#171; PowerScripting Podcast]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 04:45:10 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/?p=987#comment-1227</guid>
		<description><![CDATA[[...] Jan Egil Ring posted his PowerShell sessions from the NIC conference [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Jan Egil Ring posted his PowerShell sessions from the NIC conference [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automate Group Policy Preferences printer-management using Windows PowerShell by Anders</title>
		<link>http://blog.powershell.no/2010/01/18/automate-group-policy-preferences-printer-management-using-windows-powershell-2/#comment-1222</link>
		<dc:creator><![CDATA[Anders]]></dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/18/automate-group-policy-preferences-printer-management-using-windows-powershell-2/#comment-1222</guid>
		<description><![CDATA[With PS3 in the horizon. Would you find any good reason to not wait for it, and still choose the &#039;Group Policy Automation Engine&#039; from SDM Software wanting to mess with GP Preferences through Powershell?]]></description>
		<content:encoded><![CDATA[<p>With PS3 in the horizon. Would you find any good reason to not wait for it, and still choose the &#8216;Group Policy Automation Engine&#8217; from SDM Software wanting to mess with GP Preferences through Powershell?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

