Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - How to use Powershell in work environment

Reply
 
Old 03-15-2007   #1 (permalink)
JMinahan


 
 

How to use Powershell in work environment

I used to use Batch files for scripting because it was easy to push out and
have people use. I have made a couple useful scipts in PS here at the office,
but question their effectiveness to be used quiclly. Here are a couple
questions I have converning this:

#1. Does Powershell need to be installed and configured on every PC? My
office has 150+ and it would take a while.

#2. Can Powershell scripts be run quickly to gather stuff like system
information without needing to go through all the certificate signing stuff?
I do a lot of other the phone tech and usually send a BATCH file they an run
to gather info. I doubt they are technical enough to use those cert managers.

I wish there was a way to compile Powershell scripts into EXE or COM files
so they were portable. Can anyone provide information about my concerns?
Thanks.

My System SpecsSystem Spec
Old 03-15-2007   #2 (permalink)
Brandon Shell


 
 

Re: How to use Powershell in work environment

#1. Does Powershell need to be installed and configured on every PC? My
office has 150+ and it would take a while.
> Absolutely not.. I current manage 400+ servers from one location. It will
> require a little learning for .NET, but don't let that scare you... its
> simple.


#2. Can Powershell scripts be run quickly to gather stuff like system
information without needing to go through all the certificate signing
stuff?
I do a lot of other the phone tech and usually send a BATCH file they an
run
to gather info. I doubt they are technical enough to use those cert
managers.
> You do not need to use Certs its just recommended for security. I would
> suggest using remotely signed. Meaning if the script is from InternetZone
> it has to be signed, but local/intranet do not require signing to run.

Check this out:
http://www.codeplex.com/PsObject/Wik...munity%20Guide

I wish there was a way to compile Powershell scripts into EXE or COM files
so they were portable.
> No option to compile ATM, but in all honestly copying a script file is
> just as easy as copying a .exe. I currently use a function.ps1 script to
> manage three seperate environments. Its a little setup but its worth it.


--
Brandon Shell
---------------
Stop by my blog some time
Blog: http://www.bsonposh.com/
PSH Scripts Project: www.codeplex.com/psobject
--------------------------------------

"JMinahan" <JMinahan@discussions.microsoft.com> wrote in message
news:4E613AAF-31B5-4E12-A3A0-761B1D0BCE3C@microsoft.com...
>I used to use Batch files for scripting because it was easy to push out and
> have people use. I have made a couple useful scipts in PS here at the
> office,
> but question their effectiveness to be used quiclly. Here are a couple
> questions I have converning this:
>
> #1. Does Powershell need to be installed and configured on every PC? My
> office has 150+ and it would take a while.
>
> #2. Can Powershell scripts be run quickly to gather stuff like system
> information without needing to go through all the certificate signing
> stuff?
> I do a lot of other the phone tech and usually send a BATCH file they an
> run
> to gather info. I doubt they are technical enough to use those cert
> managers.
>
> I wish there was a way to compile Powershell scripts into EXE or COM files
> so they were portable. Can anyone provide information about my concerns?
> Thanks.


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Can not Creat work file,check temp environment variable Microsoft Office
How does return work in powershell functions PowerShell
vista and XP in the same work environment??? Vista General
Ok... Can someone tell me why I cant get delprof.exe to work with powershell? PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46