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
PS C:\WINDOWS\system32> update-module dbatools
update-module : Module 'dbatools' was not installed by using Install-Module, so it cannot be updated.
At line:1 char:1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
PS C:\WINDOWS\system32> Get-Module -Name dbatools -ListAvailable
ModuleType Version Name ExportedCommands
Script 2.1.24 dbatools {Select-DbaObject, Set-DbatoolsConfig, Test-DbaAgSpn, Install-DbaAgentAdminAlert...}
Script 2.1.14 dbatools {Select-DbaObject, Set-DbatoolsConfig, Test-DbaAgSpn, Install-DbaAgentAdminAlert...}
PS C:\WINDOWS\system32> update-module dbatools
update-module : Module 'dbatools' was not installed by using Install-Module, so it cannot be updated.
At line:1 char:1
PS C:\WINDOWS\system32> get-PSrepository
Name InstallationPolicy SourceLocation
PSGallery Trusted https://www.powershellgallery.com/api/v2
Beta Was this translation helpful? Give feedback.
All reactions