Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBook
Script Library
Twitter Grid
Featured Posts
Directory
Dreaming in PowerShell
Code MarkUp Tool
get-life | add-powershell
»
All Tags
»
code
(
RSS
)
Browse by Tags
Share
|
Recent Posts
PowerShell V2: Meet New-Object's Property parameter
What happened to a CustomMenu property?
Get-Alias ?
Do you know the aliases for the New-Item cmdlet?
Archives
November 2009 (1)
October 2009 (1)
May 2009 (1)
February 2009 (2)
November 2008 (1)
October 2008 (1)
Tags
assembly
code
conference
CTP3
Get-Childitem
interview
podcast
powerscripting podcast
powershell
powershell ise
powershell v2
powershellplus
registry
TechEd
TEE09
tobias
v2
WSUS
View more
CTP3
powershell
powershell ise
powershell v2
registry
v2
WSUS
PowerShell V2: Meet New-Object's Property parameter
I've stumbled upon blog post that talks about accessing remote registry, collecting "Automatic Update" configuration info and creating custom object to hold that data for further processing/formatting. The author has used Add-Member cmdlet...
Published
Sun, Oct 10 2009 3:50 AM
by
Aleksandar
Filed under:
code
,
powershell
,
v2
,
powershell v2
,
registry
,
WSUS
What happened to a CustomMenu property?
If you'd like to customize your Windows PowerShell ISE be prepared for some breaking changes in Windows PowerShell ISE that comes with Windows 7 RC (May I call it Windows PowerShell ISE RC?). In Windows PowerShell ISE CTP3 $psISE, custom host variable...
Published
Mon, May 05 2009 12:02 AM
by
Aleksandar
Filed under:
code
,
powershell
,
v2
,
powershell ise
Get-Alias ?
If you want to find the cmdlet "behind" the alias ? , command Get-Alias ? won't help you, because ? will be treated as a wildcard for a single character, and you will get all single-character aliases: PS>get-alias ? CommandType Name Definition...
Published
Tue, Feb 02 2009 1:28 PM
by
Aleksandar
Filed under:
CTP3
,
code
Do you know the aliases for the New-Item cmdlet?
I was playing with Doug Finke's extensions for PowerShell ISE (Integrated Scripting Environment), Expand-Alias and Expand-CurrentAlias , when I've noticed that mkdir doesn't expand and md expands to mkdir . Up until now I thought that mkdir...
Published
Fri, Feb 02 2009 2:14 AM
by
Aleksandar
Filed under:
CTP3
,
code
,
powershell
Copyright 2011 PowerShell.com. All rights reserved.