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
get-life | add-powershell
»
All Tags
»
CTP3
(
RSS
)
Browse by Tags
Share
|
Recent Posts
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
code
powershell
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.