The command: "net" is on Windows 12, 11, 10, .. , MS Server 2025, 2022, 2019, .. available
NET examples with more detailed descriptions:
Example 1: View network account information
net ACCOUNTS
This command displays detailed information about the accounts and account settings on the local computer. For example, this may include information about account lockouts, password policies, and account types.
Example 2: View computer properties
net COMPUTER
This command allows you to get basic information about the local computer, such as the computer name, operating system version, and other system-relevant details.
Example 3: View network service configuration
net CONFIG
Allows you to view the configuration settings for various network services on the computer. This includes information about services such as server, workstation and other network services.
Example 4: Continuation of service after a break
net CONTINUE
After a service is paused with the
`PAUSE` command, execution is continued with
`CONTINUE`. This is useful for resuming a temporarily paused service.
Example 5: View shared files and sessions
netFILE
This command returns a list of shared files and sessions on a server. You can get information about who accesses which files.
Example 6: Show information about groups
net GROUP
You can use this command to get detailed information about the groups present on the local computer. This may include group memberships and other relevant details.
Example 7: General Help for Network Commands
net HELP
This command provides general help and a list of all available
`net` commands and their short descriptions.
Example 8: Explain Network Error Codes
net HELPMSG
The
`HELPMSG` command gives you detailed explanations for network error codes. This is useful for understanding the meaning of error messages.
Example 9: Show information about local groups
net LOCALGROUP
You can use this command to get detailed information about local groups on the computer, including members and group permissions.
Example 10: Pause all running services
net BREAK
This command temporarily pauses all running services on the computer. Note that this may impact system performance and it is advisable to use this with caution.