Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: alepore
  • Content: Threads
  • Order by date
  1. alepore

    Who is accessing the boss' email?

    We have about 7 domain admins which are also Exchange Admins. We all have access to everyone's mailbox. Our boss is suspecting one of us is peaking at her Inbox and would like me to find out who if at all possible. Which logs and Event ID would I need to look at in order to find this...
  2. alepore

    Central Repository for Windows Logs

    Can someone recommend a product that will grab the Windows logs off of about 100 servers and store them in a central repository, preferably on a SQL database?
  3. alepore

    Secondary Management Server

    We have a disaster recovery site with a passive secondary firewall. The engineer who set it up split the Checkpoint roles between two servers. Server 1 has SVN Foundation, Firewall-1 and VPN-1 Pro. Server 2 has Log Server and Secondary Management Station. Server 2 died and I would like to...
  4. alepore

    SQL Auditing/Reporting Software

    I am a self admitted SQL dummy. I need to run audits on SQL permissions and database info and was wondering if anyone can recommend a lesser expensive reporting software I can use? I hope that is enough information. Thanks in advance for your help.
  5. alepore

    Auto Created Printers causing lockup

    We have had no (major) issues with printing in the last year in our XP farm. Monday we pulled the original two Citrix servers in our farm and the problem started happening. People cannot print now to any auto created printers. All the printers we manually created on the servers work fine...
  6. alepore

    I need some reporting software

    Anyone know of a software suite I can use to provide management with very granular reports produced from Exchange? Here is an example of a requested report: We need the ability to run a report on specific users (active directory) that would produce a list of email addresses (with quantity)...
  7. alepore

    Maximum # of local users

    What is the maximum number of local accounts you can create on a Windows 2003 server? Thnaks in advance.
  8. alepore

    Remote Access - Easy question

    We currently run CheckPoint on a Windows server. Can someone recommend the most secure way of remotely connecting to the firewall from the internal network (i.e. VNC, RDP, PCAnywhere)? Thanks in advance
  9. alepore

    Anti-Spoofing - NG AI R54

    Just took over the maintenance of our firewall. The old admin has left and I noticed when I install a policy I am getting Anti-Spoofing errors on one of the interfaces. After digging around, I noticed that it hadn't been enabled on our exterior interface. Anyone have a possible reason why he...
  10. alepore

    Registry key for the quick launch bar

    I have a terminal server that I would like to point everyone's quick launch bar to a central location (e.g. c:\quicklaunch). Where can I find the registry key to edit this so I can use login scripts to change. If anyone has an easier idea, I am so open to suggestions. Thanks in advance, Anthony
  11. alepore

    Outlook 2002: Recipient gets garbled email

    We have over 400 users with Office XP and when one of our users sends an email to this particular user, they see something similiar to the following..... To: Recipient Cc: Subject: Testing, let us know if message body is readable Eën®sÚ¶ÑP@ÈH†¦r‰©r‰—:¸ Šv¥[1]ºâ½©SŠg·ÐÆ«ÛM8Û^tãÝ:×µR 2 óÁ×M...
  12. alepore

    Search for a user name in Active Directory

    I am new to scripting and would like some help please. Without getting too detailed, I would like to accomplish the following task: 1) Ask the user's logon name with MsgBox or equivalent. 2) Search the AD forrest for that logon name. 3) Edit that object by adding something static. In this...
  13. alepore

    List all local admins in a text file

    I am new to scripting and am having a problem getting this script to work. I want to first find all the computers in ADUC and then list all the local admins of those computers in a text file. Here is what I have so far. Any help will be appreciated. Thanks. Const ADS_SCOPE_SUBTREE = 2 Set...
  14. alepore

    Setting DNS with VBScript

    I am new to scripting and I was wondering if this is possible. I want to use the netsh command but I obviously have a problem putting quotes inside quotes. Is there another way to enter "Wireless Network Connection" in the objFso.run line? Any help will be appreciated. Option...
  15. alepore

    Help with ADSI connection

    I am new to scripting and hope this is an easy problem to fix. I try to connect to a user object in AD Users and Computers and I get this error.... "An invalid dn syntax has been specified" on Line 2 with Code: 80072032. Here is the code: Set objUser =...
  16. alepore

    Read the last 12 lines of a large text file

    I am new to scripting and I need some direction/help. I have a large text file and I want to only email the last 12 lines of the text file. Currently, I do a ReadAll and put that into the body of the email and send it off. Any help will be appreciated. Option Explicit Dim FsoObject Dim...
  17. alepore

    Display number of files/subfolders under a root folder

    I am new at scripting and would like to know how I can get the number of files and subfolders under a root folder. I guess the equivalant of right clicking on a folder --> Properties and the information listed next to "Contains:". I am also displaying the folder size. Here is what I...
  18. alepore

    Modifying NTFS permissions on a folder

    I am just learning VBScript and I am trying to modify NTFS permissions on a folder. Using c:\test as an example, how would I give domain\joeuser change access to that folder? I thank you in advance for all the help.
  19. alepore

    Create a folder based on InputBox results

    Extremely new at vbscript. I found this code to create a static folder...... MsgBox "Folder created:" & CreateFolder("C:\123\test") Function CreateFolder(folderName) On Error Resume Next Dim aFolders: aFolders =...

Part and Inventory Search

Back
Top