lwhitelock

Results 13 comments of lwhitelock

There is no need to be petty this is a genuine fix to an issue with the module!

> Correct me if I'm wrong, but the code in question is making a GET request, which do not have bodies. Does this PR fix a specific issue you are...

Check your certificate is valid on your controller and you might also have to force TLS 1.2 by adding this: `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`

Yes I haven't ever played around with Hudu in IT Department mode. I would recommend copying the $HuduBaseDomain and $HuduAPIKey variables into powershell, then run: New-HuduAPIKey $HuduAPIKey New-HuduBaseUrl $HuduBaseDomain Then...

Yeah you just edit line 172 to match your environment :D These scripts are supposed to be more of a guide than set in stone.

Not from AD. Most of these scripts are designed with MSPs in mind so you would just run a script on each device from your RMM to send it's details...

I am not 100% sure on how the syncro integration works. You might need to do a get-huduassets and have a look at what data is being returned then check...

The main issue with this is it will be a breaking change for all the scripts that already handle this. I had looked at changing it in the past, but...

The issue with this is every integration can store the email in a different place. The primary email is what should be set now we can do it via the...