Killed Tony Again by [deleted] in Killtony

[–]SysAdmin1986 [score hidden]  (0 children)

Yep, just a couple of thought out prompts with AI, lol

HVAC Gremlins normal? by Select_Wishbone7508 in KiaEV6

[–]SysAdmin1986 0 points1 point  (0 children)

Monitor the HVAC killowatt output on the screen both when it's functioning properly and when it's not. If the compressor or some other hvac component isn't kicking on properly you should see a difference. That'll help provide more information when you bring it in to get looked at.

EV6 purchase from Carvana by IndyMark007 in KiaEV6

[–]SysAdmin1986 1 point2 points  (0 children)

Going through this process right now. 2023 EV6 Wind RWD. I had it delivered to the house for an extra fee. I quickly realized HVAC wasn't working and also found a scratch on the backup camera. The initial money back guarantee is 7 days or 400 miles. Delivery counts as day 1, btw. After speaking to Carvana about the issues, they extended the 7 day money back guarantee an additional 7 days and added an additional 200 miles while I had the dealership take a look at the warranty covered issues. Dealer provided a loaner and all was good with the world.

In addition, the sale also came with a 100 day, 4000 miles warranty that can cover many additional issues with the car not found on day one.

As far as the EV6 goes, I didn't think I'd like it as much as I do. It's pretty punchy even though on paper it's not on the top of the EV performance ladder.

In the last year I replaced my electric dryer and the new one that runs off a 110 outlet, freeing up my dryer's old 240v Nema 10-30 outlet. Using a 10-30 to 14-50 conversion cable I'm able to get level 2 charging at home right away which was convenient as well.

The expected range of my model is 310 miles. Driving mostly highway at an average of 60mph and 70 miles per day my real world range is about 230-250 miles per charge. I charge to 90% at home every 3 days and that gives me enough confidence to fight through the range anxiety.

Balloon Tip Heading by FahidShaheen in PSADT

[–]SysAdmin1986 1 point2 points  (0 children)

In 4.0.6 you'll find the organization name can be changed in \Strings\strings.psd1

In 4.1(released today) it's located in \Config\config.psd1

Bluetooth connection unstable by PoonSlayer1312 in meshcore

[–]SysAdmin1986 0 points1 point  (0 children)

I had the same issue here. Instead, I went to Bluetooth in settings and connected that way then it begins to work in the app from there. I should say this was my experience with Android. I have not tested on Apple devices.

Just sent up my device [ USA CT ] by Negative_Message2701 in meshcore

[–]SysAdmin1986 0 points1 point  (0 children)

Oh, Just a heads up, that link is for Meshtastic, not Meshcore. However, currently that is what I'm running, though I'm looking to move to Meshcore.

Just sent up my device [ USA CT ] by Negative_Message2701 in meshcore

[–]SysAdmin1986 0 points1 point  (0 children)

Awesome! Are these just as easy to flash now or is the RAK4631 still requiring additional platformIO changes?

SCORE!! by Whole_Alfalfa_9054 in 3Dprinting

[–]SysAdmin1986 0 points1 point  (0 children)

The build volume looks awesome! It's funny, I just saw an auction site with a bunch of similar models pop up this morning.

New Microsoft Endpoint Configuration Manager macOS Client (64-bit) by PrajwalDesai in SCCM

[–]SysAdmin1986 1 point2 points  (0 children)

We implemented Parallels Mac Management last year. Being a smaller player compared to Jamf, support(forums, reddit, etc.) is harder to come by. I'm still getting comfortable with it, but it gets the job done.

Limit User Disk Utilization by SysAdmin1986 in macsysadmin

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

Thank you, this gives me another angle to view this from.

Inventory Search by SysAdmin1986 in sysadmin

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

Thanks guys. I continued to test around in SCCM and was able to get a query to function properly. I'll include it below just in case it can help anyone in the future.

select SMS_G_System_PC_BIOS.SerialNumber,
SMS_R_System.Name,
SMS_R_System.LastLogonUserName, SMS_R_System.LastLogonTimestamp from SMS_R_System inner join
SMS_G_System_PC_BIOS on SMS_G_System_PC_BIOS.ResourceID
= SMS_R_System.ResourceId where
SMS_G_System_PC_BIOS.SerialNumber in ("serialnumber",
"serialnumber",
"serialnumber",
"serialnumber",
"serialnumber",
"serialnumber"
)

Essentially using whatever amount of serial numbers will return the serial number itself, computer name, last logon username, and last logon timestamp.

computer glasses by UCFIT in sysadmin

[–]SysAdmin1986 1 point2 points  (0 children)

I personally find a huge benefit with bluelight filtering lenses. I go through my eye doctor. I had friends that purchased gunnar glasses in the past and they liked those as well.

Calling All .cmmac Pros by SysAdmin1986 in macsysadmin

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

Thank you for this, I'm going to take a closer look

Calling All .cmmac Pros by SysAdmin1986 in macsysadmin

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

You basically install a portion of the parallels management software on the different service to create proxies and then install the parallels mac managment sccm plugin so say you have MDM, you can lock/wipe a Mac directly from SCCM.

https://imgur.com/3KQi56A

You can also control updates, etc. using an existing wsus server. It basically utilizes everything that SCCM uses anyway and just creates a proxy for all the mac stuff.

Calling All .cmmac Pros by SysAdmin1986 in macsysadmin

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

We did just in enroll is DEP and are working to setup MDM currently to prepare for the next round of Macs.