What Are You Doing Right Now
-
Debugging undesired script behavior.
-
Turns out my documentation is correct and the vendor screwed up setting up their environment. Yay!!! less work for me.
-
@eddiejennings said in What Are You Doing Right Now:
Debugging undesired script behavior.
sudo rm -rf *.*
is always desired behavior. -
@dustinb3403 said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Debugging undesired script behavior.
sudo rm -rf *.*
is always desired behavior.That should be
sudo rm -rf \*
. Gotta catch them all! -
@eddiejennings said in What Are You Doing Right Now:
Debugging undesired script behavior.
Heh -
We are trying to use MS AutoPilot. Except that the PS Script Exception is blocking the needed script to onboard a new device. That have a the GPO set to block PS execution, so you can't build the device HWID file.Thus far, I have not been able to get around the GPO to allow it.
-
@gjacobse said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Debugging undesired script behavior.
Heh -
We are trying to use MS AutoPilot. Except that the PS Script Exception is blocking the needed script to onboard a new device. That have a the GPO set to block PS execution, so you can't build the device HWID file.Thus far, I have not been able to get around the GPO to allow it.
I've love to say don't use Windows, and instead use something like Ubuntu and Ansible but the realities of the world are harsh.
-
The Canadian Tree Blood in the fridge at home reminded me that I haven't heard from @MattSpeller for a bit.
Hi!
-
While I think of it...
Thinking of your situation @siringo
Hope you're holding up ok.Will you be watching the Grand Final this year?
-
@jaredbusch said in What Are You Doing Right Now:
Happy Monday.
Southbound for Pocahontas, AR.How many miles per year do you drive?
-
My old Note 9 finally gave up the ghost. Just in time too. I think I am (at least temporarily) addicted to Samsung devices. I sprang for the ZFold3 since I was looking at it anyway.
So far, it has been a good buy. I am typing this from a doc office while waiting on them. I've been working from my phone all morning long, and it hasn't been bad at all.
Been on a team's call, remoted in to my office desk, and generally getting crap done. $55 a month is worth it.
-
@dafyre I've been thinking of this one and love the sounds of that device. Did you pickup a foldable bluetooth keyboard or the like to make it even more functional? To not have to carry a computer with me everywhere I go would certainly be nice.
-
@krzykat I didn't. I probably will, now that I know I can work from it in a pinch.
I have a Bluetooth hey board I could keep in a bag, so I may just do that instead.
-
@gjacobse said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Debugging undesired script behavior.
Heh -
We are trying to use MS AutoPilot. Except that the PS Script Exception is blocking the needed script to onboard a new device. That have a the GPO set to block PS execution, so you can't build the device HWID file.Thus far, I have not been able to get around the GPO to allow it.
What's the policy set to? Would you be allowed to change it to RemoteSigned and either sign your script or unblock that one specifically?
-
@obsolesce said in What Are You Doing Right Now:
@gjacobse said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Debugging undesired script behavior.
Heh -
We are trying to use MS AutoPilot. Except that the PS Script Exception is blocking the needed script to onboard a new device. That have a the GPO set to block PS execution, so you can't build the device HWID file.Thus far, I have not been able to get around the GPO to allow it.
What's the policy set to? Would you be allowed to change it to RemoteSigned and either sign your script or unblock that one specifically?
After additional searching, it was an OU defined GPO restricting MachineExecution. By moving the PC to another OU, I was able to enable and run the needed script.
-
@eddiejennings said in What Are You Doing Right Now:
Reading about Zabbix
What you reading about it?
I always think it's a bigger product than what I'm using it for but never not around to checking -
@hobbit666 said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Reading about Zabbix
What you reading about it?
I always think it's a bigger product than what I'm using it for but never not around to checkingRequirements and how to deploy it. Thatβs the next thing I want to stand up in my little lab.
-
@jasgot said in What Are You Doing Right Now:
@jaredbusch said in What Are You Doing Right Now:
Happy Monday.
Southbound for Pocahontas, AR.How many miles per year do you drive?
Bought my 2010 Honda I sight in February of 2014 with 80k miles.
It now has 250k miles. So around 25k per year.
This trip is a rental. I have not been on site at this customer since 2014 or 2015.
-
@eddiejennings said in What Are You Doing Right Now:
Requirements and how to deploy it. Thatβs the next thing I want to stand up in my little lab.
I've got it "Deployed" with a few agents on VM's for disk space usage, and then just pinging and checking response times for our connection.
But feel we should be using it for more stuff -
@jaredbusch said in What Are You Doing Right Now:
@jasgot said in What Are You Doing Right Now:
@jaredbusch said in What Are You Doing Right Now:
Happy Monday.
Southbound for Pocahontas, AR.How many miles per year do you drive?
Bought my 2010 Honda I sight in February of 2014 with 80k miles.
It now has 250k miles. So around 25k per year.
This trip is a rental. I have not been on site at this customer since 2014 or 2015.
Pretty long run on visits, but perhaps others have been there between then and now...
The truck hit 265,000 last night - All but six miles are original owner miles.. Over all - the truck still looks good finish wise. I do need to re-do the headliner though...
-
@hobbit666 said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Requirements and how to deploy it. Thatβs the next thing I want to stand up in my little lab.
I've got it "Deployed" with a few agents on VM's for disk space usage, and then just pinging and checking response times for our connection.
But feel we should be using it for more stuffYou should!
You can monitor network switches and link usage (great for monitoring uplink ports)... which then leads you being able to build and see a live map of your network at a high level.
You can also monitor CPU Usage and Network Usage on Windows, Linux, and Mac systems. It really is quite powerful. I haven't done anything with it in a while though. I need to set mine back up again, lol.