<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Server 2003</title><link>http://powershell.com/cs/media/g/windows-2003/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Get all disk related info</title><link>http://powershell.com/cs/media/p/9179.aspx</link><pubDate>Fri, 28 Jan 2011 10:39:37 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:9179</guid><dc:creator>siri</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This script will help to retreive all the disk related information as the disk controller&amp;nbsp; SCSI BUS, LU etc... Along with it, this will also display partition and logical drive information related to each disk.&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.91.79/Alldiskinfo.ps1" length="700" type="application/octet-stream" /></item><item><title>Windows Scheduled Tasks inventory</title><link>http://powershell.com/cs/media/p/2611.aspx</link><pubDate>Fri, 29 May 2009 01:00:33 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:2611</guid><dc:creator>tao.yang</dc:creator><slash:comments>8</slash:comments><description>&lt;div&gt;
&lt;p&gt;As you may know, there are 2 APIs to manage scheduled tasks in Windows: schtasks (used by normal GUI interface)&amp;nbsp;and wmi class win32_scheduledjob.&lt;/p&gt;
&lt;p&gt;These 2 APIs do not work well with each other. Win32_ScheduledJob class can not access the jobs created by schtasks and jobs created via Win32_ScheduledJob class only have a very limited number of properties. Additional, schtasks cannot modify the jobs created by Win32_ScheduledJob class.&lt;/p&gt;
&lt;p&gt;Because of this limitation in the WMI class Win32_ScheduledJob, I was unable to collect Scheduled jobs data in SMS 2003. Therefore I&amp;#39;ve written a powershell script to connect to every server in a given OU in the given domain and use schtasks to inventory the scheduled jobs on each machine. &lt;/p&gt;
&lt;p&gt;The report is in CSV file and the script also email out the report. At work, I&amp;#39;ve scheduled this to run on a weekly basis. this is particularly helpful when you need to update service accounts and troubleshoot account lockout issues.&lt;/p&gt;
&lt;p&gt;Before you run it, please make sure you update the script with your domain, OU, SMTP server, sender, recipient info. and the account you use to run it must have admin access to all the servers....&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Tao&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
&lt;/div&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.26.11/ScheduledTaskInventory.ps1" length="7054" type="application/octet-stream" /></item></channel></rss>
