You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# List all functionsGet-Command-Module PowerNetbox
# Find DCIM functionsGet-Command-Module PowerNetbox -Name '*DCIM*'# Find all Get functionsGet-Command-Module PowerNetbox -Verb Get
# Count functions by verbGet-Command-Module PowerNetbox |Group-Object Verb |Sort-Object Count -Descending