powershellers.blogspot.com
PowerShellers: Upgrade Virtual PC 2007 before you virtualize Windows 7 RC
http://powershellers.blogspot.com/2009/05/upgrade-virtual-pc-2007-before-you.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Saturday, May 2, 2009. Upgrade Virtual PC 2007 before you virtualize Windows 7 RC. If you plan to install Windows 7 RC using Microsoft Virtual PC 2007, upgrade it to Virtual PC 2007 SP1. Happily, System Restore works great. :). Thanks for the heads up! Subscribe to: Post Comments (Atom). View my complete profile. Dmitry Sotnikov’s PowerBlog. PowerShell (del.icio.us). Buy from amazon.com.
powershellers.blogspot.com
PowerShellers: Get-Alias ?
http://powershellers.blogspot.com/2009/02/get-alias.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Tuesday, February 17, 2009. If you want to find the cmdlet behind the alias. Won't help you, because. Will be treated as a wildcard for a single character, and you will get all single-character aliases:. CommandType Name Definition. 160; - - - - - - -. Alias % ForEach-Object. Alias ? 160; Where-Object. CommandType Name Definition. Is that a bug? Jason, thank you f...
powershellers.blogspot.com
PowerShellers: PowerShell V2: Meet New-Object's Property parameter
http://powershellers.blogspot.com/2009/10/powershell-v2-meet-new-objects-property.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Thursday, October 15, 2009. 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. Let's rewrite a function. String[] $ComputerName = $env:computername. Open remote registry key. And finally, create an...
powershellers.blogspot.com
PowerShellers: -include and -exclude go together
http://powershellers.blogspot.com/2008/11/include-and-exclude-go-together.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Monday, November 10, 2008. 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". NameSubstring(0,$ .Name.IndexOf($ .Extension) .EndsWith(".ni"). So, the final command is:. PowerShell (del&...
powershellers.blogspot.com
PowerShellers: Spring-cleaning of a PowerShell profile
http://powershellers.blogspot.com/2007/03/spring-cleaning-of-powershell-profile.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Monday, March 26, 2007. Spring-cleaning of a PowerShell profile. After I read James Manning's post why share-able functions shouldn't be in your PowerShell profile. Profilehome = ([System.IO.FileInfo]$PROFILE).DirectoryName. Dir $profilehome where {$ .PsIsContainer -and ($ .name -ne "functions")} %{$env:path = ";" $profilehome " " $ .name}. Dir ($profilehome " functions") where {!
powershellers.blogspot.com
PowerShellers: PowerShell Dinner at TechEd Europe 2010
http://powershellers.blogspot.com/2010/11/powershell-dinner-at-teched-europe-2010.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Monday, November 22, 2010. PowerShell Dinner at TechEd Europe 2010. Another conference, another PowerShell Dinner. Here are the pictures from PowerShell Dinner we had at Teched Europe 2010. The dinner was a great event thanks to our hosts Dmitry Sotnikov and Kenneth Hansen, the iconic Jeffrey Snover and other members of PowerShell team, and a great group of old, new and future MVP guys.
powershellers.blogspot.com
PowerShellers: The PowerShell Deep Dive USA 2011
http://powershellers.blogspot.com/2011/10/powershell-deep-dive-usa-2011.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Friday, October 14, 2011. The PowerShell Deep Dive USA 2011. While waiting for the PowerShell Deep Dive Europe, look at some of never-seen-before photos from the PowerShell Deep Dive USA. Held in Las Vegas in April. It’s not too late to sign up for the October 17 and 18 PowerShell Deep Dive:. Go to the TEC registration page. Enter registration code: ATGNJR6E. Subscribe to: Post Comments (Atom).
powershellers.blogspot.com
PowerShellers: How to easy format date/time
http://powershellers.blogspot.com/2007/05/how-to-easy-format-datetime.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Monday, May 21, 2007. How to easy format date/time. One of the easiest ways to format date and time is the command. String represents the format specifier. For a list of available format specifiers, see the System.Globalization.DateTimeFormatInfo Class. Topic in MSDN or look at these examples:. PS get-date -format d. PS get-date -format D. Monday, May 21, 2007. PS get-date -format f. Automating Micr...
powershellers.blogspot.com
PowerShellers: The "#requires" statement
http://powershellers.blogspot.com/2008/06/requires-statement.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Tuesday, June 10, 2008. Most of us are familiar with #requires -version 2. Jeffrey Snover had written about versioning. Just before the release of a Community Technology Preview (CTP) of Windows PowerShell v2.0. You start your script with. And PowerShell will check version #'s and produce a precise error message. Do you know that you can check for the presence of the other things too? Subscribe to: ...
powershellers.blogspot.com
PowerShellers: An interview with Tobias Weltner
http://powershellers.blogspot.com/2008/10/interview-with-tobias-weltner.html
He who controls the shell, controls the universe. Search PowerShellers and other PowerShell-related sites. Monday, October 6, 2008. 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. Subscribe to: Post Comments (Atom). View my complete profile. Dmitry Sotnikov’s PowerBlog.