View the full detail of a saved wifi networks
Version : 1.0
File Name : wdetail.ps1
Author : Adewale Azeez - iamthecarisma@gmail.com
Date : May-20-2020
View the full detail of a saved wifi networks including the ssid and security detail.
If no name given all the network will be shown in a list and a specific network can be choose with it index
It accept various flag to select which info to show.
wdetail [[-Name] <String>] [-Password] [-Type] [-Version] [-Authentication]
[-Cipher] [<CommonParameters>]
the name of the wifi network to show
attr |
value |
---|---|
Required? |
false |
Position? |
1 |
Default value |
|
Accept pipeline input? |
false |
Accept wildcard characters? |
false |
Show the wifi network password
attr |
value |
---|---|
Required? |
false |
Position? |
named |
Default value |
False |
Accept pipeline input? |
false |
Accept wildcard characters? |
false |
Show the wifi network type
attr |
value |
---|---|
Required? |
false |
Position? |
named |
Default value |
False |
Accept pipeline input? |
false |
Accept wildcard characters? |
false |
Show the wifi network version
attr |
value |
---|---|
Required? |
false |
Position? |
named |
Default value |
False |
Accept pipeline input? |
false |
Accept wildcard characters? |
false |
Show the wifi network authentication
attr |
value |
---|---|
Required? |
false |
Position? |
named |
Default value |
False |
Accept pipeline input? |
false |
Accept wildcard characters? |
false |
Show the wifi network cipher
attr |
value |
---|---|
Required? |
false |
Position? |
named |
Default value |
False |
Accept pipeline input? |
false |
Accept wildcard characters? |
false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
System.String
[System.String]
wdetail
List all the wifi networks that has been connected to this PC and select which one to display it full detail.
wdetail 'SMILE@THECARISMA'
Show the detail of the wifi network which it name equal or contains ‘SMILE@THECARISMA’
wdetail 'SMILE@THECARISMA' -Password
Show only the password of the wifi network which it name equal or contains ‘SMILE@THECARISMA’