tonytroubleshoo
Feb 04, 2016Nimbostratus
Thank you very much Patrik! I am now moving forward. For the web server, I am actually working off a Xeon system in the NOC, and want to just use it as the web server, I started up ISS, and have the inetpub folder and all. But I dont have a default.html in my webroot folder.. do I need to just create it? Thanks.. oh here are the first few errors I am getting.. :) hopefully it helps...
S C:\BigipReport3.8> C:\BigipReport3.8\NewBigIPReport3.8.ps1
Exception setting "OutputEncoding": "The handle is invalid.
"
At C:\BigipReport3.8\NewBigIPReport3.8.ps1:291 char:1
+ [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
+ FullyQualifiedErrorId : ExceptionWhenSetting
Test-Path : Cannot bind argument to parameter 'Path' because it is an empty string.
At C:\BigipReport3.8\NewBigIPReport3.8.ps1:363 char:20
+ if(Test-Path -Path $Global:NATFilePath){
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Test-Path], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidati EmptyStringNotAllowed,Microsoft.PowerShell.Commands.TestPathComm
and
Initialize-F5.iControl : Could not initialize connection with supplied information
At C:\BigipReport3.8\NewBigIPReport3.8.ps1:802 char:13
+ $success = Initialize-F5.iControl -Username $user -Password $pass -HostName $bi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (10.8.96.175:String) [Initialize-F5.iControl], Exception
+ FullyQualifiedErrorId : 2,iControlSnapIn.CmdLet.Global.InitializeiControl