This can also happen if someone is using the remote desktop and not logging of properly. Use the rdp client with the /console switch "mstc.exe /console". logon and then log them off.
Remote desktop is essentially a console session. Like logging on at the server. Install and use the terminal services client mstsc.exe. the install file is msrdpcli.exe, you will find it on the server cd. then you will get 3 sessions. i.e 2 terminal sessions and 1 remote desktop console session.
you actually have 2 accounts. Although they are the same name they are not the same according to windows.(You may find it easier to understand if they weren't the same name) What you need to do is log on as administrator and add the domain\imauser to the administrators group of the workstation...
it looks like your using 255.255.255.0 as your subnet mask on both nics.
a quick fix would be to change it to 255.255.0.0 for both nics
better still use a completely different range for your north and gateway eg 192.168 range. then there is no confusion
put a sleep command in there. so that the server waits a minute or two
:begin
:: sleep for two minutes
sleep 120
ping -n 1 xxx.xxx.xxx.xxx | find /i "reply"
if errorlevel 1 goto noreply
if errorlevel 0 goto reply
and here
:noreplyloop
:: sleep for two minutes
sleep 120
ping -n 1...
the problem is the workstations are using the ISP DNS. I take it they are all part of a 2k domain. Is the Server the AD DC as well ? you would need to configure the workstations to use your own DNS server(probably your 2k server is already a DNS server) Then configure your DNS to forward to the...
Depending on how many users want access and how IT literate they are. Create accounts with the same username as AD accounts and synchronise passwords. The only problem is password changing day. Either they TS to the server and change password or write them a little batch file that changes the...
going of memory when you install exchange it creates another icon for AD users and computers. Its different to the usual icon. You need to use that particular console to create the user. Are yo managing the AD from a workstation if so try it from the server that has exchange installed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.