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 strongm 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: *

  1. Airshot

    Modify default delivery location

    We have around 1000 Outlook 2002 users, who currently all have their mail delivered to .pst files. We now need to change the delivery location to their Mailbox on the Exchange 2000 server. Short of visiting every single desktop, does anyone please know if there is a way to change the delivery...
  2. Airshot

    install SP4 on workstations through logon script or something?

    I can vouch for the fact that deployment through group policy does work, I've done all our PCs, worked OK. Are you able to deploy other software using this method, i.e. is it just SP4 that's causing problems? Are you assigning it to the PCs, or publishing it? Can you run the Update.msi manually...
  3. Airshot

    FTP Batch file

    Hyperiest Here's a batch file that is used to copy files between our servers. Hope it helps? rem @echo off rem **** Method - Check for transfer file at sending site, if found delete** rem **** previous months Stats transfer file on REMOTE server. Move this ** rem **** months file from...
  4. Airshot

    Transferring FSMO Roles & Licensing

    Detroit Re the FSMO roles take a look at this thread which should help. thread96-653149 You would be best off manually transferring any FSMO roles onto different DCs before demoting the server. I don't know about the licence issues. Cheers.
  5. Airshot

    Active Directory/Exchange Problem

    Check which FSMO roles are performed by box A, and transfer them to box B before shutting down box A. See http://support.microsoft.com/default.aspx?scid=kb;en-us;255690 for further information.
  6. Airshot

    Can't join NT machine to domain

    Charlie You may want to try my suggestions to a similar problem in a different thread? thread96-725255 Hope this helps.
  7. Airshot

    location of logon box

    Sorry Marc, no, I don't know where that one is.
  8. Airshot

    Word as Email Editor - OUTLOOK XP

    TheGoat Turns out it was a corrupt user profile. I deleted their profile and when they logged in again all was OK. Perhaps this'll work for you too? Good luck.
  9. Airshot

    Word as Email Editor - OUTLOOK XP

    What is not recommended, and by whom? Do you mean using Word as the message editor? As I mentioned before, I DON'T want to use Word. That's why I'm trying to undo it. I would try your suggestion, but the option to compose messages in Rich Text is also greyed out. Airsot (sic).
  10. Airshot

    Word as Email Editor - OUTLOOK XP

    Like I say, we're using XP all round. So don't expect the problem to go away when you upgrade! Good luck, and thanks anyway. Cheers.
  11. Airshot

    Word as Email Editor - OUTLOOK XP

    Marc Eh? I don't understand what you are trying to say. Can you elaborate please? Can you help? We use Outlook XP and Word XP if it helps! Airshot.
  12. Airshot

    Word as Email Editor - OUTLOOK XP

    Hi TheGoat Did you ever find the answer to this? I've got the same problem, but the other way around. I DON'T want to use Word as the e-mail editor, but I can't untick the box because it's greyed out! It seems this happens with whatever version of Word is being used, as we are using Word XP.
  13. Airshot

    location of logon box

    Go to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon. Add a new value called LogonPrompt and enter the text you want to display in the logon box. Another useful one is a popup box which comes up straight after you press Control+Alt+Delete to log in. In the same place in the registry...
  14. Airshot

    What kind of error is this: i8042prt?

    Check that your keyboard or mouse buttons are not being accidentally depressed. I had a similar problem on one of our servers, whereby the person who checked the backup every day was logging out and then stuffing the keyboard down the side of the server cabinet!
  15. Airshot

    allowing control panel applets via group policy

    Is the 'Hide specified control panel applets' policy also enabled?
  16. Airshot

    allowing control panel applets via group policy

    I had a problem with the 'Power Options' in Control Panel. Whatever I tried I couldn't see it during a TS session to the server. Eventually I found this http://support.microsoft.com/default.aspx?scid=kb;en-us;243651 Perhaps it's the same for other .cpl files too?
  17. Airshot

    xcopy in script file

    Are you running this xcopy 'backup' as a Scheduled Task? If so, you need to ensure that the 'Run as' user information contains details of a user who has permissions to the files you want to copy (in the DOMAIN\USERNAME) format. If it isn't working then give the user the necessary permissions to...
  18. Airshot

    Recycler?

    These are the contents of the Recycle Bin for the various users who have deleted files on the machine, one file per user.
  19. Airshot

    xcopy in script file

    1. You could try using xcopy with the /C switch, which tells xcopy to continue even if it encounters errors. 2. What are you trying to achieve with your script? Would using something like this help: net use g: \\remote\thefolder PASSWORD /user:"DOMAIN\USERNAME" specifying a user...
  20. Airshot

    Can't join NT workstation to 2k domain

    Clubleo Do not tick the 'Create a computer account in the domain' box, leave all that blank. Instead, create a computer account in AD beforehand.

Part and Inventory Search

Back
Top