Ich möchte auf meinem Desktop DBAtools-Dienstprogramm installieren. Ich gehe davon aus, dass es mir helfen wird, SQL besser kennenzulernen.
Ich habe an dieser Stelle einen Hinweis darauf gefunden https://dbatools.io/commands/
Ich habe das Paket dbatools.0.9.475.nupkg auf meinen Desktop heruntergeladen.
Leider habe ich keine Administratorrechte auf meinem PC. Ich habe versucht, Power Shell zu verwenden und den folgenden Befehl auszuführen:
PS W:\Software\dbatools> Install-Module -Name dbatools
Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ Install-Module -Name dbatools
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Install-Module:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Könnte jemand eine Problemumgehung zum Öffnen von .nupkg vorschlagen, weiß aber nicht, wie es geht? Vielleicht hat dbatools ein anderes Format als .nupkg? Ohne Administratorrechte kann ich nicht viel machen. Irgendwelche Vorschläge? Vielen Dank
powershell
sql
susik
quelle
quelle
Install-Module -Scope CurrentUser dbatools
C:\Program Files\WindowsPowerShell\Modules
aber überprüfen Sie, um auf Ihrem System zu bestätigen. Sehen Sie nach, ob dies für Ihren Bedarf geeignet ist, damit Sie diese Tools verwenden können.