Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Featured Posts
Dreaming in PowerShell
Don Jones
Code MarkUp Tool
Directory
Richard Siddaway's Blog
»
All Tags
»
PowerShell V2
(
RSS
)
Browse by Tags
Share
|
Recent Posts
Displaying data from multiple servers as HTML
Ensuring that parameter values are passed to your function
WMI property names
Working with profiles: 2 deleting profiles
Using a colon with cmdlet parameters
Archives
May 2013 (20)
April 2013 (22)
March 2013 (7)
February 2013 (12)
January 2013 (24)
December 2012 (19)
November 2012 (15)
October 2012 (8)
September 2012 (19)
August 2012 (7)
July 2012 (5)
June 2012 (19)
May 2012 (31)
April 2012 (21)
March 2012 (65)
February 2012 (94)
January 2012 (53)
December 2011 (17)
November 2011 (11)
October 2011 (15)
September 2011 (39)
August 2011 (57)
July 2011 (58)
June 2011 (65)
May 2011 (6)
Tags
Active Directory
Books
COM
Deep Dive
File System
General
Networking
Office 2010
Outlook
Powershell
PowerShell and Active Directory
PowerShell and WMI
PowerShell Basics
PowerShell User Group
PowerShell V2
PowerShell V3
Remoting
Scripting Games
Summit
Technology
Windows 7
Windows 8
Windows Server 2008 R2
Windows Server 2012
Windows Server 8
View more
.NET
Advanced Functions
BITS
Books
COM
Deep Dive
File System
Firewall
Hyper-V
IE
IT Community
IT Security
Math
Modules
Networking
Office 2010
Outlook
Philosophy
Powershell
PowerShell and Active Directory
PowerShell and WMI
PowerShell Basics
PowerShell User Group
PowerShell V3
Process
PSAM
Remoting
Strings
Technology
Timer
Virtualisation
Windows 7
Windows Server 2008 R2
WPF
Date formats
Can you remember all of the .NET date formats and what they mean. I can’t so I wrote this reminder "d ShortDatePattern ...
Published
Wed, Jun 06 2011 4:41 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
PowerShell and WMI forum
I will be moderating a new forum for PowerShell on powershell.com http://powershell.com/cs/forums/217.aspx The forum is slanted towards PowerShell and WMI but happy to take questions on any aspect of PowerShell Read More...
Published
Wed, Jun 06 2011 2:34 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
,
IT Community
Path to files on start menu–Part 2
Last time we had got the file names for most of the files but anything in special folders such as the desktop wasn’t displaying properly. We can fix that 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025...
Published
Wed, Jun 06 2011 2:17 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
,
File System
Path to files on start menu
I was asked today if it was possible the path to recent files that are shown on the start menu. I thought it was easy until I started digging into it. The files on the start menu are .lnk files and are in a binary format. 001 002 003 004 005...
Published
Tue, Jun 06 2011 2:28 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
,
File System
,
COM
PowerShell resources: Code examples
There are a number of good locations for code examples. This list isn’t meant to be exhaustive. It covers the sites I’ve used. I’ve already mentioned www.codeplex.com To that we can add: http://gallery.technet.microsoft.com/scriptcenter – lots...
Published
Mon, Jun 06 2011 1:15 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
Advanced Function update
If you were around PowerShell back in November 2007 you might remember that the PowerShell v2 CTP was the new kid in town. One of really big things at the time was script cmdlets – that we now call Advanced Functions. Back in this post http://richardspowershellblog...
Published
Sun, Jun 06 2011 12:34 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
,
Advanced Functions
PowerShell Basics: Getting the job done
Warning: this post contains a lot of personal opinion. In my recent post http://msmvps.com/blogs/richardsiddaway/archive/2011/05/16/scripting-games-commentary-xiii-ping.aspx I showed that there were a number of ways of “pinging” a remote machine: Using...
Published
Sun, Jun 06 2011 4:08 AM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
Powers
Many numbers in computing are based on powers of 2. I need to calculate some powers of 2 and realised that PowerShell doesn’t have an operator for raising a number to a power. In many languages ** or ^ supply this functionality...
Published
Fri, Jun 06 2011 6:13 AM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
,
PSAM
PowerShell resources: CodePlex
Creating your own PowerShell functions and scripts is very satisfying but sometimes you just need the functionality. One good source is www.codeplex.com Its Microsoft’s Open Source Project Community. Go to the home page and put PowerShell into...
Published
Wed, Jun 06 2011 2:51 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
Advanced Function Template typo
Just discovered a typo in the advanced function template I posted. http://msmvps.com/blogs/richardsiddaway/archive/2011/05/24/advanced-function-template.aspx It should be function aaaa-yyyyyy{ [CmdletBinding(SupportsShouldProcess=$true, ...
Published
Mon, May 05 2011 11:23 AM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
« First
...
< Previous
4
5
6
7
8
Copyright 2012 PowerShell.com. All rights reserved.