Tag Archives: Alias

Convert Aliases with the Tokenizer

Last week I posted a function you can use in the Windows PowerShell ISE to convert aliases to command definitions. My script relied on regular expressions to seek out and replace aliases. A number of people asked me why I … Continue reading

Posted in PowerShell ISE, Scripting | Tagged , , , | Comments Off

PowerShell ISE Convert All Aliases

Yesterday I posted an article on how to convert a selected word to an alias or cmdlet. While I think there is still some value in this piecemeal approach. sometimes you want to make wholesale changes, such as when troubleshooting … Continue reading

Posted in PowerShell v2.0 | Tagged , , , , , | 2 Comments

PowerShell ISE Alias to Command

Earlier this week I posted a function that you could incorporate into the PowerShell ISE to convert selected text to upper or lower case. I was challenged to take this a step further and come up with a way to … Continue reading

Posted in PowerShell ISE, PowerShell v2.0 | Tagged , , , | 2 Comments

PowerShell Picasso

You have probably heard the story (or legend) about Pablo Picasso and his napkin drawing. A guy goes up to Picasso in a cafe and asks for an autograph or something. Picasso sketches out something in a minute or so. … Continue reading

Posted in PowerShell v2.0, Scripting | Tagged , , , | 10 Comments