When running the following command:
import-module ActiveRolesManagementShell
A warning message is encountered:
WARNING: The names of some imported commands from the module 'ActiveRolesManagementShell' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
This is an informational message only. The imported module will still function as expected and all cmdlets are available.
WORKAROUND 1
Ignore this informational message.
WORKAROUND 2
Suppress this informational message by using the -DisableNameChecking parameter, like so:
import-module ActiveRolesManagementShell -DisableNameChecking
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center