Showing results for August 2006 - Page 2 of 2 - PowerShell Team

Aug 5, 2006
0
0

More Windows PowerShell Training Available

PowerShell Team
PowerShell Team

Don Jones, of ScriptingAnswers.com, is holding two two-day classes on Windows administrative scripting in Chicago and Seattle this September. While the first day of each class will focus on advanced VBScript techniques, the second day will be entirely devoted to Windows PowerShell. No prior PowerShell experience is necessary—Don plans to start ...

FAQTraining
Aug 3, 2006
0
0

Windows PowerShell and the “PowerShell Worm”

PowerShell Team
PowerShell Team

Updated Aug. 5th, 2006: The Microsoft security folks have finished their full technical analysis of the worm. You can read their analysis in the Malicious Software Encyclopedia.   A “PowerShell Worm” has recently been reported by several antivirus companies and some news organizations. There has been some confusion and concern ...

SECURITY
Aug 2, 2006
0
0

Joel-On-Software on the power of a good language

PowerShell Team
PowerShell Team

Joel Spolsky of Joel-On-Software fame, just posted a blog, "Can Your Programming Language Do This?" http://www.joelonsoftware.com/items/2006/08/01.html In this article, he drives home the point that when it comes to code: Maintainability, Readability, Abstraction == Good!  He then points out how languages can help or hinder this and goes on to...

FAQLANGUAGE
Aug 1, 2006
0
0

ScriptCenter EventLog Article

PowerShell Team
PowerShell Team

ScriptCenter has a very good article exploring the use of Windows PowerShell to analyze your eventlogs.  Check it out at: http://www.microsoft.com/technet/scriptcenter/topics/msh/cmdlets/get-eventlog.mspx PSMDTAG:CMDLET: Get-EventLog PSMDTAG:FAQ: EventLog - How do I find out what event logs exist?  ANSWER: Get-EventLog -list PSMDTAG:...

FAQGet-EventLog
Aug 1, 2006
0
0

Scott Hanselman's Beantown.Net presentation

PowerShell Team
PowerShell Team

Scott Hanselman is a superstar presenter.  Here is a link to a video of presentation he gave to the Beantown.net users group in boston that focused on Windows PowerShell.  Even if you are a longtime PowerShell user, I encourage you to watch this because Scott provides some great ways to think about things.  http://www.wrox.com/...

Scott Hanselman
Aug 1, 2006
0
0

Encoding Operations Knowledge

PowerShell Team
PowerShell Team

One of the primary goals of Windows PowerShell is to encode operations knowledge.   Consider the example of finding out what domain role a computer plays.  If you look at the WMI class WIN32_COMPUTERSYSTEM, you'll see that it tells you this information:   PS> Get-WMiObject Win32_computerSystem |fl dom*Domain  &...

FAQPHILOSOPHYWMI