January 31, 2010 - 11:50 am
Tags: delete, file, Powershell, remote, Script
Posted in PowerShell | No comments
The following PowerShell script recipe will help you delete a remote file based on a list of computers stored in a text file. New PowerShell function will be created during the session which will be piped from the text file. Generate C:\Scripts\Active_Computers.txt with computer names. [PowerShell] function delete-remotefile { PROCESS { [...]
If you are managing a Windows Server 2003 file server than this add-on should be installed. Windows Server 2003 Access-based Enumeration makes visible only those files or folders that the user has the rights to access. When Access-based Enumeration is enabled, Windows will not display files or folders that the user does not have the [...]
September 12, 2008 - 6:56 pm
Tags: copy, ESX, file, managment, service console, ssh
Posted in ESX | No comments
After installing VMWare ESX 3.5 hypervisor host server I would like to manage this system with SSH remotely. Server is manufactured by Dell and the DRAC mgmt card interface is available but I prefer to use SSH. SSH is enabled by default but disallows access for root. See my work log and screenshots how to [...]
August 3, 2008 - 5:47 pm
Tags: ext2, file, howto, linux, mount, system, Windows
Posted in Windows | No comments
Since I am dual booting between Ubuntu and Windows Vista on my desktop workstation I am missing my linux volumes on Vista. I have three large 500GB SATA2 disks and one of them is partitioned and formatted with Ext2 linux file system. I have two options to read my linux volumes from windows: a) Explore2fs [...]
You have a Windows File Server and you want to migrate the windows shares. What options do you have to complete this job? A) recreate them or B) migrate them from ServerA to ServerB. Sometimes option A is the only one you have but in most cases you want to keep those Windows Shares available [...]
March 12, 2008 - 5:20 pm
Tags: failed, file, lock, vmdk, VMWare, workstation
Posted in VMWare | 76 comments
I copied one of my Windows XP virtual machine running on a VMWare Server 1.02 host locally to my workstation. After the files were copied I opened the vmx file with VMWare Workstation 6 and received the error below after trying to start the virtual machine. I made one snapshot on the VMWare Server host. [...]
System Center Virtual Machine Manager 2007 is out for a while and I have been testing this product for two months now. If you manually install SCVMM 2007 than Virtual Machine Manager 2007 Server Setup wizard may stop just before the installation is finished. I have also seen errors within the available SCVMM 2007VHD appliance [...]