Jump to content

Resolver

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Resolver

  1. Thanks for the input so far. I'm starting to think our desktop slowness is moreso related to networking lag than I'd previously thought. I plan to break out perfmon tomorrow and start checking stats. Any input to which of the many statistics to take a look at? I'm very curious about time spent processing exchange requests, AD requests, and print jobs....all taking place on the same server.
  2. Anyone suggest a good best practices guide to the number of services to run on a server per number of users, per memory available? I've found plenty of "guides" and have read enough text books to know what the services do, but I want good solid numbers to use in laying out a network architecture. I would like to say, "We have 200 users, which may grow to 400 in two years. This server can run Exchange, print services, etc. But past x employees, Exchange will need to be on its own server"..... etc etc. Thanks for any links, or suggestions.
  3. Oh, and this one... reg add "hkcu\software\microsoft\windows\currentversion\explorer\advanced" /v ListviewShadow /t reg_dword /f /d "0" since I use a white wallpaper, this turns off the shadow effect, and instead displays black text.
  4. So after sending most of my day doing research I've come up with this instead. I can turn off active desktop, and thus avoid the "Active desktop has crashed" annoyances; and when they lock the station, it will keep the same wallpaper. :copies the file from the server if needed if not exist "C:\Documents and Settings\%username%\Application Data\Microsoft\background.bmp" copy \\server\netlogon\background.bmp "C:\Documents and Settings\%username%\Application Data\Microsoft\background.bmp" :sets the background in the registry according to local path reg add "hkcu\control panel\desktop" /v wallpaper /t reg_sz /f /d "C:\Documents and Settings\%username%\Application Data\Microsoft\background.bmp" :stretching & tiling reg add "hkcu\control panel\desktop" /v wallpaperstyle /t reg_sz /f /d 2 reg add "hkcu\control panel\desktop" /v tilewallpaper /t reg_sz /f /d 0 :sets the background white (may need reboot to take effect) reg add "hkcu\control panel\colors" /v Background /t reg_sz /f /d "255 255 255" :refreshes system with new settings RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters , 1, True Thoughts, suggestions?
  5. I think I'm getting a better understanding of this now. It's pretty clear that my background is "on top" of the old background. Since the default Dell background, or the default windows field background keeps appearing whenever the computer is logging/locked. I guess the alternative is to copy down the .bmp to the local machine, and use the registry to set the .bmp as the wallpaper, instead of an "active desktop" item?
  6. glennda's suggestion worked, but it took me a couple reboots to get it to apply. Which made me think I was being a bit too hasty. I instead changed it back to a network location, but moved it from \\server\share\ to \\server\netlogon I think your right about the time sync Zero, I noticed on the startup script an error 1314. That's not currently causing any issues, so I'll save it for another day I notice that the background changes when logging and locking the workstation. Not as big a deal, but I guess I'll work on that this afternoon.
  7. Thanks for the link to Bginfo, I'd seen that used at other places and at night school, but could never figure out how to get it to display on my machines. I didn't know it was a separate app! I'm trying to resolve this just using GPO since that's the only thing currently in place; and I don't want to change around the IT managers original configuration too much.
  8. We don't having roaming profiles set, the only thing in the profile tab is a logon script. That's only used to sync the time and map 2 drives. I could recreate the profile itself in AD, but I don't think wallpaper merits such an extreme measure. This place runs 24/7, and there are a lot of people using that profile at all times.
  9. I noticed the other day that some users didn't have the company wallpaper being displayed, and even worse, some had Active Desktop Recovery Needed displayed. Because our users are locked out from the desktop properties, they couldn't fix it themselves. With all this in mind, I looked into our wallpaper GPO policy. Currently, all group OU's share the same User Policy. With the relevant parts being -Enable Active Desktop set to disabled, and Active Desktop Wallpaper set to enabled with the wallpaper being on \\server\share\background.bmp From what I've seen, the background seems rather hit or miss around the company. I've got a test machine next to my own that I've been running tests on. I've seen that the one user that everyone can use "public", is not a member of "employees" which is a security group. I put my test user in the employees group and the background worked fine. I took my test user out of the group and it stopped working. However, when public and test log in, the background flickers for a second like it's about to apply the wallpaper, but never does. users who are not in the employees group, do not have direct access to the \\server\share\background.bmp file. Thinking perhaps that would make a difference, I moved the file to \\server\netlogon\background.bmp and updated the GPO. verifying everyone could access the new location, I rebooted and refreshed gpupdate, but still nothing. Also, I've noticed when I have my test user in the employees group, and the background loads correctly; if I lock the screen or when I log out, the background changes to the default windows hill background. I've also tried changing the enable active desktop from disabled to enabled, since that seems to make more sense according the GPO description for that field, but it didn't make any difference. I hope I didn't rambled too much, it's just a lot of little pieces I'm trying to up together in my head. Any ideas what's going on here?
  10. Ok, I see where it *should* be. But they're not using message logging at this location, so I can't tell what's happened.
  11. Punch line could use some work, needs something more directly relating to the steady decline of user experience in windows. "That was the evaluation copy" or "That was the trade show demo" or "This place was never this bad before you corrupted the registry"
  12. You are correct. I was thinking of print jobs that are sent, but require no feedback, like an LPR job.
  13. The subnet and gateway on the ricoh itself shouldn't make a difference in whether or not you can access the built in webpage, but definitely check the options in the display panel to see if the web ui can be turned on and off. Also look for an option to toggle ICMP, if it's off, that would explain why it's not returning pings. You can also try posting over at Copytechnet Home, back when I worked on printers that was my go-to tech support site.
  14. Exchange 2003.
  15. Is there a setting for what the message says? The user claims they never received a bounce back message. Also, does it log the fact that this happened?
  16. I recently had a couple users not receive some emails because the attachments were too large. Is there an option to alert users when this occurs, so they know to tell the original sender they couldn't receive the message. Is there a log that records when this happens, and what the details are?
  17. Did you make the active desktop wall paper changes through Group Policy? You may want to take a look at this Using Group Policy Objects to hide specified drives and make sure you didn't accidentally change something else in there at the same time. It could also be that something is crashing during policy application. I'd control+alt+delete, kill the explorer process and then start a new task and type in Explorer.exe to restart it.
  18. As unlikely as people seem to think it is, I always look for duplicate IP addresses. unplug the real server for a few seconds, ping it, see if anyone answers from the servers IP address. Have you tried pinging from the good servers to the bad, and then vice versa? Might give some insight depending on the results.
  19. I ended up using phpMyFAQ homepage - open source FAQ system for PHP and MySQL, PostgreSQL and other databases | welcome It's an open source linux project that provides a lot of functionality. The interface could be prettier, and the way it provides AD integration could be more secure (a user/pass is sent in plain text across the network to authenticate the provided user, instead of using the users credentails and doing it in an encrypted way. the user/pass is sends is stored in plaintext in the phpmyfaq folder). That aside, it allows for group creation and provides very granular controls on who can see what. I posted a basic howto on their forum for linux newbies to integrate the software into a windows 2003 environment.
  20. I read about subnetting in at least 3 different books. The thing that confused me the most were the different classes (A, B, C). Most books I've seen, even new books, still treat the internet as if we're all using public addresses, and that no one subnets. I didn't really grasp subnetting until I took some MCSA night classes, and even now I still need to check my answers with you guys.
  21. If the subnet is 11111111 . 11111111 . 11111111 . 11000000, that means the network portion of the address is where the 1s are. It cannot be all 0's or all 1's, as you mention, but having two 0's in the last octet doesn't violate that. The network could be 10.0.10/26, in which case the two digits in the 4th octet would be zeros, but the network address wouldn't be ALL 0s, and therefore ok ....correct? Assuming the last two octets are 00 (Yes, I should have said 1 to 62, but for sake of math, I'm including the entire range) the range is 0-63, right? What you said makes sense to me, the question in the book doesn't specify if the network portion includes any digits in the last octet. I guess it's up to me to figure that out based on the given subnet and host addresses.
  22. The study guide I'm using shows a diagram with the following information... Clients IPs 10.10.10.66-10.10.10.70 SM 255.255.255.192 GW 10.10.10.65 Then another portion of the network with 10.10.10.94 255.255.255.192 10.10.10.93 The question the diagram is asking is irrelevant to my question. As I understand it, the only IPs available for a 255.255.255.192 subnet would be x.x.x.0-63 Subnet 11111111 . 11111111 . 11111111 . 11000000 allows for hosts xxxxxxxx . xxxxxxxx . xxxxxxxx . xx000000 in the ending zeros. Those zeros wouldn't allow a host number high enough to access a gw at 10.10.10.65, or 93, or be an IPs at 66-70 or 94. Is this yet another poorly written question in my guide, or am I at a misunderstanding?
  23. Hi all, I'm preparing for 070-291, and am going over some test prep. I thought I had a pretty firm grasp on subnets, but I'm caught up on an idea, and need some clarification. Lets say my network is 10.0.0.0/20 That makes my mask 11111111 . 11111111 . 11110000 . 00000000 ( 255.255.240.0 ) So my networks can range from 00001010 . 00000000 . 00000000 . 00000000 ( 10.0.0.0 ) to 00001010 . 11111111 . 11110000 . 00000000 ( 10.255.240.0 ) My question involves the 3rd octet. If the network in use is 00001010 . 00000001 . 10110000 . 00000000 ( 10.1.176.0 ) and the host portion in binary is xxxxxxxx . xxxxxxxx . xxxx0110. 00000010 ( x.x.6.2 ) Is the resultant IP address for the host 00001010 . 000000001 . 10110110 . 00000010 ( 10.1.182.2 ) I'm mentally caught up on combining the network and host portion of the binary digits into a final decimal. Just want to make sure I got this straight in my head.
  24. XP image from a Dell restore disk, since most all of our computers are Dells, and I've had good luck in the past using Dell Discs in other manufacturers machines, so long as I had a valid license to activate it with.
×
×
  • Create New...