1.
The PowerShell Guy : PowerShell V2 CTP3 teaser : list PST files on ...
PS C:\PowerShell> get-wmiobject -query "Select * from CIM_DataFile Where Extension = 'pst'" -ComputerName (Get-Content ...
2.
The PowerShell Guy : PowerShell : generate a random list of surnames
Inspired by this blogpost : http://weblogs.asp.net/jgalloway/archive/2007/01/10/code-puzzle-2-generate-random-fake-surnames.aspx , about ...
3.
The PowerShell Guy : Hey, PowerShellGuy ! : I have to move files ...
{((get-date) - [datetime]::Parseexact($_.name.split('-')[1],"yyyyMMdd",$null)).days -gt 60} | >> Move-Item -WhatIf -Destination {'C:\dir\' + ...
4.
The PowerShell Guy : PowerShell TabExtension - Part 5 PowerTab 0.9
EXE .COM.) with ! DoubleClick support; The TabItemSelector Output is now .... PoSH> netiougc.exe PoSH> Netplwiz.exe PoSH> NetProj.exe PoSH> ...
5.
The PowerShell Guy : How to do a demo in Livemeeting
As you could see in a former entry I was a Guest Speaker in Windows PowerShell Virtual User Group Meeting , from this experience : How to do ...
6.
The PowerShell Guy : PowerShell WebCasts and Videos List
Not yet complete but there is a lot to watch about PowerShell • Brief Getting Started Overview of Windows PowerShell (15 min.
7.
The PowerShell Guy : Hey Scripting guy !
After a silent changing of guards : About The Scripting Guys The new Scripting guy's Ed Wilson and Craig Liebendorfer took over, ...
8.
The PowerShell Guy : Hey, PowerShellGuy ! : I have to move files ...
May 8, 2007 ... [22:31] <generalhan> so i have a million files. the Date is in the format yyyyddmm so i need a way to say Move all calls that are 60 days ...
9.
The PowerShell Guy : Hey, PowerShell Guy ! How Can I Get the ...
Mar 1, 2007 ... ProcessId 1536 PoSH> gwmi Win32_Process -filter "ProcessID = '$($s.ProcessId)'" ProcessName : spoolsv.exe Handles : 333 VM : 88211456 WS ...
10.
The PowerShell Guy : PowerShell V2 CTP3 teaser : list PST files on ...
PS C:\PowerShell> get-wmiobject -query "Select * from CIM_DataFile Where Extension = 'pst'" -ComputerName (Get-Content ...