We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing the module on a Windows Server 2019 running ADFS, only a limited number of commands are available. See the attached screenshot.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thanks @gbeifuss, cant believe they didn't update the README for that
No branches or pull requests
After installing the module on a Windows Server 2019 running ADFS, only a limited number of commands are available. See the attached screenshot.
The text was updated successfully, but these errors were encountered: