Simon Smith
Simon Smith
@esgheorghe the is actually a few files that need changing, if you check out the PR, you can see my changes and which files but in theory you can install...
@tobias9931 i discovered a bug after i merged it, and it was exactly your issue! the RDP ID wasnt being passed correctly you need to apply this patch now :)...
@tobias9931 currently the code only retrieves users i dont think it checks the locked/unlocked status! so will need investigating, can you also open a seperate issue for that feature? it...
can you share a drawing/screenshot of what you are after? (strange request i no haha)
im just looking into this again, are the computers domain joined or azure joined or mix? i can get the Win32_ComputerSystem from wmi which shows if its PartOfDomain and also...
hmm ok so i eventually managed to my vm to link to my free entra ad, when you sign in with my test account (as a works computer), the user...
@JohanvanZanten yes the problem you have is because the service runs as local system so running whoami returns the system user not the local user! And our powershell stuff to...
@JohanvanZanten sadly my work around didnt work, I was checking the wrong value! More testing/debugging :)
~~this isnt really a bug but a windows issue~~ ~~windows doesnt allow showing more then 250 characters in a file name anyways~~ ~~so when the meshagent looks for the files,...
scratch my previous comment just created a random string of 256 characters (A-Z a-z 0-9) with .txt at the end created a temp folder C:\temp\ called the file name the...