Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSP/IT Department Mode? #5

Open
perler opened this issue May 11, 2021 · 3 comments
Open

MSP/IT Department Mode? #5

perler opened this issue May 11, 2021 · 3 comments

Comments

@perler
Copy link

perler commented May 11, 2021

when we run Hudu-ADDS-Documentation.ps1 we get

Creating New Asset Layout
Our Companey Name was not found in Hudu

we selected "IT Department" when installing hudu - could it be, that you expect an MSP installation with multiple companies?

@lwhitelock
Copy link
Owner

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 run Get-HuduCompanies
I suspect that it still creates a single company in the backend, so take the name from that and set that as the $CompanyName = company at the top of the script.

@perler
Copy link
Author

perler commented May 11, 2021

thanks, that did the trick, it seems to take the first location as comapny name. I already tried that manually but it's case sensitive, so that's why it didn't work in my case..

a thing I realised is that you use "Domain Admins" in line 172 which is a) language specific so doesn't necessarrily exist in other languages, and b) here in my case someone seems to have renamed this group (not me ;) ) so, maybe there is a way to work around this problem?

@lwhitelock
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants