I want to install Powershell on 600 xp computers and use it as the main processing shell, for example, to replace batch scripts, VB scripts and other small programs. The installation process is not a problem. Some problems that I think I came across
1) Change permissions to enable powershell to run scripts
2) Launch start speed
3) Using Poweshell for GPO login / logout scripts
Problem 2, there are scripts that should speed up powershell, but it seems that it should run as an administrator (which, of course, is not what ordinary users do). Has anyone had experience using poweshell this way?
source
share