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 bkrike 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: telemorgan
  • Content: Threads
  • Order by date
  1. telemorgan

    Output a line of text and the next 5 preceding lines

    Im looking to write a vbscript that will grab some data out of an html report. I want to grab a particular line and the next preceding 5 lines. The html report looks like this: blah blah blah blah blah blah <td valign="top" align="middle"><font face="verdana" size="2">0</td> <td valign="top"...
  2. telemorgan

    Probably an easy question for most of you

    We are running exchange 2003 stnd. in our company. I have a question I was hoping to have some help answering. Here goes: A user gets a daily email from a news agency with a 2MB attachement. Everyday, he forwards that message to his secretary for printing and then deletes it. So he has a copy...
  3. telemorgan

    Help with variable

    I have an input box where a user enters a number. I then want that variable to be put into the dtmOld variable but I keep messing up the syntax. Can someone help? I've tried mutiple combinations. This is one of them. daysold = InputBox ("What is the number of days you want the script to look...
  4. telemorgan

    Script to act on files after certain date

    I have been trying to write a script that will run this command for each file created after a certain date: For example: (In logical terms) MONTH=(xx) DAY=(xx) YEAR=(xxxx) For each <filename> in y:\<dir1>\<dir2> with the extension .mdf newer then xx/xx/xxxx do; y:\<dir1>\<action>.exe...
  5. telemorgan

    Help with Fiber Card setup

    I am trying to setup my Sun V880 server running Solaris 8 to talk to my external SAN via fiber cable. I believe I have one internal fiber card (FC) on the motherboard and another on a PCI card. The PCI card has internal ports as well as a set of external ports on the back of the server. Both the...
  6. telemorgan

    Where to find WWN of my Fiber Card?

    I am running a Sun V880 with Solaris 8. I wnt to find out the WWN of my fiber card? Does anyone know the command to do this? Thanks
  7. telemorgan

    Regular Expression Help

    I am writing a script that will read each line of a log file and pull out the user name string. The log file is populated with lines like this: 11.111.247.148 - (CN=Blow\\, Joe,CN=Users,DC=CompanyX,DC=com)@(LDAP) [06/May/2008:08:33:23 -0400] "GET...
  8. telemorgan

    extract text between quotes in a log file

    I am looking to write a script that will read in a log file line by line, extract the values between the two sets of quotes, output those values to another file then exit. My log file is a number of lines like the following: 152.15.112.88:1755 ssl...
  9. telemorgan

    Trying to remove the right to edit users' group membership?

    I am trying to deny the ability for our helpdesk to modify users' group memberships. Our helpdesk (group name = 'helpdesk' in AD) can go into AD and modify user accounts in the USERS OU. That 'helpdesk' group in AD have specifically been granted permissions on the USERS OU to 'List Contents'...
  10. telemorgan

    Crontab not processing entries

    I am running Solaris 8 on a V880 sun server. for years, I have had these same entries setup in my crontab to run diferent jobs at different times throughout the day. Starting this morning for some reason the crontab under "root" is not processing entries anymore. However under the other users it...
  11. telemorgan

    Help to satisfy pending litigation

    Our company has had a lawsuit brought against them and we need to present our lawyers with emails from all who are involved. We have gathered local .pst storage files and exmerge .pst files of the users' mailboxes. My question is do you guys know of a way that I can take these multiple .pst...
  12. telemorgan

    What events can I pull to log server logins?

    I am looking to write a script that will keep a log for all logins onto a particular server. I would like to log both RDP and console logins. I would also like to display the time, date and username of the person logging in. The scripting part I am fine with. I can pull whatever logs I need...
  13. telemorgan

    How to export an old oracle database?

    Good Morning, I have an old oracle73 database that I need to perform a full database "export" on. The oracle environment resides on an old Winnt server. I have the system pw. How can I perform this full export? Thanks, a little green when it comes to oracle especially on an old environment...
  14. telemorgan

    How to export an old oracle database?

    Good Morning, I have an old oracle73 database that I need to perform a full database "export" on. The oracle environment resides on an old Winnt server. I have the system pw. How can I perform this full export? Thanks, a little green when it comes to oracle especially on an old environment...
  15. telemorgan

    How to connect to server using two different names?

    I have a windows 2003 domain with a windows 2003 file server on that domain. I can successfully connect to the file server if I browse \\serverA. We want to be able to browse the same server, same file shares if I type in \\serverB. How do I do that? I tried to just create a CNAME alias in...
  16. telemorgan

    Problems with new IIS webserver

    I just setup a new windows 2003 web server running IIS 6.0. I installed Visual Studio 2005 and had one of our developers copy over a VS2005 app. If I am logged onto the webserver I can successfully view his app by going to the address: http://localhost:2432/CatalogStdCosting/Login.aspx The IIS...
  17. telemorgan

    sendmail problem

    This might be an easy one for you guys... The ip address of our company's mail server recently changed. I changed the ip address in the sendmail.cf file, however I'm getting a error while trying to send mail out still. Do I have to restart the sendmail deamon to pick up the new address? If so...
  18. telemorgan

    Unsure how to restore a three year old tape

    I am using netbackup business server 4.5GA on a solaris platform. I just received a request to do a restore from a backup tape that was created in 2005. Can anyone tell me the steps to do this? Or point me in the right direction? Very green with NB, any online docs to explain this? Thanks
  19. telemorgan

    8_Recommended install directory - safe to remove

    I recently installed the 8_Recommended patch cluster. Once it is on there is it safe to remove the extracted install directory? Is there any benefit other than not having to download it again, to saving it. Thanks
  20. telemorgan

    Struggling with CDE

    I recently loaded the cluster patch 8_Recommended on my Solaris 8 box. This must have had a patch that effected the CDE environment because it changed everything that I was used to. I had some shortcuts on the workspace which are no longer there. I used to have a menu that said "put in...

Part and Inventory Search

Back
Top