Issue
After following the basic install procedure I attempt to look at the Office Web Apps Farm configuration with the PS command Get-OfficeWebAppsFarm.The following error is thrown..
Although many blogs explain that this issue is related to installing on a different drive than C, or that its specific to Windows Server 2008 or 2012
Solution
I found that (IMHO) the issues was unrelated to installation path or server version. Instead it appears to be an issue with the ASP.NET installation\registration with IIS.This can be reinstalled\registered with the following command
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
NOTE
-ir - Installs ASP.NET and registers with IIS
Re-running Get-OfficeWebAppsFarm now works as expected