Tags: powershell
Jan
14
Because I encountered a lot of strugle to create some scheduled tasks on a Windows 2003 machine with PowerShell v2.0. I used the function of Hugo Peeters (see the link) and then I encountered a problem to pass a task with a parameter between double quo… more »
Dec
28
The only missing "simple" action or method on an array is to retrieve the index number representing a value. That's why I wrote this simple function:
# -----------------------------------------------------Function IndexOfArray{param ([array]$x, [String… more »
Dec
23
Microsoft Released Windows Management Framework (Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0) for Windows XP/ Windows Vista/ Windows 2003 and Windows 2008. The RTM version of PowerShell 2.0 is the same version included in Windows 7 and Windows 2008… more »