homeappliancesbrands
  • Home
  • blog
  • privacy policy
  • about us
  • English
    • English
    • Japanese
  • Home
  • /
  • Article
  • /
  • Easily check the radio wa...

Easily check the radio wave intensity of wireless LAN, and the packet capture is also commanded.


PowerShell and command prompts on Windows have various commands related to networks.This time, we will introduce commands to check the status of file sharing, wireless LAN related, and commands to carry out packet capture.

Windows has had a function to publish folders early.However, recently, I often use file -shared cloud services.Inadvertently enabling the shared function increases the risk of information leakage.So make sure you have a folder on your PC.Execute "get-smbShare" in PowerShell.At the command prompt, the same processing can be achieved with "Net Share".

Get-SmbShareで共有フォルダーを表示した様子[画像のクリックで拡大表示]

When GET-SMBSHARE is executed, "IPC $", "Admin $" and "C $" are also displayed.It is used to share folders and files, and can only be referred to users with administrator privileges.If "-special $ false" is given as a parameter, management and sharing will not be displayed, so check if it is a shared path you created.

無線LANの電波強度を手軽に確認、パケットキャプチャーもコマンド一発

Even if you have a file you have created, if you have incomplete sets on the folder path or access right, it will be a security hole.To display the access right, use "get-smbShareaccess".Connect with a pipe character ("|") that receives the output of get-smbShare,

Get-SmbShare -Special $false | Get-SmbShareAccess
を実行する。これでそのPCにある共有フォルダーのアクセス権が表示できる。Get-SmbShareとGet-SmbShareAccessでアクセス権を表示[画像のクリックで拡大表示]

As a result of confirmation, if it is still unnecessary, share will be stopped.Specifically, execute "Remove -smbShare -name" "".

Many people will connect to the network via a wireless LAN on a laptop PC.If the radio wave intensity of the connected access point (AP) is low, the communication speed will decrease and the work will be hindered.If you feel that the wireless LAN is slow, you should check the condition of the radio wave first.

To get a list of wireless LAN wireless AP that can be connected to a PC, run "Netsh Wlan Show Network".If you want to get more information, enter "Netsh Wlan Show Profiles Name = ".SSID puts the value of "SSID" acquired by Netsh Wlan Show Network.

「netsh wlan show network」で無線LANアクセスポイントの一覧を表示した様子[画像のクリックで拡大表示]

This article is a paid members only.Please log in or apply on the next page.

There are many applications to measure the next page radio wave intensity...


15 / Mar / 2023 homeappliancesbrands

Category

blog

Related Articles

10.Apr.2023

New features for Google accounts, such as "Change password with one tap"

Google has announced a new feature to improve the security of your Google account with the aim of enhancing privacy protection on the 18th local time. "Quick Delete" "Locked Folder" new...

09.Apr.2023

Starting March 2021! What are the benefits of Docomo's new rate "ahamo"? Check with [5 points]

In December 2020, NTT Docomo announced a new rate plan for smartphones, "ahamo." "ahamo" website (Source: ahamo) What is ahamo, which appeared amid rumors of "smartphone price cuts"?

08.Apr.2023

Reasons why Hitachi introduced SD-WAN - Deployment to 2,800 bases in 2-3 years

SD-WAN stands for Software Defined WAN, a WAN controlled by software. With SD-WAN, an SD-WAN router is installed at each site, and a virtual network is created on a physical line such as a leased line, ISDN, or Internet line...

07.Apr.2023

5G compatible home router "Speed ​​Wi-Fi HOME" new product, released in early November

"Speed ​​Wi-Fi HOME 5G L12" is a home router that allows you to connect to the Internet simply by inserting a SIM card and connecting it to an outlet at home. A new product following au's first 5G compatible home router "Speed ​​Wi-Fi HOME 5G L11" released in August ...

Hot Articles

EVsmart blog Toyota's electric car "bZ4X" that makes you feel comfortable with electric cars and quick chargers / No% display of battery level [Editorial department] Popular articles Recent posts Category

EVsmart blog Toyota's electric car "bZ4X" that makes you feel comfortable with electric cars and quick chargers / No% display of battery level [Editorial department] Popular articles Recent posts Category

23.Apr.2022
 Lenovo's 8.8 inch one-handed tab "Legion Y700" full specs released!  [Is the price in the 40,000 yen range?]

Lenovo's 8.8 inch one-handed tab "Legion Y700" full specs released! [Is the price in the 40,000 yen range?]

01.May.2022
# Remote desktop from the beginning-Connecting to your home computer from outside (IPv4)

# Remote desktop from the beginning-Connecting to your home computer from outside (IPv4)

28.Apr.2022
What is the mechanism of "universal control" that enables direct cooperation just by arranging Mac and iPad side by side?

What is the mechanism of "universal control" that enables direct cooperation just by arranging Mac and iPad side by side?

30.Mar.2022

Tags

How does the wireless router work?

Copyright © 2023 homeappliancesbrands.com. All rights reserved.