Search found 23 matches

by cymba
Thu Jan 19, 2012 5:08 am
Forum: Other Scripting Languages
Topic: event audit logging levels.
Replies: 5
Views: 11869

event audit logging levels.

Hi, I was hoping someone can help me with some information. I have a secedit command that is calling an .inf file. I am trying to convert some of this stuff to a GPO. In the [event audit] portion I am trying to decipher the logging levels e.g(auditobjectaccess = 3) the logging levels range from 0 to...
by cymba
Wed Apr 27, 2011 8:42 am
Forum: Other Scripting Languages
Topic: find computer user last logon
Replies: 1
Views: 11790

find computer user last logon

Hi, i am trying to apply commands to my kixtart to echo users in a security group's last logon and the computer they last logon to. I have something, but it is not working. Hopefully you can help. IF INGROUP("CORPGroupWEST") @echo %date%,%time%,%username%,logon,%computername% >> suswestLog...
by cymba
Wed Apr 27, 2011 8:42 am
Forum: Other Scripting Languages
Topic: find computer user last logon
Replies: 1
Views: 11790

find computer user last logon

Hi, i am trying to apply commands to my kixtart to echo users in a security group's last logon and the computer they last logon to. I have something, but it is not working. Hopefully you can help. IF INGROUP("CORPGroupWEST") @echo %date%,%time%,%username%,logon,%computername% >> suswestLog...
by cymba
Tue Apr 26, 2011 5:39 am
Forum: PowerShell
Topic: find the computer user last login
Replies: 2
Views: 2038

find the computer user last login

Hi Jay,

wonder if you can help me?
I have a list of users I want to find the last time they logged in and the computer that was login to. i wonder if you have a powershell script that facilitate this?

Thanks in advance.
by cymba
Tue Apr 26, 2011 5:39 am
Forum: PowerShell
Topic: find the computer user last login
Replies: 2
Views: 2038

find the computer user last login

Hi Jay,

wonder if you can help me?
I have a list of users I want to find the last time they logged in and the computer that was login to. i wonder if you have a powershell script that facilitate this?

Thanks in advance.
by cymba
Wed Mar 23, 2011 3:04 am
Forum: PowerShell
Topic: Get a list of users exchange server, IS info
Replies: 1
Views: 1181

Get a list of users exchange server, IS info

Hello,

I am trying to retrieve a list of users exchange server and information store. we are on exchange 2003 I am using quest powershell. I believe I will have to query WMI but not sure how to go about it. Can someone Help?

Thx.
by cymba
Wed Mar 23, 2011 3:04 am
Forum: PowerShell
Topic: Get a list of users exchange server, IS info
Replies: 1
Views: 1181

Get a list of users exchange server, IS info

Hello,

I am trying to retrieve a list of users exchange server and information store. we are on exchange 2003 I am using quest powershell. I believe I will have to query WMI but not sure how to go about it. Can someone Help?

Thx.
by cymba
Thu Feb 24, 2011 9:13 am
Forum: PowerShell
Topic: cant get username to display primary group query
Replies: 4
Views: 2505

cant get username to display primary group query

not to be a burden, but can you briefly explain why your script structure work (i.e. the cmd that you implemented into the script(argh... hopefully that makes sense) or better yet what are the meaning of the parts you added? Thanks for all your help just trying to understand, so I can stop bugging y...
by cymba
Thu Feb 24, 2011 3:17 am
Forum: PowerShell
Topic: cant get username to display primary group query
Replies: 4
Views: 2505

cant get username to display primary group query

cool, I will try it. thanks for the direction.
by cymba
Thu Feb 24, 2011 12:45 am
Forum: PowerShell
Topic: cant get username to display primary group query
Replies: 4
Views: 2505

cant get username to display primary group query

need a little help with this script. this is a script that will query an users primary group. the problem I am having is that the particular user are not listed along with the primary group. Bascally when i run the script it shows the primary group name, type(group) and DN. However I need the userna...