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

    Event Viewer auto archive

    Is it possible to set up the Event Viewer on Win2K Server with SP4 to *automatically* archive each event viewer when, say it reaches 1024KB or when it becomes 30 days old? If so, how?
  2. drkestrel

    Restircted user access

    I am trying to set up a user with Terminal Services access to a Windows 2000 server (with SP4) that 1) Could not see shortcuts under \Documents and Settings\All Users\Desktop 2) Could not see shortcuts under Could not see shortcuts under \Documents and Settings\All Users\Start Menu How could...
  3. drkestrel

    SQL2000 Service Accounts

    In terms of security, what is the pros/cons of running the SQL Server Service and SQL Agent Services as - Local System Account - Dedicated Domain User accounts with no special priviledges.?
  4. drkestrel

    How could I do this?

    I know I could do the following but forgotten what keywords I need to use to do it. Basically, i have a SQL Server 2000 table called store created by an SQL user called "publications". What do I need to set up for the windows user MachineName\IUSR_MachineName to run SELECT * from...
  5. drkestrel

    Export/Import Active Directory

    I have a Windows 2000 Server domain controller, and I intend to rebuild it on a new server. I obviously want to move the users and security group from the old server to the new server. It appears that with LDIFDE, I can't import group membership. The following attributes appears to cause...
  6. drkestrel

    Scripting.FileSystemObject- GetFile

    I got a problem as demonstrated by thee following code. The test for FileExists returns True, and also MsgBox strLatestPackageFile also looks legitimate. However, I get "File Not Found" error when GetFile is called on the same file strLatestPackagefile has been initialised to...
  7. drkestrel

    Msxml2.ServerXMLHTTP.4.0

    According to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/xml_obj_iserverxmlhttprequest_7zlc.asp, MSXML2.ServerXMLHTTP.4.0 support the FTP protocol, but how could I use it to FTP post a file to a remote FTP server that requires a username and password. I guess it...
  8. drkestrel

    FileSystemObject is lying!

    I am using the following code to check to see if a text file exists. Log is a subroutine I wrote that logs a message to a log file. The code jumps into the If statement to indicate that the file does not exist, although if I open up the log file or look at the message box, I could manually open...
  9. drkestrel

    SSH Tunnelling with WinVNC?

    I have the following set up VNC Server: -Runningg Windows 2000 Professional SP4 -Open SSH (as a Windows Service) -RealVNC run as a Windows Service (password set whilst user Myadmin is logged on) User set up: -Myadmin -Administrator group -Mylocal -restricted user Following regiistry key set...
  10. drkestrel

    Scheduled Task

    I have got 3 scheduled tasks: 1) one with a CMD file that use the rasdial command to dial an internet connection using 2) one with a CMD file that runs a perl script to send out an email using a SMTP server with ISP 3) one with a CMD file that use the raddial command to disconnect from ISP All...
  11. drkestrel

    Win2003 Sharepoint Team Services + Sharepoint portal server 2003

    I understand from the following Microsoft webpages that Windows 2003 Sharepoint Services has risk/issue tracking facility (in conjunction with Project Server 2003): http://www.microsoft.com/technet/prodtechnol/project/project2002/reskit/PRK_ssvrsharepoint_3538.asp?frame=true#7...
  12. drkestrel

    Outlook Rule- multiple mailboxes

    Set up Server- Exchage 2000. Client- Outlook XP SP2 Email accounts on client: 1) 1 POP3/SMTP account 2) 1 Exchange Account: 2.1) default mailbox= username 2.2) Additional mailbox opened= anothermailbox I want to set up something on mailbox such that all mails From...
  13. drkestrel

    Multiple Exchange mailboxes- rules wizard

    Set up Server- Exchage 2000. Client- Outlook XP SP2 Email accounts on client: 1) 1 POP3/SMTP account 2) 1 Exchange Account: 2.1) default mailbox= username 2.2) Additional mailbox opened= anothermailbox I want to set up something on mailbox such that all mails From...
  14. drkestrel

    Terminal Services Client Connection- cannot logon

    I have got a Server running Windows 2000 Server that is an Active Directory Domain Controller. In it I have set up a user called user1. "Logon Locally" and "Access this computer from the network" rights has been assigned to "Everyone" in Local Security Policy and...
  15. drkestrel

    Locking & Unlocking Shared Excel workbook

    Environment: -Windows XP Professional SP2 -Excel in Office XP (Version 10.4302.4219) SP2 I have an XLS file, with multiple worksheets in them, each worksheet is password protected, and a lot of cells within them are locked. I have some VBA code (invoked from a button in each form) that would...
  16. drkestrel

    Heading Styles- Word XP SP2

    I recall in Windows 2000, the "styles" used to be that when you apply a heading style, the heading are automatically numbered, i.e., the first Heading1 Heading would be numbered 1, the 3rd heading2 under the first heading1 would be numbered 1.3, Fifth heading1's third heading2's...
  17. drkestrel

    Excel in Office XP- Range/Selection Object

    This is what I am trying to do 1) User manually select a random range in Excel for Office XP (e.g. A8:M10, A20:M20, A30:M:32) 2) User click a VBA Button 2.1 For each row in time 2.1.1) Code should modify the first "column" of the row 2.1.2) Code should set the "Pattern" of...
  18. drkestrel

    CDRW on WindowsXP

    OS- Windows XP Home Edition Hardware- NEC Laptop with Matshita CDRW Combo Drive Problem Right click any files on explorer, the "Send To" menu does not include CDRW drive. I cannot see any options under Add/remove programs->Windows to install the CD burning function, but under device...
  19. drkestrel

    Outlook XP

    Using Outlook XP (Version 10.2627.3501 SP1) on Windows XP Professional SP2. I have the following mail account set up 1) Microsoft Exchange Server, delivery to my exchange mail box 2) POP/SMTP, delivery to a PST file on C: Opened up Outlook whilst using dial up connection outside corporate LAN...
  20. drkestrel

    Strange admin user

    Running Windows XP Professional on a Windows Domain. Strange behaviours: 1) Default Administrator account, when logged on, it immediately shows "Saving settings" and logged the administrator out 2) MyDomain\Me has always been a member of Administrators group on the PC, but...

Part and Inventory Search

Back
Top