View Post

Get-Started: ii Captain! Using the Invoke-Item CmdLet

A nifty little PowerShell CmdLet to make use of is Invoke-Item, which also has the alias ii. This CmdLet can be used against files, URLs and other documents and items to invoke the default action against them. An example where we would want to use this is where we generate some output into a file such as a .txt file, …

View Post

Linked Mode separation? Veeam to the Rescue

Let’s suppose that we have a configuration where our VMware data-centres are geographically separated and we use more than one vCenter instance running in Linked Mode. I’m using this type of configuration in lab and production environments with great success, except there is one distinct drawback. When two VMware data-centres are running with Linked Mode vCenter configuration, we no longer have …

View Post

BCP/DR Primer – Part 5 – Test the plan, don’t plan the test

In the final post in the BCP/DR Primer series we are wrapping up with the final task in BCP program; testing the BCP plan. Another piece of debate is the semantics of the word “test”. Many BCP programs will refer to these as “exercises” rather that “tests” but regardless of the label we apply, this is the ultimate result that …