Forum Discussion
51 Replies
- LMkhobar5 years agoNew Contributor
Is there any progress in this report option. This is something we should have it by now. Appreciate the logme in feedback or any timeline.
- leecronin5 years agoActive Contributor
For sure, it's something that should be so simple to add. My suggestion is more a workaround than a solution. It would be good to have more response from someone at LMI.
- abbeyainscal5 years agoActive Contributor
I have definitely look into some PS scripts but I guess my point is that this can't be that hard for LMI to add lol! My gosh - it's a field for goodness sake that they do have just not in a report friendly way.
- leecronin5 years agoActive Contributor
I'm not a PS expert but what about something alond the lines of an if statement to check the version and generate an error if it matches the one you are looking for or if it doesn't match the one your looking for - depending what you're trying to find.
Like I say, no expert but I guess it would go something like this (anyone welcome to change it to actually work and correct my mistakes).
$WinVerCheck = $null; $WinVerCheck = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").ReleaseId If ($WinVerCheck -eq 1909) { <some command that will not generate an error> } Else { <some command to generate an error> }
some simple ideas for a command to make an error and not - a simple "dir" should give no error and maybe trying to delete a fake file would generate an error. e.g. Remove-Item –path c:\nosuchfolder
After this is done, you could check the results for an overview of which failed and succeeded - which ones matched the if statement or not.
- abbeyainscal5 years agoActive ContributorI will say that I am considering a more robust remote package that does give me what I need....just due to this silliness...
- jdebakker5 years agoNew Member
Hi, need this information as well. Cannot go and check hundreds of computers in their individual dashboard to know the build number - need a report on this!
- abbeyainscal5 years agoActive Contributor
I second third fourth etc this - seriously? I either have to figure out a powershell script which doesn't really help with remote users OR go into EACH machine to get a build? Seriously....fix this!
- PolarWizzle5 years agoActive Contributor
Like you and other users I know, the Windows 10 version and variant is important to them, but given that Windows 10 was released 5 years ago there has not been any development from LogMeIn to suggest this is even being considered, let alone incorporated into LogMeIn Central...
Fingers crossed that it will be given some consideration soon! 🤞🏻
- Rob285 years agoActive Contributor
Maybe the issues with LogMeIn Antivirus on Win 10 2004 will clarify to LogMeIn Cnetral team that clearly identifying Win 10 version is important and that Win 10 versions matter as a new way of identifying Windows OS upgrades ;o) Curious about Ash follow up ...
- PolarWizzle5 years agoActive Contributor
I'm not feeling overly encourged as this thread has been open since March 2019. Honestly it seems as if it should be a pretty easy fix.