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
Share
|
Recent Posts
PowerShell Dinner at TechEd Europe 2009
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
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
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 18 2009 3:50 AM
by
Aleksandar
Filed under:
code
,
powershell
,
v2
,
powershell v2
,
registry
,
WSUS
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 06 2009 2:14 AM
by
Aleksandar
Filed under:
CTP3
,
code
,
powershell
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 04 2009 12:02 AM
by
Aleksandar
Filed under:
code
,
powershell
,
v2
,
powershell ise
PowerShell Dinner at TechEd Europe 2009
Here are the pictures from PowerShell Dinner we had at Teched Europe 2009. The dinner was a great event thanks to our host Dmitry Sotnikov, the one and only Jeffrey Snover, amazing MVP guys, and a bunch of European PowerShellers. From PowerShell Dinner...
Published
Fri, Nov 27 2009 9:16 AM
by
Aleksandar
Filed under:
tobias
,
powershell
,
conference
,
TEE09
,
TechEd
-include and -exclude go together
While reading James Brundage's blog post Microcode: Exploring More of .NET with Get-Assembly , I have spotted a rather unnecessary complicated part of a code: Get-ChildItem ( Join-Path $env:Windir "Assembly" ) -recurse - filter "*.dll"...
Published
Sun, Nov 09 2008 11:23 PM
by
Aleksandar
Filed under:
assembly
,
Get-Childitem
An interview with Tobias Weltner
For those of you who have missed it when it was broadcasted live , new episode of famous PowerScripting Podcast is online and ready for listening. In this episode Tobias Weltner gives an inside look at PowerShellPlus Professional Edition . Hal Rottenberg...
Published
Mon, Oct 06 2008 6:49 AM
by
Aleksandar
Filed under:
interview
,
podcast
,
powershellplus
,
tobias
,
powerscripting podcast
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 17 2009 1:28 PM
by
Aleksandar
Filed under:
CTP3
,
code
Copyright 2012 PowerShell.com. All rights reserved.