Get-WmiObject –namespace root\Microsoft\SqlServer\ReportServer  –class __Namespace –ComputerName joe-wang | select Name

 

Try above command line in PowerShell.

Comment: joe-wang is the machine name .

 

When command is executed. you will get a instance name of the report service of specified machine name. in this sample it is from the machine named "joe-wang".

相关文章:

  • 2021-08-02
  • 2022-02-08
  • 2021-08-19
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-12-14
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2021-08-11
  • 2021-12-22
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
相关资源
相似解决方案