MangoCon 2019
-
@travisdh1 said in MangoCon 2019:
@brrabill said in MangoCon 2019:
@dominica said in MangoCon 2019:
@rojoloco said in MangoCon 2019:
@donahue said in MangoCon 2019:
Is there any cost for bringing a guest? I would love to bring the wife. I doubt she would be interested in the tech, just a vacation.
I was wondering about that as well. I'll probably be bringing the girlfriend unit if I'm able to attend.
We hadn't really thought about this yet, because let's face it, nobody's main squeeze was interested in going to Rochester, NY
Not really sure they would have ANY interest in going, even it was in an exotic location. Because then they would want to be out on the beach and not in some IT thing.
I know at least one spouse came to Rochester during MangoCon and did touristy things while the IT talks were happening. Can't remember who it was off the top of my head right now.
I don't know if Houston would be more attractive for doing the touristy stuff or not. 2019 will be the first time I'll have been in Houston other than waving while I drive by in a truck.
It was me! Brought he kiddos too. They had a good time in. Rochester.
-
@dashrender said in MangoCon 2019:
Won't know until A) there is a list of topics and B ) likely after the new year.
What topics would make it attractive to you and your company?
-
@pchiodo said in MangoCon 2019:
@dashrender said in MangoCon 2019:
Won't know until A) there is a list of topics and B ) likely after the new year.
What topics would make it attractive to you and your company?
Powershell
-
@dashrender said in MangoCon 2019:
@pchiodo said in MangoCon 2019:
@dashrender said in MangoCon 2019:
Won't know until A) there is a list of topics and B ) likely after the new year.
What topics would make it attractive to you and your company?
Powershell
What type of powershell? 101 type stuff or more advanced?
-
Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.
-
@coliver said in MangoCon 2019:
@dashrender said in MangoCon 2019:
@pchiodo said in MangoCon 2019:
@dashrender said in MangoCon 2019:
Won't know until A) there is a list of topics and B ) likely after the new year.
What topics would make it attractive to you and your company?
Powershell
What type of powershell? 101 type stuff or more advanced?
for me - start at 102 or 103.
-
@dashrender said in MangoCon 2019:
@coliver said in MangoCon 2019:
@dashrender said in MangoCon 2019:
@pchiodo said in MangoCon 2019:
@dashrender said in MangoCon 2019:
Won't know until A) there is a list of topics and B ) likely after the new year.
What topics would make it attractive to you and your company?
Powershell
What type of powershell? 101 type stuff or more advanced?
for me - start at 102 or 103.
for me start at 101.
-
@eddiejennings said in MangoCon 2019:
Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.
How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?
-
@dashrender said in MangoCon 2019:
@eddiejennings said in MangoCon 2019:
Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.
How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?
I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.
I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.
-
@wrcombs said in MangoCon 2019:
@dashrender said in MangoCon 2019:
@coliver said in MangoCon 2019:
@dashrender said in MangoCon 2019:
@pchiodo said in MangoCon 2019:
@dashrender said in MangoCon 2019:
Won't know until A) there is a list of topics and B ) likely after the new year.
What topics would make it attractive to you and your company?
Powershell
What type of powershell? 101 type stuff or more advanced?
for me - start at 102 or 103.
for me start at 101.
I can probably do a 101 or 102/103 type course. Let me think of something and I'll post it.
-
@eddiejennings said in MangoCon 2019:
@dashrender said in MangoCon 2019:
@eddiejennings said in MangoCon 2019:
Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.
How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?
I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.
I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.
That large'ish shop I used to work for had 1500+ SCO boxes, and they had a shared password file that was sent out to all boxes. No centralized authentication. This was 18 years ago, no clue how they are handling it today.
I would think a LDAP type solution would be best - but perhaps not.
-
@eddiejennings said in MangoCon 2019:
@dashrender said in MangoCon 2019:
@eddiejennings said in MangoCon 2019:
Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.
How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?
I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.
I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.
Or to stop using passwords
-
@dashrender said in MangoCon 2019:
That large'ish shop I used to work for had 1500+ SCO boxes, and they had a shared password file that was sent out to all boxes. No centralized authentication.
That actually is central authentication. Different than how AD does it, but not all that different. That's still just a form of caching, and AD does that too. It's just proactive caching versus AD's reactive caching. Same difference, though.
-
@scottalanmiller said in MangoCon 2019:
@eddiejennings said in MangoCon 2019:
@dashrender said in MangoCon 2019:
@eddiejennings said in MangoCon 2019:
Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.
How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?
I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.
I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.
Or to stop using passwords
OK - how do you push the hashes around?
-
@scottalanmiller said in MangoCon 2019:
@dashrender said in MangoCon 2019:
That large'ish shop I used to work for had 1500+ SCO boxes, and they had a shared password file that was sent out to all boxes. No centralized authentication.
That actually is central authentication. Different than how AD does it, but not all that different. That's still just a form of caching, and AD does that too. It's just proactive caching versus AD's reactive caching. Same difference, though.
OK I'll give you that.
-
@dashrender said in MangoCon 2019:
@scottalanmiller said in MangoCon 2019:
@eddiejennings said in MangoCon 2019:
@dashrender said in MangoCon 2019:
@eddiejennings said in MangoCon 2019:
Something that might be of use is using PowerShell to manage a small environment that doesn't use AD.
How do you deal with permissions in a non AD setup? keep a list of logons to refer to for the script?
I suppose. That's something I wonder myself. I suppose one solution can be to configure an administrator account on all machines with the same password and use that.
I've only heard of such management happening in a non-AD environment. If someone actually does it and makes it work, I'd be curious to see how.
Or to stop using passwords
OK - how do you push the hashes around?
You CAN do that using state management. But with state management, you don't' need hashes, either. The theory of full state management is no logins, at all. Dramatically more secure than any kind of login management.
Doesn't work for END users, but works for admin users.
-
Venue has been finalised!
Details to come. But it will be Las Colinas, TX. Between the two airports.
-
@scottalanmiller Nice area! I ate at a good italian restaurant there once
-
@jmoore said in MangoCon 2019:
@scottalanmiller Nice area! I ate at a good italian restaurant there once
Great area. I lived there when I first came to Texas in 2009.
-
@jmoore said in MangoCon 2019:
@scottalanmiller Nice area! I ate
ata good italian restaurant there onceThis is what I thought you said. I really have to slow down sometimes.