Sign In
Arul Kumaravel's WebLog
Windows PowerShell technology blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
May 2007
(2)
November 2006
(5)
August 2006
(3)
July 2006
(3)
May 2006
(4)
April 2006
(1)
March 2006
(3)
January 2006
(1)
December 2005
(1)
July 2005
(2)
June 2005
(3)
May 2005
(2)
February 2005
(2)
November, 2006
MSDN Blogs
>
Arul Kumaravel's WebLog
>
November, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Arul Kumaravel's WebLog
How Can I Determine the Day of the Week?
Posted
over 6 years ago
by
arulk
0
Comments
Hey, PowerShell! I have a script that does certain management tasks based on the day of the week. I know how get the date in a script, but how can I tell whether it’s a Monday or a Tuesday or whatever? This is very easy to do with Syste.Datetime class...
Arul Kumaravel's WebLog
How Can I Determine the Date for the Friday in a Given Week?
Posted
over 6 years ago
by
arulk
1
Comments
Hey, Powershell! Given a date, can a script tell me the date that the Friday for that week occurs? Here’s a script that – given a date – will report back the date that the Friday of that week falls on: param ([system.datetime]$date = $([system.datetime...
Arul Kumaravel's WebLog
How Can I Determine the Beginning and Ending Date of the Previous Month?
Posted
over 6 years ago
by
arulk
0
Comments
Hey, PowerShell! Given a specific date, how can I determine the beginning and ending date of the previous month? In other words, given 8/11/2005, I need to get back 7/1/2005 and 7/31/2005. Powershell provides access to .Net framework. We can use .Net...
Arul Kumaravel's WebLog
Transcript of Solving Management Problems with Windows PowerShell
Posted
over 6 years ago
by
arulk
1
Comments
Along with Jeffrey, I presented Solving Management Problems with Windows PowerShell session at TechEd Barcelona. Many people asked for the script examples I used during the presentation. Attached zip file contains transcript as well as input files used...
Arul Kumaravel's WebLog
Windows PowerShell 1.0 Launched
Posted
over 6 years ago
by
arulk
0
Comments
I am here at TechED-IT Forum at Barcelona, Spain. Today, in his keynote address Bob Muglia, Senior Vice President, Microsoft Corporation, officially launched Windows PowerShell 1.0. Jeffrey Snover showed an awesome demo of using PowerShell to manage IIS...
Page 1 of 1 (5 items)