-
Notifications
You must be signed in to change notification settings - Fork 0
WiFi Command
Léo Peyronnet edited this page Jul 15, 2024
·
1 revision
The wifi password
command retrieves your saved WiFi passwords.
Warning
This command is only available on Windows.
itcli wifi password [options]
-
-n
or--name
: The name of a specific network to retrieve. Default:""
(retrieves all saved passwords). -
-h
or--help
: Shows help text.
To retrieve all saved WiFi passwords:
itcli wifi password
To retrieve the password for a specific network:
itcli wifi password --name "MyNetwork"