Jump to content

Cheif_Powhatan

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Cheif_Powhatan

  1. I have an issue where I need to get information on specific users in my domain.

    NT 4.0 with lots of 2k file servers.

    I need to enumerate a list of access rights to shares.

    Not by group membership. I need to see if that person has access to a share by his\her account.

    I have tried several different resource kit tools but most of them just give me group membership.

    If more info is needed please let me know... and thanks ahead of time.

  2. oH! sounds like fun.

    Well,

    I wouldn't worrie with defrag "just my opionion". I would start with the exchange server and make sure that it is all up to date w/ patches and such.

    Another thing is when you are getting mem. errors and blue screens. I wouldn't count out hardware issues.

    good luck ... and let us know how it goes.

    Oh... depending on the $$$ flow .. if you can I would seperate the sql stuff from the exchange.

  3. if you can access the pc from the network...

    use regedt32 to connect to the problem computer and check the user init path statment..

    basically make sure that the path is fully qulified

    Here is an example....

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

    "Userinit"="C:\\WINDOWS\\system32\\userinit.exe,"

  4. need more info...

    check the disk space...

    what is the server used for? file sharing... applications. RDP ?

    what are the specs. on the box?

    hardware RAID etc.......

    Check the event viewer for errors.... You made a comment about the sever having multiple issues....

    hope this helps a litte...

  5. I use the at command to automate a remote site that has about 300 computers....

    these machines are just sitting there incase of an emergency. I have a .bat file w/ all the machine names along w/ a command. I have them rebooting twice a day and setting the time wich is important.

    at

    xcopy

    find

    if you put these together in a file alot can be accomplished with just a double click.

    Here is an exp. this will report to you all scheduled tasks that are set on each machine..... and redirect the output to a log on a share with the file name at.log.

    at \\computername >>"\\servername\sharename\at.log"

    at \\computername >>"\\servername\sharename\at.log"

    at \\computername >>"\\servername\sharename\at.log"

    at \\computername >>"\\servername\sharename\at.log"

    at \\computername >>"\\servername\sharename\at.log"

    at \\computername >>"\\servername\sharename\at.log"

×
×
  • Create New...