Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

SSID

collection to see what ssid the wireless station is connected to...

4

Comments

3 comments
Date Votes
  • We will look into this. I'm not sure how difficult it would be to collect.

    0
  • found a command that will give me the wireless ssid. i am trying to find a way to inventory this in PDQ inventory. I am stuck on doing this. the command will make a txt document with infomation.

    netsh wlan show profiles > c:\netinfo\ssid.txt

    for now i have added other steps to access these files easier until i can inventory them.

     

    mkdir c:\netinfo
    mkdir c:\netinfo\netinfo
    netsh wlan show profiles > c:\netinfo\netinfo\ssid.txt
    rename c:\netinfo\netinfo %computername%
    XCOPY C:\netinfo\*.* \\server\share /E /Y /I /O

     

    makes folder 

    makes folder in folder.

    makes file with info.

    renames file computer name

    and copies it to a location for editing or whatever.

    i am still trying to see what i can do to make the content of this file express in the name of the file.... ? any one have any ideas?

     

    thank you...

    0
  • saw this in another thread which might be of use

    http://support.adminarsenal.com/entries/97425157-S-M-A-R-T-Drive-Status-

    0