Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some commands not available #76

Open
Cormacolinde opened this issue Jun 16, 2020 · 2 comments
Open

Some commands not available #76

Cormacolinde opened this issue Jun 16, 2020 · 2 comments

Comments

@Cormacolinde
Copy link

After installing the module on a Windows Server 2019 running ADFS, only a limited number of commands are available. See the attached screenshot.

image

@gbeifuss
Copy link

gbeifuss commented Jul 6, 2020

The ServiceAccount module now has a new name and apparently requires a manual import:

PS C:\Windows\system32> Import-Module "C:\Program Files\WindowsPowerShell\Modules\ADFSToolbox\2.0.17.0\serviceAccountModule\AdfsServiceAccountModule.psm1"
PS C:\Windows\system32> get-command -Module adfsserviceaccountmodule

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        Add-AdfsServiceAccountRule                         0.0        AdfsServiceAccountModule
Function        Remove-AdfsServiceAccountRule                      0.0        AdfsServiceAccountModule
Function        Restore-AdfsSettingsFromBackup                     0.0        AdfsServiceAccountModule
Function        Update-AdfsServiceAccount                          0.0        AdfsServiceAccountModule

@grayfox99
Copy link

Thanks @gbeifuss, cant believe they didn't update the README for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants