Jump to content

decoy5657

Member
  • Posts

    36
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by decoy5657

  1. Has anyone found a website that fully explains the difference in licensing between the boxed version you'd pick up in the store, and the "for system builders" version found on Newegg? I want to buy this for one of my workstations but I'm going to be upgrading it heavily soon and will need to move Vista... is there a 6 month window like there is for Windows XP activation?
  2. I’m going over a proof of concept idea for a huge domain migration and have two domains in a test environment. “OLD” and “NEW” I have created a two way trust between these domains. They are on the same subnet. Each DC hosts its own DNS. Each DC points to itself for resolution. What is supposed to be done for DNS to resolve between these two domains? Add secondary zones for each domain to the other’s DNS server? Add each other to each others forwarders? I have the trust, but when I’m managing either domain I can’t see the other domain to add users back and forth. I’m missing something simple, I’ve done this before and I’m loosing my mind
  3. I know it will work, but i'm asking if it will slow down the other cards to 32bit speeds...
  4. My boss wants me to put a 32bit firewire PCI card into a PCI-X slot on a server that we have. It's been my understanding that doing so will cause the entire PCI bus to run at the slower speed of 32bit to compensate for the firewire card. If this is true, then I need help finding some technical articles that prove it. If not, i'll install the card and everynoe will be happy Thanks for the help
  5. I have a serious problem, here’s the scenario; User used to be connected to a domain in Florida. The user synchronized a network drive to his laptop for offline use. He moved to Louisville and continued to log into the domain, even though it was not physically available to him. He kept logging in with a cached set of credentials. This goes on for 8 months; during that time he continually updated the offline folder with new data. I just joined his laptop to the domain in the office where he works. This instantly created a problem of him not being able to access his offline files. He can browse to their original network location \\server\home\username and see’s them all as synchronized and available. However, he can’t access any of them, or copy them to a new location as he is logging into the computer as a different account on an entirely different domain. Facts: The files are there. The attributes cannot be changed. I see no way to take ownership of the files, I’m sure this is by design of Windows for security reasons. The original domain is no longer available to connect to. What can I do?
  6. Hey guys.. I have always used a matrox 650 for my dual monitor setup. It doesn't have a lot of RAM but I've never needed it to. This computer just uses RDP and Outlook all day long I need to find a video card that is fairly capable of running Vista (Matrox has ZERO compatibility) Suggestions?
  7. I am looking to copy a number of .csv files from several sub directories, to a single final destination. Example: C:\data\aab\weekly.csv C:\data\aac\daily.csv C:\data\aad\example.csv (There are other files in the directories, so I will need the script to copy only .csv files) Copy them all to c:\CSVFiles\ So to recap… copy all .csv files under c:\data\ to c:\CSVFiles I’d like to use robocopy as the engine for copying them. I guess it would have to be an if then statement to gather what subdirectories are there, and then send a bunch of separate command lines to execute robocopy.
  8. I go to a lot of computers that need a fresh install of office 2003. I have a true VLK cd but it does not have SP2. Is there a way to integrate sp2 into the installation source, and still have it cache the files? Right now, I have a cd w/ source files that have sp2 integrated, and I first copy it to the hard disk.... Anybody feel me?
  9. Good post. I'll have to wait until tonight to try anything. thanks
  10. here goes. I have a 3ware 9500s 4LP controller. This is supposed to be a high end controller. It cost about 500 bucks by the time I bought the addon battery. I have 3 400GB SATA drives attached to it in a raid 5 config. I chose this setup for future expandability. This controller has live expansion to an additional disk. Anyway, the card is in a dual xeon 2.0ghz box / windows 2003 / gigabit /1gb ram / PCI-X / the card is pci-x also. If one 100mbit user is transfering files to it, other users who have open files complain of it's slowness. This is especially true with quickbooks users. All other transfers seem to hang up. I've dealt with plenty of RAID5 setups in the past and never had this much trouble. I, of course, have never used a 3ware controller before. Here are some screenshots. This is the drive being tested with no other load. Just HD-TACH I was pulling a 4.5GB file from the array while this test took place. Here is the performance I had from said file copy. I have two of the same hard drives in a mirror on my workstation at home. The controller is an el-cheapo promise 2 port card. I might have to just create two 400 gig mirrors. The speed is crazy slow when more than 1 person is transfer
  11. I have bellsouth DSL with a Linksys router. I have several machines (7) behind the router with 192.168.1.0/24 addresses. The DNS servers are set to the Bellsouth internet servers 205.152.37.254 and 205.152.132.235 lets pretend all of my machines have generic names, machine1, machine2, machine3, etc.. How is machine1 supposed to be able to ping machine2 and machine2 ping machine3 without local DNS? Shouldn't the linksys have a DNS server that forwards to those 205 address for non-local requests?
  12. I have a few servers that are in trouble right now... I'd like a program that can constantly ping them, and when one of them becomes unreachable to send me an email via an SMTP server that I have onsite. Has anyone ever done something like this? p.s. the software will need to run on a windows 2003 server machine.. Thanks in advance. Aaron
  13. For personal reasons I need to install apps via VBS. Here is a code sample from my srcipt. '----START VARIABLES---- Dim StrWIMP '----END VARIABLES---- Set oShell = CreateObject("Wscript.Shell") strWIMP = Chr(34) & """mp10setup.exe""" & Chr(34) & " /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"" oShell.Run "%comspec% /c " & strWIMP, 1, true Thus far, this has worked for all other software, but if you run that script, it gives an error about the " right after C: I assume the script host thinks I want to end that statement... or something.... Ideas? Thoughts?
  14. I'm trying to automate my entire "baseload" for my computers at work. The first piece of software in my script is Symantec Anti Virus 8.x coming from an SAV server. I use the /QB switch on the .exe located on the server. once the program is 90 percent done installing, the little popup box comes up saying that definitions are old... blah blah blah. You HAVE to click on this for my batch file with a bunch of START /WAITs in it to continue on to next command.... Is there an easy way around this?
  15. I've written a script that will install a set of applications for a baseload I use at the office when i build computers. here are the first two lines START /WAIT "\\servername\smspkg\MICROSOFT OFFICE 2003 SP1\Source\SETUPPRO.EXE" START /WAIT "\\servername\smspkg\CITRIX ICA CLIENT 7.10\WXP\setup.EXE" Now, if that is run, just like it is, it will immediatly pop open another CMD prompt and take me to C:\WINDOWS and NOT launch the application that is in quotes. I think the quotes are screwing it up. If I remove the quotes it will say that the path is invalid because of the spaces. If anyone has any ideas about what I'm doing wrong, or if I could use a VBS script to launch the files, that would be fine also. I'm just looking for a way to install the "typical" 50 programs that our office needs.
  16. as you can see in the above box, I have a windows XPSP2 machine, connecting to a Windows 2003 server. There should be an option to "save password" on the bottom of that window, but there isn't. Has anyone else had this issue?
  17. I guess for the time being I will just add a share with just the office 2003 source files that everyone can access, and update the .mst file to point to those shares..
  18. The main network admin at my office seems to be in this mindset that we need to be using the service pack 2 built in firewall to block things like AOL Instant messenger, ICQ, and so on. I know that the firewall may be managed via GPOs but we do not have domain admin rights at this sight ( we are part of a huge AD domain ) so getting anything like this done is a tedious, time consuming task. His idea for this is to use VB scripts in our login scripts to update the settings for the firewall. ( something we DO have control over! ) Let me explain that desktop users cannot use the registry editor to merge entries into the registry hive. (which means they can’t run any .reg files) however, they CAN use the regwrite feature of VBS to modify the registry. I have not seen any VBS files to configure the windows firewall, just reg files…. So he’s not going to have a good time trying to figure this one out. The most interesting thing is that we have redundant Nokia Checkpoint firewalls at our facility. They just don’t know how, or refuse to research the information to block programs like AIM, ICQ, MSN, etc…. (its easy to block AIM.exe with the winxp firewall, whereas on the checkpoints you’d have to block ips, hostnames, whatever.) If any of you are firewall admins… and have some exciting tips….. Please…. Do share them. It only seems like the right way to do things; I think that having 350 firewalls running is a bit ridiculous when there only needs to be one…. In terms of the future, I see each desktop that has an improperly managed firewall running on it a nightmare for me to take care of later.
  19. I used the office 2003 resource kit to create a quiet installer that set up all of my options for Office 2003 Professional ( @ work ) This worked great! one of the reasons I love office 2003 is that it will keep the installation source local to the computer, so when the next user logs in, he/she won't have to pull the source cabs across the network... VERY nice.... Service pack one rolls along, so I did the setup.exe /a and did the administrative install point. Now when a user logs on, it begins to search for the install source.... which isn't what I had in mind, since regular users on this network dont have access to the source..... If anyone could offer a hand of advice!
  20. Green: I think robocopy ( in the windows server resource kits ) should be able to do the same things....
×
×
  • Create New...