Product: PowerShell Universal
Version: 1.4.6
Hello I am trying to test UDActiveDirectoryDashboard but it fails with. Any help?
New-UDAuthenticationMethod : The term ‘New-UDAuthenticationMethod’ is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At C:\Scripts\ActiveDirectory\ud-activedirectory.psm1:29 char:29
-
$AuthenticationMethod = New-UDAuthenticationMethod -Endpoint {
-
~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : ObjectNotFound: (New-UDAuthenticationMethod:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
New-UDLoginPage : The term ‘New-UDLoginPage’ is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At C:\Scripts\ActiveDirectory\ud-activedirectory.psm1:47 char:18
-
$LoginPage = New-UDLoginPage -AuthenticationMethod $Authenticatio ...
-
~~~~~~~~~~~~~~~
- CategoryInfo : ObjectNotFound: (New-UDLoginPage:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
New-UDDashboard : A parameter cannot be found that matches parameter name ‘LoginPage’.
At C:\Scripts\ActiveDirectory\ud-activedirectory.psm1:63 char:112
- … Pages $Pages -EndpointInitialization $EndpointInit -LoginPage $LoginP …
-
~~~~~~~~~~
- CategoryInfo : InvalidArgument: ( [New-UDDashboard], ParameterBindingException
- FullyQualifiedErrorId : NamedParameterNotFound,UniversalDashboard.Cmdlets.NewDashboardCommand
Start-UDDashboard : A parameter cannot be found that matches parameter name ‘AllowHttpForLogin’.
At C:\Scripts\ActiveDirectory\ud-activedirectory.psm1:65 char:78
- … hboard $Dashboard -Endpoint $Endpoints -Port $Port -AllowHttpForLogin
-
~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidArgument: ( [Start-UDDashboard], ParameterBindingException
- FullyQualifiedErrorId : NamedParameterNotFound,UniversalDashboard.Cmdlets.StartDashboardCommand