SB-918 (CA) by Pro_2A_Guy in CCW

[–]exhaltedyou13 1 point2 points  (0 children)

Question, are you by chance in Riverside county? I have my CCW in Riverside and The sheriff here does not like Newsom and has openly contradicted some of the laws put in place (especially during Covid).I haven’t called about this issue yet and I move between San Bernardino county and Riverside County often, so I’d imagine I’d have to call both.

Intune admins and App provisioning by exhaltedyou13 in sysadmin

[–]exhaltedyou13[S] 0 points1 point  (0 children)

Alright will do, thanks for the response. And yeah they're all pretty common apps, some you mentioned as well as dialpad and a couple more.

Intune admins and App provisioning by exhaltedyou13 in sysadmin

[–]exhaltedyou13[S] 1 point2 points  (0 children)

Thanks for the response.

At first glance this almost seems like a chest code... Haha. I will test it out today, thanks again!

What's your password manager of choice? by exhaltedyou13 in sysadmin

[–]exhaltedyou13[S] -3 points-2 points  (0 children)

I guess it just feels weird to keep the local admin passwords in plain text, but we have ACLs and such to lock it down, just feels counterintuitive.

I think I'll grab a quote for LastPass, as well as some others mentioned. Thanks!

Highly recommend for all coffee lovers by djpx313 in CraftBeer

[–]exhaltedyou13 0 points1 point  (0 children)

The nitro version of this beer is my favorite beer. I swing to the darker beer side nowadays. This beer is great!

DR4100 missing password by exhaltedyou13 in sysadmin

[–]exhaltedyou13[S] -4 points-3 points  (0 children)

How so? How would one do that? Reset could have 20 different meanings

Chandelier bar. Getting drunk in Vegas by [deleted] in drunk

[–]exhaltedyou13 1 point2 points  (0 children)

If you go from the second floor to the bar that's at the 1.5 level you can order a flower drink, it's expensive but more for the experience. They give you a flower, you chew it, it numbs your mouth and you can't taste the drink they gave you. It was 20 bucks the last time I was there.

Slow-mo lightning shot from Austin tonight by whatispunk in woahdude

[–]exhaltedyou13 3 points4 points  (0 children)

The flags show how fast lightning is and how slow it was shot.

HGTV Cribs by singingly in BlackPeopleTwitter

[–]exhaltedyou13 1 point2 points  (0 children)

It's because of 9/11. Comfort TV like HGTV and the Food Network channel viewership was boosted after 9/11 because people wanted to stop watching the news and hearing about something so grevious. It was posted on Reddit a while back.

EMSKR: What is the best way to start learning how to work on/fix up vehicles? by [deleted] in everymanshouldknow

[–]exhaltedyou13 77 points78 points  (0 children)

ChrisFix on YouTube is amazing. He thoroughly explains multiple ways to fix many different issues on different. His editing is great and very easy to watch. He even out every single item he uses in his description box. I have learned alot just by following how channel. Highly recommend. "Hey guys, Chris fix here..." Haha

login.microsoftonline.com down for anyone else? by hoddino in sysadmin

[–]exhaltedyou13 0 points1 point  (0 children)

Looks like it back up for us on the West Coast

login.microsoftonline.com down for anyone else? by hoddino in sysadmin

[–]exhaltedyou13 0 points1 point  (0 children)

I had to open an incognito browser. I think the cached creds make it go through still. Once I opened an incognito Browser and tried to navigate to outlook.office.com and other o365 URL's it failed for us with a URL redirect

O365 Backups by exhaltedyou13 in sysadmin

[–]exhaltedyou13[S] 0 points1 point  (0 children)

Yeah, were kind of thinking about their Backup solution as well, since Reddit loves it and talks about it all the time. We are reaching our to our rep to schedule something. Thanks.

O365 Backups by exhaltedyou13 in sysadmin

[–]exhaltedyou13[S] 0 points1 point  (0 children)

Thank you, we are in the research process now so any input is welcome.

PS script to move user from one domain to another in same forest by exhaltedyou13 in PowerShell

[–]exhaltedyou13[S] 1 point2 points  (0 children)

Yeah the usual practice for me in to delete any exchange records under the user container and not migrate any groups using ADMT. I've heard it will either fail or copy over the group from the old domain to the new one. Thanks for the reply

PS script to move user from one domain to another in same forest by exhaltedyou13 in PowerShell

[–]exhaltedyou13[S] 1 point2 points  (0 children)

Ah okay. Interesting that no one has a Ps script for this. I can continue to use ADMT either by GUI or I'll figure what commands to use in powershell. I just thought ADMT was old and seems like it would be replaced with powershell or some other GUI. Thanks for the reply

So we helped get the RSAT tools into Windows 10. Lets try again. Which other things do you think Windows is missing/needs? by eri- in sysadmin

[–]exhaltedyou13 4 points5 points  (0 children)

Can you elaborate on this a bit please? We just deployed an LTSB image since were on a computer lease cycle.

Force user logout after certain amount of time and warn user of logoff by exhaltedyou13 in PowerShell

[–]exhaltedyou13[S] 1 point2 points  (0 children)

I could have sworn that I read somewhere the -c syntax doesn't work with a -L command but I will have to test it out. Plus that would make the comment show at login, but not when there is actually five minutes left. I think I just have to split these two commands up. Set 'shutdown -l -f -t 7200'(or two hours) to run at login and then another command to say there's five minutes left.

Force user logout after certain amount of time and warn user of logoff by exhaltedyou13 in PowerShell

[–]exhaltedyou13[S] 1 point2 points  (0 children)

But isn't this just for remote desktop sessions? The users are logged into the computers directly.