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 { [...]
The following PowerShell script recipe will help you check a remote file based on a list of computers stored in a text file. A new PowerShell function will be created during the session which will be piped from the text file. In the following PowerShell example I will check if install.exe exists on the remote [...]
If you are running a Windows Server 2008 virtual machine with “AD DS” Services (Domain Controller) and you installed Exchange 2007 SP1 on the same machine than three services may fail to start. During the boot process of the virtual machine Active Directory Services are not ready and some Exchange 2007 services will fail to [...]
September 30, 2008 - 4:29 pm
Tags: 2008, basic, disk, extend, server, VMWare, volume, Windows
Posted in ESX | 1 comment
Last week I run into free disk space problem on my Windows Server 2003 virtual machine and today on another virtual machine running Windows Server 2008 I encountered same thing again. The virtual disk was sized for 10GB and only 80MB was free. The virtual machine is running Windows Server 2008 and Microsoft enhanced 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 26, 2008 - 8:18 pm
Tags: 2007, 2008, certificate, exchange, export, import, migrate, move, outlook web access, owa, server, ssl, Windows
Posted in Exchange 2007, Windows Server 2008 | 1 comment
Thanks to guys from Telnetport25 I was able to finish my SSL certificate migration for my new Windows Server 2008 virtual machine running a Exchange 2007 SP1 installation. My work log: Logon on the old Windows Server 2003 hosting the OWA front-end role Start MMC and add the Certificate Snap-In; choose the Computer Account. Go [...]
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 [...]
SQL Server 2008 delivers on Microsoft’s Data Platform vision by helping your organization manage any data, any place, any time. It enables you to store data from structured, semi-structured, and unstructured documents, such as images and music, directly within the database. SQL Server 2008 delivers a rich set of integrated services that enable you to [...]
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. [...]