Re: Capture ComputerName and UserName (U)

2009-03-23 Thread Joe DeSouza
: Capture ComputerName and UserName (U) ** Joe,   Yes, still there under the Miscellaneous (Download) section.     Regards...Gidd From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Joe DeSouza Sent: Friday, March 20, 2009 10

Re: Capture ComputerName and UserName (U)

2009-03-20 Thread Gidd
ComputerName and UserName (U) ** I had written a small app years ago using ipconfig to do that. Gidd had it on his website.. I'm not sure if it is still available.. Joe _ From: Phil Murnane To: arslist@ARSLIST.ORG Sent: Friday, March 20, 2009 11:40:29 AM Subject: Re: Capture ComputerNam

Re: Capture ComputerName and UserName (U)

2009-03-20 Thread Joe DeSouza
o: arslist@ARSLIST.ORG Sent: Friday, March 20, 2009 11:14:12 AM Subject: Re: Capture ComputerName and UserName (U) Try this: $PROCESS$ cmd /c "set USERNAME" $PROCESS$ cmd /c "set COMPUTERNAME" Other stuff: $PROCESS$ cmd /c "set USERPROFILE" $PROCESS$ cmd /c "set w

Re: Capture ComputerName and UserName (U)

2009-03-20 Thread Stephen Heider
easy way to capture the IP address, please let me > know. > > HTH, > Kelvin > > > > -Original Message- > From: Action Request System discussion list(ARSList) > [mailto:arsl...@arslist.org] On Behalf Of Hennigan, Sandra H CTR OSD-CIO > Sent: Thursday, March 19,

Re: Capture ComputerName and UserName (U)

2009-03-20 Thread Danny Kellett
For vista it will be ipconfig | find /I "IPv4" -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Phil Murnane Sent: 20 March 2009 15:40 To: arslist@ARSLIST.ORG Subject: Re: Capture ComputerName and UserName (U) F

Re: Capture ComputerName and UserName (U)

2009-03-20 Thread Phil Murnane
RG Sent: Friday, March 20, 2009 11:14:12 AM Subject: Re: Capture ComputerName and UserName (U) Try this: $PROCESS$ cmd /c "set USERNAME" $PROCESS$ cmd /c "set COMPUTERNAME" Other stuff: $PROCESS$ cmd /c "set USERPROFILE" $PROCESS$ cmd /c "set windir" $

Re: Capture ComputerName and UserName (U)

2009-03-20 Thread Wallace, Kelvin
alf Of Feliciano, Ferdinand, A (Rocky) Sent: Thursday, March 19, 2009 10:46 AM To: arslist@ARSLIST.ORG Subject: Re: Capture ComputerName and UserName ** Do an Active Link instead of Filters. Filters run on the server side. That's why you're getting the server's information.

Re: Capture ComputerName and UserName (U)

2009-03-19 Thread William Rentfrow
Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Hennigan, Sandra H CTR OSD-CIO Sent: Thursday, March 19, 2009 1:23 PM To: arslist@ARSLIST.ORG Subject: Re: Capture ComputerName and UserName (U) UNCLASSIFIED The AL captures the computer name

Re: Capture ComputerName and UserName (U)

2009-03-19 Thread Hennigan, Sandra H CTR OSD-CIO
slist@ARSLIST.ORG Subject: Re: Capture ComputerName and UserName ** Do an Active Link instead of Filters. Filters run on the server side. That's why you're getting the server's information. From: Action Request System discussion list(ARSList) [mailto:arsl...@arsli

Re: Capture ComputerName and UserName

2009-03-19 Thread Jason Tricky
@ARSLIST.ORG Subject: Re: Capture ComputerName and UserName   ** Jason,   You won’t be able to gather the user’s computer information thru a filter since they run on the server.  You will need to run your $PROCESS$ command in an active link without using “@@”.  Since you are attempting to do this

Re: Capture ComputerName and UserName

2009-03-19 Thread Feliciano, Ferdinand, A (Rocky)
ist@ARSLIST.ORG Subject: Capture ComputerName and UserName ** I'm trying to capture the computername and windows username using a filter. I tried using Set Fields = $PROCESS$ %COMSPEC% /c echo %COMPUTERNAME% but I get and error -- ARERR [341] Cannot run the requested process Tried using

Re: Capture ComputerName and UserName

2009-03-19 Thread Scott Illari
list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Jason Tricky Sent: Thursday, March 19, 2009 1:27 PM To: arslist@ARSLIST.ORG Subject: Capture ComputerName and UserName ** I'm trying to capture the computername and windows username using a filter. I tried using Set Fields = $PROCESS$

Capture ComputerName and UserName

2009-03-19 Thread Jason Tricky
I'm trying to capture the computername and windows username using a filter.   I tried using Set Fields = $PROCESS$ %COMSPEC% /c echo %COMPUTERNAME% but I get and error -- ARERR [341] Cannot run the requested process   Tried using $PROCESS$ c:\windows\system32\cmd.exe /c hostname and I get the Rem