Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Winsat score plugin #688

Closed
3 tasks
sokatra opened this issue Feb 7, 2019 · 2 comments
Closed
3 tasks

Feature Request - Winsat score plugin #688

sokatra opened this issue Feb 7, 2019 · 2 comments

Comments

@sokatra
Copy link

sokatra commented Feb 7, 2019

It's hard to solve a problem when important details are missing, that why we added this template, to help you and us.

General informations

Operating system :
Operating system :
Debian Linux x86_64
4.9.0-8-amd64

Server installation method ( Only one choice )

  • DEB Package
  • RPM Package
  • [x ] Install SH
  • Manual installation

Server informations

Php version : 7.0.33
Mysql / Mariadb / Percona version : Debian 9.6 version 10.1.37-MariaDB-0+deb9u1
Apache version : Apache/2.4.25 (Debian)

OCS Inventory informations

Ocsreports version :
Ocsreports version : 2.6RC

Problem's description

It would be nice if we had the possibilty to sort any Windows PC by winsat score
Winsat is available on all windows version from vista up to windows 10.

In windows 10 you can't see the score in the gui, but you can retreive the score value.
https://www.tekrevue.com/tip/windows-experience-index-score-windows-10/
The winsat score can be retreived by powershell with one of the following commands
Get-CimInstance Win32_WinSAT
or
gwmi win32_winsat | fl *score

or
GET-WMIOBJECT WIN32_WINSAT | SELECT-OBJECT CPUSCORE,D3DSCORE,DISKSCORE,GRAPHICSSCORE,MEMORYSCORE

you can create the score by executing this
%windir%\System\Winsat.exe formal

It would brealay be nice if i can sort any pc by diskscore or cpuscore

Perhaps somebody can create a plugin?

@sokatra
Copy link
Author

sokatra commented Feb 7, 2019

@gillesdubois
Copy link
Member

Hi,

This plugin won't be developped by the OCS Inventory team. However you can develop it by yourself or ask our professional services to do so.

Regards,
Gilles Dubois.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants