I want to install Powershell to 600 xp computers and use it as the main processing shell, for example replacing batch scripts, VB scripts some other little programs. The installation process is not a problem. Some issues I think I'm going to come across are
1) Changing permissions to allow powershell to run scripts
2) The speed of poweshell starting
3) Using Poweshell for logon/logoff scripts with GPO
Problem 2, there is a scripts that is supposed to speed up powershell, but it seems to need to be run as an administrator (which of course isn't something that normal users do). Has anyone had any experience with using poweshell in this way?