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

  1. mrmoneymatters

    help with script and runas

    I am trying to write a script that will do three things. 1. Map a drive 2. run a reg file 3. launch an executable with alternate credentials. I can get the first two going but can't figure out how to do the third. This also has to be silent to our users. Can you provide any input. Systems...
  2. mrmoneymatters

    list accounts that haven't logged on for more than 30 days

    Does anyone have a script that can check all AD accounts for last logon time and write everyone who hasn't for more than 30 days to a file? Systems Administrator A+, Network+, MCSA 2000, MCSE 2000 MCSA (2003), MCSE 2003, CCNA
  3. mrmoneymatters

    deploying MS communicator

    We have SMS set up and can advertise software. We have an advertisement set up for MS communicator and it launches the install but, it asks the user to click next a couple of times. How do we make this automatic so the user interaction isn't required? thanks, Systems Administrator A+...
  4. mrmoneymatters

    IE connection settings

    We would like to limit internet access to some employees using the connection settings in IE, using a fake proxy address. We do have some internal sites that these employees still need access to. We checked the "bypass proxy for local addresses" and listed several websites in "do not use proxy...
  5. mrmoneymatters

    dns pointer or something?

    Can I create a record inside dns that points one word "Workflow" to a specific SharePoint site? If so, how? Systems Administrator A+, Network+, MCSA 2000, MCSE 2000 MCSA (2003), MCSE 2003, CCNA
  6. mrmoneymatters

    default user setting

    I need to install an app with specific settings that will cary over to all users regardless of who logs on. Do I use the default user somehow, how can I accomplish this? Systems Administrator A+, Network+, MCSA 2000, MCSE 2000 MCSA (2003), MCSE 2003, CCNA
  7. mrmoneymatters

    point dns to SharePoint site

    Can I create a record inside dns that points one work "Workflow" to a specific SharePoint site? If so, how? Systems Administrator A+, Network+, MCSA 2000, MCSE 2000 MCSA (2003), MCSE 2003, CCNA
  8. mrmoneymatters

    need a script for total users and computers

    I need a script that will just give me a total of active users and computers in our domain. I have looked at the Microsoft Technet Script Repository but I can't find a script to do either of these. Can someone please post a script that does these things. This can't be an auncommon request is it...
  9. mrmoneymatters

    need to add a paremeter and output to file

    The below script will scan the local pc and look at all services and the account they run as. I need to make a couple of changes. I need to point this at a subnet and scan all servers. I also need the results output to a file. Can someone help me with this. I am not good with scripting...
  10. mrmoneymatters

    network scanner?

    Do you know of a good network scanner that will scan servers and report what services are running as user accounts? Free one if possible. Network Admin A+, Network+, MCSA 2000, MCSE 2000 MCSA (2003)
  11. mrmoneymatters

    changing passwords

    I need to change passwords on several account that I do not know what they are. I also need to change the admin account. My only concern is there is a process somewhere running under these accounts. Is there a way to scan a domain looking for these accounts being used on machines? Network...
  12. mrmoneymatters

    dns record

    We have multiple forward zone created. One is called domaina.org Inside that zone I have created several a records. One points all www traffic to a specific ip. So when a user types in www.domaina.com they get to the specific website. I also need for my users to be able to type in domaina.com...
  13. mrmoneymatters

    adding new email address format for all users

    We currently use firstinitial then lastname as an email address such as tuser@company.com. I need to add firstname.lastname to all users such as tom.user@company.com. What is the easiest way to accomplish this? Is there a script or something? Network Admin A+, Network+, MCSA 2000, MCSE 2000...
  14. mrmoneymatters

    change permissions on user accounts

    How can I delegate control to the built in account operators group so they can change Exchange properties on user accounts. They have full control over the user accounts but can't change Exchange related properties on those accounts. Network Admin A+, Network+, MCSA 2000, MCSE 2000 MCSA (2003)
  15. mrmoneymatters

    removed netplaces shortcut

    Belowe is a script that creates a shortcut in netplaces to a share. How can I edit this so it will now remove this shortcut if the user has it? Set wshShell = WScript.CreateObject("Wscript.Shell") Set objFSO = CreateObject("Scripting.FileSystemObject") strNetHood =...
  16. mrmoneymatters

    CBTs, anyone like

    Has anyone used Testout or CBTNuggents? Did you like? Network Admin A+, Network+, MCSA 2000, MCSE 2000 MCSA (2003)
  17. mrmoneymatters

    migrating mailboxes, what are these

    I am migrating all users to a new Exchange server and there are several mailboxes that I am unsure about. There are system attendant, system mailbox, and a mailbox called smtp. Do these need to be moved to the new server as well. Network Admin A+, Network+, MCSA 2000, MCSE 2000 MCSA (2003)
  18. mrmoneymatters

    moving a share

    I have group policy set up to redirect my document folders to a specific share on a file server. Those folders are in a share called user on the D drive. I need to move that entire share folders and all to the E: drive. Can I simply copy it over, will any permissions be messed up? Do I need to...
  19. mrmoneymatters

    resources missing

    I have moved serveral mailboxes from an Exchange2k server to a new Exchange03 server. Now, when you go to book meetings in with resources, the mailboxes for the resources that have been moved to the new server dont show up as a resource anymore. Any ideas? Network Admin A+, Network+, MCSA 2000...
  20. mrmoneymatters

    authenticating to wrong dc

    I have a new remote site with a DC. Users in that site are authenticating to a dc here at corp. I checked the subnets in sites and services and the server to make sure all is correct. I then checked for service records to make sure they are created. Any other ideas? Network Admin A+, Network+...

Part and Inventory Search

Back
Top