Skip to main content

pvl_wifi_profiles

Purpose

The purpose of the custom table is to store the WiFi Profiles information for each computer fetched by the Get Wifi Profile script.

Dependencies

EPM - Windows Configuration - Script - Get Wifi Profile

Tables

pvl_wifi_profiles

ColumnTypeExplanation
computeridint(11)Identifier for the computer
SSIDvarchar(128)SSID of the WiFi Profile
Hexvarchar(64)Hexadecimal representation of the WiFi Profile
ConnectionModevarchar(16)Connection mode of the WiFi Profile
ConnectionTypevarchar(16)Connection type of the WiFi Profile
ConnectHiddenSSIDtinyint(4)Is it allowed to connect to hidden SSID? (0/1)
Authenticationvarchar(16)Authentication type of the WiFi Profile
Encryptionvarchar(16)Encryption type of the WiFi Profile
SharedKeyTypevarchar(32)Type of the shared key (password) of the WiFi Profile
IsProtectedtinyint(4)Is it protected? (0/1)
IsAvailabletinyint(4)Is it currently available? (0/1)
IsConnectedtinyint(4)Is the computer actively using it? (0/1)
PasswordblobPassword of the WiFi profile stored in encrypted format
scriptruntimedatetimeData collection time