Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
.NET Framework GroupsView
.NET Distributed_Apps
.NET
.NET ADO.NET
.NET ASP.NET
.NET ASP.NET Security
.NET ASP.NET Webcontrols
.NET ASP.NET Web Services
.NET Clr
.NET Compact Framework
.NET Drawing
.NET Interop
.NET Performance
.NET Web Services
.NET Windows Forms
.NET Windows Forms Controls
.NET General
.NET Csharp
.NET Visual Basic
.NET Vc
.NET Security
.NET Xml
Vsnet Debugging
Xml
Xsl
Scripting Jscript
Scripting Visual Basicscript
Scripting Wsh
Smartphone Developer
Visual Basic Com
Visual Basic Controls
Visual Basic Crystal
Visual Basic Database Ado
Visual Basic Syntax
Visual Basic Winapi
Vc Atl
Vc Debugger
Vc Language
Vc Mfc
Vc Stl
Visio Developer Visual Basica
Windowsce Embedded Vc
Windows Powershell
Visual Basic Vista Compatibility
Deployment Server
.NET Micro Porting

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

Microsoft Windows Powershell
 Ask A New Question    

Powershell.exe troubles with spaces, quotes, and arguments
I need to run a PowerShell script from a command prompt, but am having trouble. This command works fine inside PowerShell: Get-WMIObject MSCluster_ResourceGroup -ComputerName MYEXCHANGE01 -Namespac... on 20-Nov-09
Finding YYYYMMDD_YYYYMMDD files with regexp
Hi, I have several hundred files here which accidently got renamed after the following pattern: YYYYMMDD_YYYYMMDD-something where the first date does not match the second date. How can I get the... on 20-Nov-09
Windows update
Hi all, I have been combining two of the scripts I have found relating to windows update services, basically I have come to a stop with passing a target group to the computer scope section of the fo... on 20-Nov-09
typed variables
I just now noticed there is a big difference in coding $i = [int] 9.99 and [int] $i = 9.99 PS C:> $i = [int] 9.99 PS C:> $i 10 PS C:> $i = 9.99 PS C:> $i 9.99 PS C:> [int] $i = 9.99 PS C:> $i 10 P... on 19-Nov-09
Script with FileTransfer as scheduled task on Win2008
Hello, I am struggling to get a PowerShell script that uses the FileTransfer module to function correctly when run as a scheduled task on Windows Server 2008. Consider this piece of test code: ---... on 19-Nov-09
How to get data from performance counters only for one particular process
Look at this: [30]: Get-Process svchost Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName ------- ------ ----- ----- ----- ------ -- ----------- 260 13 6... on 19-Nov-09
Invalid performance counter path
Hi there, I have some problems when measuring performance of w3wp process. I use something like while(condition) { Get-Counter -computer c 'asp.net\request wait time',.....,` '.NET CLR Memory(w3wp)\... on 19-Nov-09