adfsToolbox
adfsToolbox copied to clipboard
Some commands not available
After installing the module on a Windows Server 2019 running ADFS, only a limited number of commands are available. See the attached screenshot.
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
Thanks @gbeifuss, cant believe they didn't update the README for that