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
Hi
I have a question. How to script can authentication for collect information from Veeam Server. When i run from remote server was error:
[root@HD-HA-LDC-MON-SVR01 veeam_grafana]# pwsh veeam-stats.ps1
Get-PSSnapin: /root/veeam_grafana/veeam-stats.ps1:40
Line |
40 | if (!(Get-PSSnapin -Name VeeamPSSnapIn -ErrorAction SilentlyContinue) …
| ~~~~~~~~~~~~
| The term 'Get-PSSnapin' 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.
Get-VBRServerSession: /root/veeam_grafana/veeam-stats.ps1:92
Line |
92 | $OpenConnection = (Get-VBRServerSession).Server
| ~~~~~~~~~~~~~~~~~~~~
| The term 'Get-VBRServerSession' 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.
Connect-VBRServer: /root/veeam_grafana/veeam-stats.ps1:97
Line |
97 | Connect-VBRServer -Server $BRHost
| ~~~~~~~~~~~~~~~~~
| The term 'Connect-VBRServer' 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.
Get-VBRServerSession: /root/veeam_grafana/veeam-stats.ps1:105
Line |
105 | $NewConnection = (Get-VBRServerSession).Server
| ~~~~~~~~~~~~~~~~~~~~
| The term 'Get-VBRServerSession' 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.
Write-Error:
Error: BRHost Connection Failed
I don't see anything about user/password for login veeam server
Thank alot
The text was updated successfully, but these errors were encountered:
Hi
I have a question. How to script can authentication for collect information from Veeam Server. When i run from remote server was error:
[root@HD-HA-LDC-MON-SVR01 veeam_grafana]# pwsh veeam-stats.ps1
Get-PSSnapin: /root/veeam_grafana/veeam-stats.ps1:40
Line |
40 | if (!(Get-PSSnapin -Name VeeamPSSnapIn -ErrorAction SilentlyContinue) …
| ~~~~~~~~~~~~
| The term 'Get-PSSnapin' 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.
Get-VBRServerSession: /root/veeam_grafana/veeam-stats.ps1:92
Line |
92 | $OpenConnection = (Get-VBRServerSession).Server
| ~~~~~~~~~~~~~~~~~~~~
| The term 'Get-VBRServerSession' 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.
Connect-VBRServer: /root/veeam_grafana/veeam-stats.ps1:97
Line |
97 | Connect-VBRServer -Server $BRHost
| ~~~~~~~~~~~~~~~~~
| The term 'Connect-VBRServer' 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.
Get-VBRServerSession: /root/veeam_grafana/veeam-stats.ps1:105
Line |
105 | $NewConnection = (Get-VBRServerSession).Server
| ~~~~~~~~~~~~~~~~~~~~
| The term 'Get-VBRServerSession' 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.
Write-Error:
Error: BRHost Connection Failed
I don't see anything about user/password for login veeam server
Thank alot
The text was updated successfully, but these errors were encountered: