VMware NIC Trunking Design

On August 27, 2010, in ESX, ESXi, Switches, vCenter Server, Virtualisation, by Simon Greaves

Tweet Having read various books, articles, white papers and best practice guides I have found it difficult to find consistently good advice on vNetwork and physical switch teaming design so I thought I would write my own based on what I have tested and configured myself. To begin with I must say I am no [...]

Tagged with:  

Upgrade an ESXi 4.0 Host to 4.1 with the vihostupdate Utility

On August 26, 2010, in ESX, Virtualisation, vSphere CLI, by Simon Greaves

Tweet 1. Check for a scratch partition in the Software Advanced Settings in the Configuration tab of the vSphere Client. If one doesn’t exist configure one and reboot the host before proceeding with the upgrade. (See here for more info) 2. Download and install the VMware vSphere command line interface. (vSphere CLI) 3. Download the [...]

SBS2008 name resolution issues

On August 26, 2010, in Microsoft, SBS2008, Windows, by Simon Greaves

Tweet ‘If you’re running Microsoft Small Business Server 2008 – AKA SBS 2008 – You may experience occasional internet problems resolving certain websites and domain names… THe problem is caused by ‘Root Hints’ the method the server is using to resolve DNS requests. There are several workarounds to the issue, these include restarting the DNS [...]

Tagged with:  

Powerchute Network Shutdown – ESXi/vMA install

On August 26, 2010, in ESXi, Virtualisation, vMA, by Simon Greaves

Tweet Powerchute Network Shutdown version 3.0.0 software for ESXi is now free when you purchase a network shutdown management card from the APC website. 1. Download VMA (vSphere Management Assistant)   1. Highlight VM Host> File> Deploy OVF Template> Browse to VMA Folder and Select the OVF> Next> Accept Licence> Next> Keep Default Disk Configuration> [...]

Tagged with:  

Exchange 2010 Mailbox import from PST’s

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet To import PST’s in Exchange 2010 install Outlook 2010 64-bit on Exchange server and run New-ManagementRoleAssignment –Role “Mailbox Import Export” –User “<username>” dir c:\pst_location | %{Import-Mailbox -Identity $_.basename -PSTFolderPath $_.fullname}

Exchange 2010 List mailboxes by size PowerShell

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet Get-MailboxDatabase “Mailbox Database” | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount

Exchange 2010 Anti-Spam modules install

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet Run the following command from the C:\Program Files\Microsoft\Exchange Server\V14\Scripts folder. ./install-AntispamAgents.ps1 2. After the script has run, restart the Microsoft Exchange Transport service by running the following command. Restart-Service MSExchangeTransport For all anti-spam features to work correctly, you must have at least one IP address of an internal SMTP server set on the InternalSMTPServers [...]

Exchange 2010 3rd party relay

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet New-ReceiveConnector -Name RelayConnector -usage Custom –Bindings x.x.x.x -fqdn server.fqdn.local -RemoteIPRanges x.x.x.x-.x.x.x.x -server servername -permissiongroups ExchangeServers -AuthMechanism ‘TLS, ExternalAuthoritative’

Exchange 2007 Powershell commands

On August 26, 2010, in Exchange, Exchange 2007, Exchange Powershell, Microsoft, by Simon Greaves

Tweet Receive Connector —————– Define the FQDN: Set-ReceiveConnector “<Connector-Name>” –Fqdn:name.company.ca Set up Anonymous Authentication: (take a note of the current groups) Get-ReceiveConnector “<Connector-Name>” | Select PermissionsGroups (use the current value plus the new value) Set-ReceiveConnector “<Connector-Name>” –PermissionGroups:<AnonymousUsers, ExchangeUsers, ExchangeServers, ExchangeLegacyServers, Partners> ADMINISTRATION ++++++++++++++ New Mailbox User: New-Mailbox -Name “<name>” -Alias <alias> -Database “<mailboxdatabasename>” -UserPrincipalName <alias>@<domain.local> [...]

Exchange 2003 to 2010 Transition guide

On August 26, 2010, in Exchange, Exchange 2010, Exchange Powershell, Microsoft, by Simon Greaves

Tweet This is a guide for transitioning Exchange 2003 to 2010 in the same domain. n.b (An Exchange migration is from one Active Directory forest to a different Active Directory forest.) Bring the Exchange organization to Exchange Native Mode. Upgrade all Exchange 2003 Servers to Exchange Server 2003 Service Pack 2. Bring the AD forest [...]

WordPress Themes