Apr 9 2008 7:42PM GMT
Posted by: Michael Khanin
Microsoft Windows
Time to time I get the need to have some temp files of varying sizes. In Linux environment it’s not a problem to do. And, in Windows environment it’s not a problem anymore :).
I’ve used a “dd for windows“. “dd for windows” could be downloded from official web site. I’ve created a very simple script, mkef.bat. Here is a syntax for using mkef.bat:
mkef.bat <filename> <size>
And now the content of mkef.bat:
@echo off
if {%1}=={} @Echo Please use the following syntax: mkef.bat filename size &goto :EOF
if {%2}=={} @Echo Please use the following syntax: mkef.bat filename size &goto :EOF
dd if=/dev/zero of=%1 bs=1024 count=%2
Apr 7 2008 3:58PM GMT
Posted by: Michael Khanin
Microsoft Windows
Build 5511 from April 4, 2008 likely will be the last beta build and this build has already distributed to internal testers. If all goes smoothly by the end of next week, Microsoft will bring the RTM final build of SP3 for Microsoft Windows XP.
Apr 7 2008 3:57PM GMT
Posted by: Michael Khanin
Microsoft Windows,
Networking
If you have a server, with Windows 2003, one day you can find your server disconnected from network :).
It’s exactly what I get. Simple reboot and server lost network connectivity.
Event log full with system errors like:
Event iD: 12291, SAM failed to start the TCP/IP or SPX/IPX listening thread
Event iD: 4292, The IPSec driver has entered Block mode. IPSec will
discard all inbound and outbound TCP/IP network traffic that is not permitted
by boot-time IPSec Policy exemptions. User Action: To restore full unsecured
TCP/IP connectivity, disable the IPSec services, and then restart the
computer. For detailed troubleshooting information, review the events in the
Security event log.
Event iD: 7023, The IPSEC Services service terminated with the following
error: The endpoint mapper database entry could not be created.
When you check MS Knowledgbase for those errors you will find the following articles, the very popular is those:
http://support.microsoft.com/kb/930220
http://support.microsoft.com/kb/912023
http://support.microsoft.com/default.aspx?scid=kb;en-us;870910
BTW, apparently it’s not caused by SP1. So, if you implemented all WORKAROUNDs mentioned in those articles, and server still disconnected from the network, try VERY simple solution :), changed RPC to start with localsystem instead of network service. Of course, remember to reboot your server :).
Mar 31 2008 11:41PM GMT
Posted by: Michael Khanin
Windows Security
Protect your organization from attacks with the Windows Server 2008 Security Guide. You’ll get comprehensive security guidance, preconfigured security settings, and automated tools that reduce security policy deployment times by up to 80 percent.
http://go.microsoft.com/?linkid=8514046
Mar 31 2008 11:38PM GMT
Posted by: Michael Khanin
Microsoft Windows
This new solution accelerator offers software and guidance that will help you to deploy a customizable solution built on Microsoft Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 that teams can use to collaborate easily and more securely with customers, partners, and vendors across the Internet.
http://go.microsoft.com/?linkid=8514047
Mar 27 2008 9:37PM GMT
Posted by: Michael Khanin
Virtualization,
Microsoft Windows
Install this update to enable remote management of a Windows Server 2008 computer running the Hyper-V RC0 role.
Update for Windows Vista (KB949758)
Install this update to enable remote management of a Windows Server 2008 computer running the Hyper-V RC0 role
Update for Windows Vista x64 Edition (KB949758)
Mar 27 2008 1:35PM GMT
Posted by: Michael Khanin
Microsoft Windows
Microsoft Remote Server Administration Tools (RSAT) enables IT administrators to remotely manage roles and features in Windows Server 2008 from a computer running Windows Vista SP1.
Microsoft Remote Server Administration Tools for Windows Vista for x64-based Systems
Microsoft Remote Server Administration Tools (RSAT) enables IT administrators to remotely manage roles and features in Windows Server 2008 from a computer running Windows Vista SP1.
Microsoft Remote Server Administration Tools for Windows Vista
Mar 25 2008 6:59PM GMT
Posted by: Michael Khanin
Microsoft Windows
Microsoft Deployment Toolkit 2008 is the next version of Business Desktop Deployment (BDD) 2007. It is the recommended process and toolset to automate desktop and server deployment. This release includes updates to support Windows Vista SP1 and Windows Server 2008 in addition to previously supported platforms.
Source: www.microsoft.com