October 31, 2008 12:58 AM
Posted by: Michael Khanin
Active Directory,
Microsoft WindowsWe can find the FSMO from command line by executing just one command and command line :) :
NETDOM QUERY /D:mydomain.com FSMO
October 31, 2008 12:53 AM
Posted by: Michael Khanin
Command line,
Microsoft WindowsWindows XP and Windows Server 2000 / 2003 have a built-in utility called the System stand-alone Optional Component Manager (sysocmgr.exe) to programmatically add or remove Windows components. Running...
October 31, 2008 12:48 AM
Posted by: Michael Khanin
Create PDF Files Using a Network Printer (Completely FrRecently, I needed to find a free solution to creating a PDF file by using virtual network printer. The idea was send the job to the pdf virtual pdf-printer, then the user is prompted to 'save as', they select a location and the pdf is created.
After googleng and testing the...
October 31, 2008 12:34 AM
Posted by: Michael Khanin
Microsoft WindowsIf for any reason, you need to know how many users are logged on to a server, It's easy to check, at the server's console (CMD.EXE) execute the following command:
NET SESSION | FIND /C "\\"
October 31, 2008 12:18 AM
Posted by: Michael Khanin
Microsoft Windows,
Windows ComputingWindows 2000 or Windows XP can be configured to run a startup script that is a batch file, VB script or JScript by using Group Policies. As well we can use AutoExnt utility, from the Resource Kit.
The AutoExNT...
October 28, 2008 7:20 PM
Posted by: Michael Khanin
Windows 7
October 28, 2008 7:11 PM
Posted by: Michael Khanin
App-V,
Application Virtualization,
Hyper-V,
Virtual PC,
Virtual Server,
Virtualization,
vmwareWindows Server 2008 R2 will include Hyper-V 2.0, it promises to deliver the final pieces for enterprise level OS virtualization and to really compete with VMware at that level.
The most anticipated is of course Live Migration:...
October 28, 2008 6:47 PM
Posted by: Michael Khanin
HAL,
WinPEIt's a lot of posts that explained how to detect HAL. Almost all of those solutions done in VB script. As well I've seen a lot of post about "problems' running VB script under WinPE. So, one day I tried to create a batch file, that allows to detect a HAL under...
October 24, 2008 1:26 PM
Posted by: Michael Khanin
Command line,
How to Set Time Zone from Command Line,
Windows ComputingIf you need to change Time Zone for a lot XP computers, you can do this by simple :) command:
RunDLL32.exe shell32.dll,Control_RunDLL timedate.cpl,,/Z Central Standard Time
to change Time Zone to Jerusalem (GMT+02:00) run the following command: