3
votes
3answers
376 views
Installing Powershell on 600 client computers - Recommended settings.
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 no …
2
votes
How do I get a list of the active ip-addresses, mac-addresses and netbios names on the LAN?
If you're using DHCP then the server will give you a list of all that information.
This website has a good tutorial on using powershell to get networking information …
0
votes
How to get started with PowerShell?
A chap called Guy Thomas does some good introductions to powershell.
http://computerperformance.co.uk/ezine/
…
1
vote
How can I uninstall an application using PowerShell?
Jeff Hillmans answer is pretty much it, I would say that it may be better to use IdentifyingNumber rather than the name, just in case.
…
0
votes
Installing Powershell on 600 client computers - Recommended settings.
Changing permissions to allow Powershell scripts is possible to do via group policy.
Microsoft provide ADM templates …
0
votes
Installing Powershell on 600 client computers - Recommended settings.
It seems it's possible to run poweshell silently, but not just by calling itself. This article has more information.
So answerin …
