I received the following error message when opening and running a cmdlet with my Exchange Management Shell: [PS] C:\Documents and Settings\admin>Export-Mailbox -identity user1 -PSTFolderPath c:\user1.pst WARNING: An unexpected error has occurred and debug information is being generated: Unable to determine the installed file version from the registry key ‘Software\Microsoft\Exchange\Setup’. Export-Mailbox : Unable [...]
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 [...]
April 21, 2009 - 5:14 pm
Tags: address, ESX, howto, mac, static, VMWare
Posted in ESX | 9 comments
Last week I planned to migrate some virtual machines running on a Windows host with VMWare Server 1.x version to VMWare ESX 3.5i host. One of the vm’s is running as license server and the key is registered by using the MAC of the network interface. I had the prerequisite of keeping the MAC address [...]
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 [...]
December 18, 2008 - 3:23 pm
Tags: ESX, Hyper-V, no support, overcommit
Posted in ESX, Hyper-V | No comments
Hyper-V Manager error when trying to start my 4th virtual machine: An error occurred while attempting to change the state of virtual machine. Unable to allocate MB of RAM. Insufficient system resources exist to complete the requested service. etc… Before I reinstall my test Dell PowerEdge 2900 Quad core server I wanted to share [...]
December 3, 2008 - 1:51 pm
Tags: console, free, ssh
Posted in Windows Server 2008 | No comments
If you managing routers,switches and linux machines than it really makes sense to install a SSH daemon on your Windows machines. I installed freeSSHd daemon which is free on couple of my Windows Server 2008 machines. See my log below: What is freeSSHD? freeSSHd, like it’s name says, is a free implementation of an SSH [...]
September 28, 2008 - 8:58 pm
Tags: basic, disk, disk full, ESX, extend, howto, resize, virtual machine, VMWare, volume
Posted in ESX, VMWare | 1 comment
I am working to prepare my virtual machine to move it from test network to production. Before bringing this virtual machine to production I wanted to run the latest updates and during the process my virtual hard disk went full ;-(. I sized the vm with 6GB of disk space and yes I run into [...]
September 12, 2008 - 8:33 pm
Tags: address, assignment, configure, ESX, ip, service console
Posted in ESX | 5 comments
There are couple command line tools that VMWare ESX offers when the server has been installed with the “Service Console” mode (without i). In the following example I will explain and show how to create new vSwitch; link a physical network interface and assign a IP address for your “Service Console” management interface. [root@LAB-ESX-01 root]# [...]
August 13, 2008 - 8:07 pm
Tags: 3.5, ESX, free, i, VMWare
Posted in ESX | No comments
Who could ever believe and see VMWare releasing their ESX for free. Last night I read small post on my Windows Mobile device. What is VMware ESXi 3.5? VMware ESXi 3.5 is the industry’s first, thin hypervisor integrated into server hardware. With its next-generation architecture embedded in hardware, VMware ESXi enables a plug-and-play data center [...]