hp server management web page
https://localhost:2381/
Remember, you are the product, not the customer.
https://localhost:2381/
Getting tired of IE timing out while ICS is dialing? You can try fiddling with some TCP registry keys if you like. I don’t recommend this, because stretching out this timeout causes all bad connection requests to take a longer … Read More »
http://www.microsoft.com/windowsserver2003/techinfo/overview/vpnover.mspx http://support.microsoft.com/default.aspx?scid=kb;EN-US;320697
Q. What registry key is being used for this purpose? A. HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate Q. What is the key value name and what are the value options? A. The key value name is
for Windows XP only, you can even script this. The Microsoft TechNet Script Center has a sample script that’ll get you started: http://www.microsoft.com/technet/community/scriptcenter/compmgmt/scrcm92.mspx or http://snipurl.com/8bsr . Here’s an expanded version that attempts to disable System Restore for every computer listed … Read More »
Q. How can I use the Sysprep utility to create a “clean” PC to use for an image-based Windows deployment? A. After you’ve created a Windows installation that you want to image and distribute to other PCs, your first task … Read More »
Turn off SMB packet signing on the SBS server.
smb packet signing explanation
C:\secedit /refreshpolicy machine_policy C:\secedit /refreshpolicy user_policy
#!/bin/sh /sbin/iptables -F CUSTOMFORWARD /sbin/iptables -F CUSTOMINPUT # RED_IF=`/bin/cat /var/ipcop/red/iface | /usr/bin/tr -d ‘\012’` # this is to block outgoing #/sbin/iptables -A CUSTOMFORWARD -p tcp -s 192.168.xx.12/32 –dport 80 -j DROP /sbin/iptables -A CUSTOMFORWARD -p tcp -s 192.168.xx.0/24 –dport 135 … Read More »