What Are You Doing Right Now
-
@hobbit666 said in What Are You Doing Right Now:
Watching some videos on what Hugo is and works
First Hugo I thought of was the Hurricane that Hit the East Coast back in 89-90... What is Hugo?
-
@gjacobse said in What Are You Doing Right Now:
Looking a VariDesk... this sitting is killing my back.
https://www.vari.com/sit-stand-converter-varidesk-pro-plus-36/DC-PP36.html
We have some of their stuff. Maybe even that model. People seem to like them. Haven’t heard any complaints
-
@gjacobse said in What Are You Doing Right Now:
Looking a VariDesk... this sitting is killing my back.
https://www.vari.com/sit-stand-converter-varidesk-pro-plus-36/DC-PP36.html
I've got an Amazon Basics version that I use for work. Motor is quite enough I can be adjusting in while on the phone.
-
@travisdh1
With Using Macruim Reflect - can you also image / restore from network drive? We have a unsustainable model of using external USB drives... and I think there are four different drives with different builds. -
@gjacobse I invested in an Uplift desk for my apartment office. As much as I hate parting ways with my money, it was a great decision. In my opinion, anything that gets you on your feet will be worth it.
-
@gjacobse said in What Are You Doing Right Now:
@travisdh1
With Using Macruim Reflect - can you also image / restore from network drive? We have a unsustainable model of using external USB drives... and I think there are four different drives with different builds.Yep, that's why I stuck with Macrium Reflect. Have to manually add the network share, but the option is there. Forget doing 1 a time when I had 26 of the things to prep!
-
Listening to Monster Magnet while I watch our new backup client getting deployed.
-
It's been one meeting after another;
- Company Zoom call
- Vendor Intune / Autopilot
- Team meeting
- Team Follow up meeting on Autopilot
Can I get my cup yet?
-
Waiting for log off time
-
About to be on the weekly call to discuss change requests.
-
Wondering if anyone else creates a consolidated location of scripts, PS or batch to use at a later date when they have moved on... Generally some bit of code that seems useful elsewhere, and beneficial to have...
-
GAH!
I'm also for doing things the 'old way' in a lot of cases,.. but JEEZ... Move forward with how you create / disable / deal with accounts in AD/O365... Insanity!!!!
-
@gjacobse said in What Are You Doing Right Now:
GAH!
I'm also for doing things the 'old way' in a lot of cases,.. but JEEZ... Move forward with how you create / disable / deal with accounts in AD/O365... Insanity!!!!
It depends on who owns the code, you or your company.
-
@gjacobse Yeah, I usually place them on my Github account.
-
@obsolesce said in What Are You Doing Right Now:
@gjacobse said in What Are You Doing Right Now:
GAH!
I'm also for doing things the 'old way' in a lot of cases,.. but JEEZ... Move forward with how you create / disable / deal with accounts in AD/O365... Insanity!!!!
It depends on who owns the code, you or your company.
Well,.. right now, they manually do nearly everything.... and they do it badly!
People are left in AD as disabled... sigh fine.. but they are still in the GAL!! Like really? do you really want email 'flowing' to a user that isn't here anymore?
And installing software or setting Bitlocker. Manually done.. like REALLY!!... in five minutes I wrote a batch script to do that....
-
@dbeato said in What Are You Doing Right Now:
@gjacobse Yeah, I usually place them on my Github account.
Don't know that 'my compiled' scripts warrant that. Most of the code is pulled from here and there from GOOGLE, with reference links (not my code, so I can't claim it)... I just graft it into what I am trying to do. Not the 'best way' some times... but it's gotten me the results I need.
Case of Bitlocker, they were manually going into Bitlocker, enable, then save file (text).
Fast scripted that;
Map drive
Enable bitlocker with recoverypassword /key export to file on mapped drive. poof. I save myself almost ten minutes of time. -
@gjacobse said in What Are You Doing Right Now:
Don't know that 'my compiled' scripts warrant that.
Why wouldn't it? It consolidates everything to a single location.
Conveniently, you can also use a script to pull what you want right from the git repo.I think even powershell alias's curl to something now. so
curl https://yourgit/raw/wtf.ps1
and boom there is your thing you need. -
@jaredbusch said in What Are You Doing Right Now:
@gjacobse said in What Are You Doing Right Now:
Don't know that 'my compiled' scripts warrant that.
Why wouldn't it? It consolidates everything to a single location.
Conveniently, you can also use a script to pull what you want right from the git repo.I think even powershell alias's curl to something now. so
curl https://yourgit/raw/wtf.ps1
and boom there is your thing you need.I'm not against it,.. It is simply that my scripting skill is very limited, likely below what many would use... so why. Am I against it? no - I'll have to investigate it. I do have a Git account.
-
@gjacobse said in What Are You Doing Right Now:
Don't know that 'my compiled' scripts warrant that. Most of the code is pulled from here and there from GOOGLE, with reference links (not my code, so I can't claim it)... I just graft it into what I am trying to do. Not the 'best way' some times... but it's gotten me the results I need.
But you have modified the scripts to your environments and mostly you can always mention or give credit to the original person with each script. I usually save the scripts on my Git repository for easier search.
-
@dbeato said in What Are You Doing Right Now:
@gjacobse said in What Are You Doing Right Now:
But you have modified the scripts to your environments and mostly you can always mention or give credit to the original person with each script. I usually save the scripts on my Git repository for easier search.like my generic FreePBX repo.
https://github.com/sorvani/freepbx-helper-scripts