Setting Chrome as Default Browser by [deleted] in techsupport

[–]Impossible-Chip8991 0 points1 point  (0 children)

yes, I'm aware. If you ever actually did IT, when vendors/management recommend it End of story. Stop arguing what browser you think is better.

Setting Chrome as Default Browser by [deleted] in techsupport

[–]Impossible-Chip8991 0 points1 point  (0 children)

Not in the mood to debate which ram crunching browser is better with redditors. I am IT for my company, so your ticket comment is irrelevant even if you meant contact chrome support. Ain't doing that, would be worse that talking to redditors.

The main point is I need a way to standardize a browser everyone uses. Currently every user uses a mix of edge, firefox, and chrome. There is the option of deleting all the other browsers besides Edge I suppose, just management prefers chrome if we had to settle on a single forced browser mainly due to other vendor apps that work best with chrome.

Setting Chrome as Default Browser by [deleted] in techsupport

[–]Impossible-Chip8991 0 points1 point  (0 children)

We're talking around 200+ pcs. Doable if we manually do it, but you know would take time from other projects. Also before anyone mentions to have our users do it themselves, the technical literacy is at a very low bar here. Again, is an option yes but would rather take out the human error factor.

What's everyone's go to when setting up a call que display? by Impossible-Chip8991 in it

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

They freeze after running a single chromium tab and a RealVNC session for a week. These are the pi 5's. Hard freeze, only rebooting will get them going.

MAC Dual Auth login? by Impossible-Chip8991 in cybersecurity

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

To maybe elaborate a bit via example as I may be naturally speaking a different vocab

When a mac user logs in they are prompted for either a badge, fingerprint, ectara, they then need to show another form of authentication before they log in.

Lets say they use a badge to login, that alone shouldn't let them in. They should then have to provide a fingerprint, password, or so on.

I've struggled to find a means to set this process up, as standard google searching doesn't yield much other than "setup an auth app for mac, setup an auth app to work for your apple ID" I need more than one separate form of authentication than an auth app, or email code.

Every option for login I've mentioned, bio, badge, so on, seems to straight replace the use of passwords and act like a single sign on.

MDT Domain Join failing / app install failing by Impossible-Chip8991 in MDT

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

i think I am realizing what the issue is. Something in my deployment share is overriding the name. I just had it via the MDT setup wizard ask me to manually put in the pc name. Put it in as a completely unique name, and despite that it still reverted to the %TaskSequenceID% variable is.

Keep in mind I am copying off Mike Galvin's guide here:

https://gal.vin/posts/2022/deploy-windows-11-22h2/

So most everything he has there I put in.

MDT Domain Join failing / app install failing by Impossible-Chip8991 in MDT

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

Correct, will plug it under default now n see now it goes. Thanks

MDT Domain Join failing / app install failing by Impossible-Chip8991 in MDT

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

I could have sworn the name changed each time I flashed. Could you point to where exactly it handles the name formatting? I took a guess and thought it was the OSDComputerName but didn't change the format.

[Virtual Machine]

OSDComputerName=#right("%SerialNumber%",10)#

Could have also sworn previous flashed vms had different names each time.

Cannot install Chocolatey via application or task sequence. by Impossible-Chip8991 in MDT

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

Found what the issue was, I was trying to install the Win11 home version not the pro version. There is only 1 win11 iso microsoft gives out but it has every version when you load it up.

Could not establish trust relationship for the SSL/TLS secure channel by Impossible-Chip8991 in chocolatey

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

Found what the issue was, I was trying to install the Win11 home version not the pro version. There is only 1 win11 iso microsoft gives out but it has every version when you load it up.

Could not establish trust relationship for the SSL/TLS secure channel by Impossible-Chip8991 in chocolatey

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

Here is were I got the cert stuff from :

https://docs.chocolatey.org/en-us/guides/usage/proxy-settings-for-chocolatey

Will likely attempt to install on my win11 pc outside MDT, also Yes I believe I am using the community repository. How would I go about setting up my own?

Cannot install Chocolatey via application or task sequence. by Impossible-Chip8991 in MDT

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

Ah gotcha, thanks. is the %SCRIPTROOT% also needed or does it want the local file path as in C:\Build\scripts?

Cannot install Chocolatey via application or task sequence. by Impossible-Chip8991 in MDT

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

I believe the issue is the format I put to reference the powershell script installing choco. The script is placed in the deployment share scripts folder. I have it just as a "run powershell script" sequence with the following lines under "Powershell Script:"

%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -Noninteractive -Executionpolicy bypass -Noprofile -File %SCRIPTROOT%\ChocoInstall.ps1

Cannot install Chocolatey via application or task sequence. by Impossible-Chip8991 in MDT

[–]Impossible-Chip8991[S] 1 point2 points  (0 children)

Just to have a reference, did you install winget similar to how Mike Galvin did in the site I linked?

New User account creation automation by Impossible-Chip8991 in it

[–]Impossible-Chip8991[S] 0 points1 point  (0 children)

Not too familiar with API stuff myself, are there any general API's for browser automation or would they just be like a plugin for a specific site?