Windows 10
I have three senior citizen clients who have windows 10 machines and I know they areEOL this October. I’ve tried to get them to upgrade but I get “I’m not going to be around much longer, why do I need a new computer” so I’m trying to work with it.
My problem is, the script either fails, or it claims to run but nothing shows up in my portal.
So far it’s all three windows 10 machines.
2 Replies
Best place to start is with the prerequisite script:
https://help.gorelo.io/articles/4395355-gorelo-agent-wont-install#pr1itopw44i
And then checking the latest logs at:
%programfiles%\Gorelo\LogFiles\
Gorelo agent won't install - Gorelo
Give Gorelo feedback on how they could improve their product.
Results of that scan are
Error when I go to install Gorelo
I figured it out. I just needed to change "Hostname = hostname;" to
Hostname = [System.Net.Dns]::GetHostName(); and it worked.