Categories: Scripts, Admin analyse, Admin Automation
Apr
22
When you have a Windows 2008 R2 machine and the HyperV role enabled but no SCVVM or whatever. Cloning is not possible out-of-the-box but you can create an export. As soon as you want to import this export again you will get a message about the machine… more »
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 »
Dec
20
Template script to use arguments from the command line [updated 24-12-2009]
Scripts, Admin Automation, Admin analyse Send feedback »I had a lot of problems with making a failsafe script that forces the use of 'named' parameters from the commandline and give the posibility to show a help when not used correct. This is my solution and it is possible to use it as a template. See the tes… more »
Dec
17
Clean-ProfileSharev2 Script to clean obsolete profile dirs. more »