ContributionsMost RecentMost LikesSolutionsRe: Windows OS Version and Build Number in LogMeIn Central For sure, it's something thatshould 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. Re: Windows OS Version and Build Number in LogMeIn Central 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. Manual install of LMI AV - error after We have a machine that is unable to receive the LMI package directly from the site. I have taken a copy of the installer from another machine and sent it over to the first. It has installed this way but now there is a weird status as shown here: Is there some way to make LMI recognise this install correctly? I can't apply a policy to the machine in this state and the red shield is annoying. Ideally, there would be some offline installer we could use that works instead of having to catch a copy in the Windows temp folder on another machine. Any ideas? Thanks Re: Disable Clipboard Sync You can change the maximum size on the Host Preferences package settings then assign it to all computers. It is in KB though so simple password copying won't be affected I don't think. I can't see a way to disable clipboard sharing for users completely though. You'll have to wait for a LMI rep to reply. Filtering and grouping by Antivirus not working Hello, In the last 2 weeks or so, I have noticed the group by feature and the arrange by column are not working on Antivirus product. Grouping by AV product shows a single group which includes LMI AV and other products such as Defender, Symantec, Gatekeeper. This used to group properly so I could see what machines need LMI AV installing. Please fix this. I'm guessing the other problem is related. If I group by something else like the Status then try to arrange by Product, nothing happens. All AVs are still mixed up. It should put LMI at one end then Symantec, then Windows defender in an ordered list. I was hoping someone else noticed this and reported it but seems not so here I am. I have tried different browsers with the same result so please don't mention cookies and cache. It's not this. Can anyone else verify?