9 Posts
0
2552
December 20th, 2021 12:00
Disabling the WIFI remotely on OptiPlex 7060?
I have over 60 OptiPlex 7060 deployed. Is any way to disable the WiFi remotely without entering the bios? Anyway remotely? I am in a domain environment.
0 events found
No Events found!


redxps630
11 Legend
•
15.6K Posts
•
80.8K Points
1
December 22nd, 2021 11:00
Manage the Dell BIOS Remotely, Enterprise Guide:
The goal is to push custom BIOS setting with Group Policy.
Before proceed,
After installation, browse to CCTK.exe. On a 64-bit OS, it can be found here: C:\Program Files (x86)\Dell\CCTK\X86_64\. Right click and start an Administrative Command Prompt in this folder. Type cctk.exe and press enter.
wireless-switch is included in Dell CCTK
In your customized bios settings disable wireless
Wireless
Allows you to enable or disable the internal wireless devices.
The options are:
All the options are enabled by default.
https://deployhappiness.com/pushing-bios-settings-with-group-policy/
redxps630
11 Legend
•
15.6K Posts
•
80.8K Points
2
December 22nd, 2021 12:00
To deploy, create a new folder on a file or software distribution server. Save your custom BIOS settings package in the root of the Dell folder. It allows you to change machine settings through Group Policy.
Next, create batch file in the same Dell folder. Edit it so that it will execute your BIOS package. Be sure that the BIOS package path points to the UNC. An example would look like this:
\\SERVER\Deploymentshare$\Applications\Dell\BIOSPACKAGE.exe
In the GPMC, create a new GPO named “Dell BIOS Settings”. Edit the GPO and browse to the Shutdown Scripts node. Browse to your batch file and add it to your GPO.
redxps630
11 Legend
•
15.6K Posts
•
80.8K Points
0
December 20th, 2021 13:00
do you have teamviewer installed? If yes and all units are connected to internet via LAN Ethernet then you may be able to remotely disable wireless adapter individually. There may be a way to set up group policy to disable wireless if you have Pro and you are the administrator.
ZEUS-FL
9 Posts
0
December 21st, 2021 04:00
I am looking for something more enterprise. I am Domain Admin. Maybe Dell Command has a server where I can manipulate all the dell computer BIOS on my domain and disable futures to all computers at the same time by command.
ZEUS-FL
9 Posts
0
December 22nd, 2021 08:00
Anybody?
bradthetechnut
9 Technologist
•
9.4K Posts
•
40K Points
0
December 22nd, 2021 10:00
Hopefully and may be @speedstep will answer. He's one of the most long time enterprise users we have answering in this area.
ZEUS-FL
9 Posts
0
December 27th, 2021 04:00
I will try this today !!! Thank you very much !!
ZEUS-FL
9 Posts
0
December 27th, 2021 07:00
I want to confirm the utility works perfectly. I created a package in .exe that runs in shutdown script and applied the configuration automatically and works perfectly !!!! Thank you very much !!
redxps630
11 Legend
•
15.6K Posts
•
80.8K Points
0
December 27th, 2021 08:00
wow. glad it works.
ZEUS-FL
9 Posts
0
December 27th, 2021 08:00
I find out the command line works faster and is more convenient than the exe package.
The EXE GUI has OS limitations and the command line can be used in PE as well. That's great. I can use this in the MDT environment in Windows PE setting password, bios configurations. Thanks again.