Re: Paging the Powershell gurus

2009-08-18 Thread Eric Woodford
all – do everything in VBS. > > > > > > > > Thanks, > > > > Brian Desmond > > > > br...@briandesmond.com > > > > > > > > c - 312.731.3132 > > > > > > > > From: Gavin Wilby [mailto:gavin.wi...@gmail.com] >

Re: Paging the Powershell gurus

2009-08-18 Thread Steven Peck
ing in VBS. > > > > Thanks, > > Brian Desmond > > br...@briandesmond.com > > > > c - 312.731.3132 > > > > From: Gavin Wilby [mailto:gavin.wi...@gmail.com] > Sent: Sunday, August 16, 2009 9:29 AM > To: NT System Admin Issues > Subject: Re: Paging

RE: Paging the Powershell gurus

2009-08-16 Thread Brian Desmond
Admin Issues Subject: Re: Paging the Powershell gurus Thanks Brian, I should be able to do something with that :) Any reading recommends for this sort of stuff? Gavin. On Sat, Aug 15, 2009 at 6:41 PM, Brian Desmond mailto:br...@briandesmond.com>> wrote: $server = Read-Host "E

Re: Paging the Powershell gurus

2009-08-16 Thread Gavin Wilby
Thanks Brian, I should be able to do something with that :) Any reading recommends for this sort of stuff? Gavin. On Sat, Aug 15, 2009 at 6:41 PM, Brian Desmond wrote: > $server = Read-Host “Enter server name “ -- Gavin Wilby, Twitter: http://twitter.com/gavin_wilby GSXR Blog: http://www.st

RE: Paging the Powershell gurus

2009-08-15 Thread Brian Desmond
$server = Read-Host "Enter server name " I believe that will do what you want. To get environment variables, the exact syntax is something like $env:COMPUTERNAME. Thanks, Brian Desmond br...@briandesmond.com c - 312.731.3132 From: Gavin Wilby [mailto:gavin.wi...@gmail.com] Sent: Friday, Augus

Re: Paging the Powershell gurus

2009-08-14 Thread Gavin Wilby
To make a little clearer, I want to be able to use this: *[ps] new-variable servername -value* But then to be prompted to enter the hostname, so I can then drop the "servername" into the previous script. On Fri, Aug 14, 2009 at 4:30 PM, Gavin Wilby wrote: > Hi, > > I use a anti-spam system