adfsToolbox icon indicating copy to clipboard operation
adfsToolbox copied to clipboard

Some commands not available

Open Cormacolinde opened this issue 4 years ago • 2 comments

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

image

Cormacolinde avatar Jun 16 '20 15:06 Cormacolinde

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

gbeifuss avatar Jul 06 '20 03:07 gbeifuss

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

grayfox99 avatar Nov 15 '21 18:11 grayfox99