Posted on May 27, 2008 by Miguel
Windows 2008 has improved terminal server functionality, but by how much compared to Citrix is the question. Hope this link answers that question
http://www.brianmadden.com/blog/BrianMadden/Windows-2008-Terminal-Services-versus-Citrix-Presentation-Server–XenApp-Citrix-has-nothing-to-worry-about
Filed under: Citrix, Server 2008, Terminal Server | Leave a Comment »
Posted on May 27, 2008 by Miguel
Vista now supports 4GB of memory with SP1, or so you think. Check out these nice graphic friendly articles on why that is not true.
http://www.codinghorror.com/blog/archives/000811.html
http://www.digitmemo.com/articles/30/windows-and-4gb-ram-the-frustration-confusion-and-solutionpart-3/
http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/
Filed under: Windows Servers, Windows XP | 2 Comments »
Posted on May 20, 2008 by Miguel
If you ever want to package up batch or vbs files into executables check this site out.
http://renegadetech.blogspot.com/2006/07/how-to-convert-bat-file-or-vbs-file.html
Filed under: Scripting | Leave a Comment »
Posted on May 20, 2008 by Miguel
If you need to copy new files from a source to a destination use this command:
xcopy /E /H /X source destination
/E – Copies directories and subdirectories, including empty ones.
/H - Copies hidden and system files also
/X – Copies file audit settings (implies /O)
Filed under: Scripting | Leave a Comment »
Posted on March 6, 2007 by Miguel
Ok if you have the problem I said about below this is the script I used XCacls with a script to modify the ACLs on the folders. It’s less time consuming to do it this way. Some things to assume are:
Inheritence is set on the folders you are modifying the permissions for. [...]
Filed under: General, Windows Servers | Leave a Comment »
Posted on January 16, 2007 by Miguel
An issue that we have at work is that we have 2 wireless networks, students and faculty. They are on 2 differrent subnets. The APs run WPA with radius authentication that authenticate to the IAS server running on one of our DCs. The authentication is an AD authentication. The issue is that IAS brings the [...]
Filed under: Networks, Windows Servers | Leave a Comment »
Posted on October 1, 2006 by Miguel
Frontmotion created some great adm files for deploying firefox throughtout the enterprise. It’s really cool to see how granular firefox can be controlled through group policy. If you are planning on deploying firefox then you should get familiar with the adm files first.
Filed under: Group Policy | Leave a Comment »