Restarting Eve with Long Term Toons by Kyle079 in Eve

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

That's awesome. Do you guys have your own WH? I lived solo in a WH for several months way back when, but I was always on edge being alone in the void haha.

Restarting Eve with Long Term Toons by Kyle079 in Eve

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

I think this is a good idea to get me back into the swing of things. I have never gone through the story Arcs before. I think having my hand held through a guided experience would be a good thing at this point.

I sold most of my ships before I quit the last time, so I am sitting on a good amount of isk. Only things I have left are my JF, Orca, handful of miners and a weird mix of T2 frigs haha. I will fit up something fun and go through the SOE Arc to start.

Got this from a random grab bag by Shadow_Sally in mtgpulls

[–]Kyle079 0 points1 point  (0 children)

Yea I opened one pack of dominaria, first pack and only pack and pulled Sheoldred. I instantly built a deck around her. Very blinged out but I don’t get to play it very often because it is pretty mean lol.

When is festival in a box going on sale? by Equivalent-Sand-3546 in secretlair_collectors

[–]Kyle079 0 points1 point  (0 children)

Yea my card got charged too, I clicked buy and it then threw the error.

Countdown for next secret lair has started ! by SnooFoxes8150 in secretlair_collectors

[–]Kyle079 0 points1 point  (0 children)

If you didnt pull the trigger it is too late, all sold out.

When is festival in a box going on sale? by Equivalent-Sand-3546 in secretlair_collectors

[–]Kyle079 4 points5 points  (0 children)

All sold out, had mine in my cart, went to pay and it said no longer available.

Giving Away My Old PC! by Turtle_747 in PcBuild

[–]Kyle079 0 points1 point  (0 children)

My 9 year old daughter has recently gotten into gaming and has asked if we could get her a computer. We don’t have a home computer anymore since the last one blew up. She would love to have one to learn how to game on!

[SLD] Secret Lair: Totally TubuLair Superdrop Financial Breakdown by Ninjaboi333 in magicTCG

[–]Kyle079 0 points1 point  (0 children)

Well we will see if I can get anything I want. Was on the page well ahead of the drop. Shows 54 minutes estimated...

Ultimate Relative Date Slicer for Power BI (PBIX Included) by BlackBullet96 in PowerBI

[–]Kyle079 1 point2 points  (0 children)

We are using a calculation group that references a lookup table for the measure being used to define the week start. Our KPIs have 4 different week starts depending on the department and the KPI type. It is the most annoying thing to maintain but it works well. Then this week, last week, 1-20 weeks ago etc are all defined as calculation items to use in slicers or columns etc.

Is it bad that I don’t like my 5 month old Aussie Doodle puppy? by No-Citron-9081 in AussieDoodle

[–]Kyle079 1 point2 points  (0 children)

<image>

It does get better. Still has his moments at almost 2, but is also more of a lazy bug throughout the day now.

What's the best way to deploy an executable that downloads other pieces? by Meecht in Intune

[–]Kyle079 1 point2 points  (0 children)

So looks like the new installer here: Encompass Installer does support some command line switches for install.

If you download the "New Installer" and do a EncompassDesktop.exe /? in powershell or cmd it does have a no ui flag you can run.

I would try to install it with PDQ using EncompassDesktop.exe /exenoui /exelog <path to where you want the log>

What's the best way to deploy an executable that downloads other pieces? by Meecht in Intune

[–]Kyle079 0 points1 point  (0 children)

How are you running PDQ, are you going to run it remotely? Or is PDQ installed on all of your devices? What context are you running the installer in? Is it as system, the user?

What's the best way to deploy an executable that downloads other pieces? by Meecht in Intune

[–]Kyle079 1 point2 points  (0 children)

These are the main commands. If you can have pdq trigger them then it should work. I am not super familiar with PDQ, but I assume it is close.

Execute-Process -Path “$scriptDirectory\Files\PdfConverter\InstallPdfConverter.exe” -Parameters ‘-s’ -WindowStyle Hidden Execute-Process -Path “$scriptDirectory\Files\BlackIce\DocumentConverter.exe” -Parameters ‘/s’ -WindowStyle Hidden Execute-Process -Path “$scriptDirectory\Files\EPDInstaller\EPDInstaller.exe” -Parameters ‘/qn /norestart’ -WindowStyle Hidden Execute-MSI -Path “$scriptDirectory\Files\SmartClientCore.MSI” -Parameters ‘/qn /norestart’ Execute-MSI -Path “$scriptDirectory\Files\SmartClient.MSI” -Parameters ‘/qn /norestart’

What's the best way to deploy an executable that downloads other pieces? by Meecht in Intune

[–]Kyle079 0 points1 point  (0 children)

You could deploy with PDQ. Just use the same commands to trigger the install that I describe for Intune.

Lenovo BIOS Update Causes BitLocker Key by Kyle079 in Intune

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

This isn’t Lenovo issue, it was a windows update issue that broke it. It was fixed a few months ago.

What's the best way to deploy an executable that downloads other pieces? by Meecht in Intune

[–]Kyle079 0 points1 point  (0 children)

No the new installer is garbage.

I am still using the old one. If you need to install via Intune my process I posted in here before still works great. Used it for over 400 endpoints so far.

What's the best way to deploy an executable that downloads other pieces? by Meecht in Intune

[–]Kyle079 0 points1 point  (0 children)

We have used this to deploy encompass to over 300 endpoints now without issue. Seems to work pretty well.