text stringlengths 0 4.23k |
|---|
Specifies the ID of the session to shadow. |
/control |
Allows control of the session when shadowing. |
/noConsentPrompt |
Allows shadowing without user consent. |
/? |
Displays help at the command prompt. |
<connectionfile> |
<server>[:<port>] |
<gateway> |
<width> |
<height> |
<connectionfile> |
<sessionID> |
Remarks |
Default.rdp is stored for each user as a hidden file in the user's Documents folder. |
User created .rdp files are saved by default in the user's Documents folder, but can be saved anywhere. |
To span across monitors, the monitors must use the same resolution and must be aligned horizontally (that is, side-by-side). There's currently no support for spanning multiple monitors vertically on the client system. |
Examples |
To connect to a session in full-screen mode, type: |
mstsc /f |
or |
mstsc /v:computer1 /f |
To assign width/height, type: |
mstsc /v:computer1 /w:1920 /h:1080 |
To open a file called filename.rdp for editing, type: |
mstsc /edit filename.rdp |
nbtstat |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Displays NetBIOS over TCP/IP (NetBT) protocol statistics, NetBIOS name tables for both the local computer and remote computers, and the NetBIOS name cache. This command also allows a refresh of the NetBIOS name cache and the names registered with Windows Internet Name Service (WINS). Used without parameters, this command displays Help information. |
This command is available only if the Internet Protocol (TCP/IP) protocol is installed as a component in the properties of a network adapter in Network Connections. |
Syntax |
nbtstat [/a <remotename>] [/A <IPaddress>] [/c] [/n] [/r] [/R] [/RR] [/s] [/S] [<interval>] |
Parameters |
Parameter |
Description |
/a <remotename> |
Displays the NetBIOS name table of a remote computer, where remotename is the NetBIOS computer name of the remote computer. The NetBIOS name table is the list of NetBIOS names that corresponds to NetBIOS applications running on that computer. |
/A <IPaddress> |
Displays the NetBIOS name table of a remote computer, specified by the IP address (in dotted decimal notation) of the remote computer. |
/c |
Displays the contents of the NetBIOS name cache, the table of NetBIOS names and their resolved IP addresses. |
/n |
Displays the NetBIOS name table of the local computer. The status of registered indicates that the name is registered either by broadcast or with a WINS server. |
/r |
Displays NetBIOS name resolution statistics. |
/R |
Purges the contents of the NetBIOS name cache and then reloads the pre-tagged entries from the Lmhosts file. |
/RR |
Releases and then refreshes NetBIOS names for the local computer that is registered with WINS servers. |
/s |
Displays NetBIOS client and server sessions, attempting to convert the destination IP address to a name. |
/S |
Displays NetBIOS client and server sessions, listing the remote computers by destination IP address only. |
<interval> |
Displays selected statistics, pausing the number of seconds specified in interval between each display. Press CTRL+C to stop displaying statistics. If this parameter is omitted, nbtstat prints the current configuration information only once. |
/? |
Displays help at the command prompt. |
<remotename> |
<IPaddress> |
<interval> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.