Content Type
Profiles
Forums
Events
Everything posted by chilifrei64
-
Auto install/run program when loggging into domain
chilifrei64 replied to realized's topic in Windows 2000/2003/NT4
If this is on a domain you could deploy it through group policy, otherwise you could run a batch script and use the runas command.....(not to secure though) Is this a domain enviroment? What version OS are you running? What application are you trying to update? -
This generally means that there is something wrong with the profile. If you rename the users folder and have them log on again, you should not receive this message You said you have some group policy's enabled.. care to specify roughly what you have done.. As for never remove/rejoin a machien to a domain.. I have dont this many times without error.. if something does go wrong it probably indicated a problem somewhere else..
-
Problems adding a machine to the domain
chilifrei64 replied to rritter's topic in Windows 2000/2003/NT4
unfortunately not everyone on the domain can be domain admins. You didnt specify what group you have with permissions to add computer accounts but basically they need more access. right click on the OU that the computers are in and use the delegate control and give permissions to the user group that you want to give permissions to... they will essentially need full control on that OU -
I know what you mean.. i cannot get into "that" key either more specifics please...
-
Have you looked into USMT from microsoft. When i do stuff like this that is what I use... I still have to type in cd keys and what. Have you looked into that? As for copying open files which is what you need to do.. I cant think of any easy way off the start.. One thing that comes to mind is BartPE or windows PE where you would be able to copy anything you want from the disk via batch file and at the end of the batch you could even start your installation.
-
err... the same tab as the anonymouse access.. if you check integrated windows and type in the default domain underneath the anonymous access area. What security zone you have that under? Intranet or Trusted? It definately wont work in the other zones.(internet and restricted)
-
what exactaly are you trying to accomplish by doing this. And why the NetworkService dat files. for just normal userprofiles.. you could just use roaming profiles. this way when they log off it is copied back to the server and the locks are taken off of them.
-
Is there really a global point on this thread. We have 4 problems going on in this thread. As far as joining the computers to the domain on WinXP Home. NO, NO, NO, and NO If you just picked up a maintenance contract and you would like to keep this contract. notify them that XP home does not work with the type of server system. In addition to this. Workgroups have a theoritical limit of 10 nodes. Modifying this is in violation of the EULA. There ARE workaround to make authentication pass through( http://www.x-setup.net/ ) but as far as "JOINING" the domain... not gonna happen. NOW.. you can modify the installation source and add this feature but once again this is in violation of the EULA. If they tried to upgrade on a shoestring, have them do it again and purchase an upgrade to XP Pro. They will spend less money this way than they will to have you come in EVERY day to fix network access problems I run an IT company myself and run into the same problems of XP home in an business enviroment. In the past I spent countless hours trying to get this stuff to work. I have lost both contracts becasue they didnt understand why this stuff didnt work. Now i tell my clients that this CANNOT BE DONE and strangely enough they are ok with it, as long as their system works. NOW.. if anybody can read this .. it only makes good sense to post a problem of yours in its own thread. Otherwise the person who posted here before you is wondering what the heck i am talking about xp home for. not to mention new people to this thread have to read the first 2 pages of essentially non-sense only to get to the end and have a completely different questions asked therefore wasting their time reading the previous posts..
-
Here is what I do. I put this page in the root and it redirects me to the /exchange directory <html> <head> <title>OWA</title> <meta http-equiv="refresh" content="5;url=http://urltoexchangeserver/exchange"> </head> <body> Loading........ </body> </html>
-
http://support.microsoft.com/?kbid=232169 http://support.microsoft.com/?kbid=238656 http://support.microsoft.com/?kbid=245419 http://support.microsoft.com/?kbid=249893 http://support.microsoft.com/?kbid=296969 http://support.microsoft.com/?kbid=310893 Maybe one of these will shed some light on it
-
I am sure everyone has their own preference.. I would just stick with free. The built in in Windows 2000/Xp/2003 is more than good enough but as at0mic said.. if we are talking 9x... go 3rd party
-
Event ID 6005 means the computer has just turned on. as far as log on and log off. you would have to write your script to parse the security logs for log on events question for you.. what exactally is this big picture you are talking about. what is it your script is doing or are the log on and restart events just debug information. What "bug" are you trying to see if it exists?
-
have fun with the intel pro 1000. that is a peskey one. Depending on the exact NIC you have you may actually have to edit the inf file. If you do, intel has a pretty good knowledge base on this issue now. As far as restarting the RIS Services you want to restart the Boot Information Negotiation Layer service net stop binlsv net start binlsv when you do this, the RIS service creates the precompiles setup file for the drivers. If you DONT do this step.. you can add the drivers in any way you want but you will NOT get it to work. @hoak My computer has this thing... what do i need to do to stop this.. kinda hard to answer when you have no information regarding my problem this was not a very specific post you did here. Start a new thread and post all the information regarding your problem. You are more likely to get a good response from a better question.
-
FYI. For future reference, I would start a new thread for new problems. But dont move it now otherwise you would be double posting. get your network drivers and add them to your boot image on the RIS Server and drop them in the i386 folder and restart the RIS Services you would be looking for 2 file types here.. .inf, .cat, (maybe .sys) are what makes up your driver.. after you restart the RIS Services it should create a .pnf file for your driver.. the inf is the information on the driver and the .cat is the security catalog that says weather or not it is signed by MS. The .pnf is preconfigured setup information which in the end is what you need for the screen you are getting stuck at to be there. Just out of curiousity, what network card are you trying to use?
-
Incase anybody is interested. I was able to get this working by setting authentication to anonymous. Apparently SBC allows for annonymous authentication on their TURNS/ETURNS server for smart hosts.
-
You mention you have 2 nic's. Are both nic's in each PC being used. Are these computers connected to the internet? When you open the network connection folder.. does it have the red X or say cable disconnected. What IP addresses are you using for it? Are you using a crossover cable the 2 computers..
-
Is it possible to enable RunAs option
chilifrei64 replied to jpatto's topic in Windows 2000/2003/NT4
it is just a remote MS-DOS command shell. -
Anybody out there with Exchange Server experience The ISP for one of my clients is sbc yahoo. SBC Yahoo blocks outgoing smtp connections to other mail servers as their way or trying to reduce spam. Exchange has a built in tool called an smtp connector which allows me to redirect outgoing smtp traffic to a smart host. I am allowed to make outgoing connections to sbcglobal.net Here is my problem. I set up my smtp connector and suddenly all my emails send. Weather it is 3 or 50 emails, every email in the smtp queue sends. After that, the emails stop going out. The queue still shows that it is froze in the smtp connector, which means that messages are being redirected to the smtp connector but it is not sending them. Obviously authentication works becasue it works once I have smtp connector set to always run. has anyone else ran into this problem or know of a fix.
-
Problem connecting via Cable Net
chilifrei64 replied to phoenix_nf's topic in Networks and the Internet
maybe a bad switchport.... I have had single ports go bad. are you plugging directly from the comptuer to a switch or through a wired network(IE through the ceilings, down the walls and into a switch closed) cable tester give you any information. -
Installed 2 network cards but crash each other
chilifrei64 replied to simon109s's topic in Networks and the Internet
most likely either a Driver or IRQ issue. what does the BSOD say? -
simply unchecking the file and print sharing on the nic you dont want to share files on and changing the metric on the directly connected nic will allow you to keep your internet connection on one nic (with metric of 1 and FPS unchecked) and share files on the other nic (metric of 2 and FPS checked) with this being said.. why would you do it this way.. use only 1 nic, plug it into the back of the router with a patch cable and have FPS checked and disable the other nic. This way no static ip addresses needed(unless you wanted to) and half the wires. not to mention less of a headache.. Configure your router to be a DHCP server(see users manual for instructions) and connect a patch cable from computer to router. Obviously follow all other windows workgroup file and print sharing rules
-
I am so sorry... i thought i added it.. http://support.microsoft.com/?kbid=820378 I used method 2 and this solved my problem
-
Under IIS.. go to the virtual directory and go to the security tab and make sure integrated windows authentication is selected and choose the default domain.. leave realm blank let me know if that helps.. this is what I use to help for pass through authentication for OWA on my domain clients. Maybe it uses the same method?????????
-
after you select your msi package.. it ask you for deployment method.. choose advanced and add your modification before you hit ok.. once you "OK" it you can no longer add a modification
-
Is it possible to enable RunAs option
chilifrei64 replied to jpatto's topic in Windows 2000/2003/NT4
sounds like you have the desktop locked down... @oioldman he has right click disabled.. by the looks of things if you cannot right click and run has been disabled and you have removed access to the command prompt... telnet looks like your only option.