Showing results for 2009 - Page 2 of 17 - PowerShell Team

Nov 18, 2009
0
0

PDC09 SVR12 and SVR13 Session Demos

PowerShell Team
PowerShell Team

Attached are the demos and slides from the PDC sessions SVR12 and SVR 13 today. Here are the steps you need to do before you can run them 1. Unzip the files and run setup\setup.ps1. This will configure user accounts and initialize some files required 2. Change computers.dat in service\roles\. Set it to the computers that you want to connect to 3. E...

PDC
Nov 15, 2009
0
0

I Can Do That With 1 Line of PowerShell: Installed Software

PowerShell Team
PowerShell Team

Ying Li has a cool PowerShell Script to list installed Software on a local computer HERE.  When I looked at it and thought to myself, I can do that with 1 line (if I cheat a little).  Here it is: PS> gp HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* |Select DisplayName, DisplayVersion, Publisher, InstallDate, HelpLink, ...

Nov 12, 2009
0
0

SRV312 TechEd Slides

PowerShell Team
PowerShell Team

I just gave the talk, "”Server Management Improvements and Solutions for Windows Server 2008 R2”.  It went over rather well.  Attached are the slides.  I will try to get you the demos but that will be difficult and will take some time. Enjoy! Jeffrey Snover [MSFT] Distinguished Engineer Visit the Windows PowerShell Team blog at:&nbs...

Nov 9, 2009
0
0

Windows Server 2008 R2 Rocks!

PowerShell Team
PowerShell Team

One of the things I like to say is that, “Microsoft is incapable of sustained error”.  By that I mean that Microsoft is an intensely self-conscious culture, fearless about confronting shortcomings and  constantly looking for ways to do things better.  We beat ourselves up pretty brutally about the shortcomings of Vista and committed ...

Nov 5, 2009
0
0

PowerPack Challenge

PowerShell Team
PowerShell Team

Quest Software’s PowerPack Challenge’09 is on... calling all script warriors to show their skills. See the details here - http://powergui.org/powerpackchallenge.jspa Happy Scritping Osama Sajid, Program Manager

Quest
Nov 4, 2009
0
0

Why is Get-ChildItem so Slow?

PowerShell Team
PowerShell Team

We get this question fairly frequently when it comes to slow network connections. The performance of directory listings (especially on a laggy network) are limited by the .NET APIs we call to retrieve the directory information. There are two limitations to the current set of APIs: Forced Retrieval of Attributes When we do a directory listing, we...

Nov 3, 2009
0
0

Workaround for Add-Member on plain .Net objects

PowerShell Team
PowerShell Team

Introduction While I was fixing bugs, I came across an interesting bug (https://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=382818) that seemed to have a very simple fix upon first glance. However, after doing some more research, I found out that it was actually very tricky to fix the root cause. If you do the following:...

Oct 31, 2009
0
0

Quick, Dirty, Super-Useful Scripting

PowerShell Team
PowerShell Team

Last weekend I installed the super-awesome W7 Ultimate on all the machines at home.  This weekend I decided to install the XP Virtual mode download.  I started to do this and noticed that it was 500MB.  That is large and is going to take a long time FOR EACH PC I have.  One of the reasons I got the Ultimate SKU is that it has Br...

Oct 30, 2009
0
0

Sending Automated emails with Send-MailMessage, ConvertTo-HTML, and the PowerShellPack’s TaskScheduler module

PowerShell Team
PowerShell Team

On October 15th I released a large collection of scripts called the PowerShellPack.  The PowerShellPack has tons of PowerShell V2 scripts that can be used to do all sorts of fun and practical things.  Today, we’ll show how to use a module in the PowerShell Pack to schedule sending a daily automated email with information about the install...

PowerShell V2PowerShellPack
Oct 27, 2009
0
0

Windows Management Framework is here!

PowerShell Team
PowerShell Team

Windows Management Framework, which includes Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0, was officially released to the world this morning. By providing a consistent management interface across the various flavors of Windows, we are making our platform that much more attractive to deploy. IT Professionals can now easily manage their Windows XP...