The bootcfg ems command in Windows
Applies to: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012.
The bootcfg ems command allows users to add or change settings to redirect the Emergency Management Services console to a remote computer. By activating Emergency Management Services, add the "redirect = Port #" line to the [boot loader] section of the Boot.ini file and option / redirect to the line of the specified operating system. . Emergency Management Services feature is only enabled on servers.
Syntax
115200}] [/ id]
Parameters
edit} Specifies the value for the Emergency Management Services navigation.ON - Activate the remote output for the specified component, add the option / redirect to the specified component and install the redirect = com into the [boot loader] section. The value of com is set by the parameter / port .
OFF - Disables the output for the remote computer, removing the option / redirect from the specified component and installing = red redirect from the [boot loader] section.
edit - Allows changing the port setting by changing the redirect = com setting in the [boot loader] section. The value of com is reset to the value specified by the / port parameter. / s Specify the name or IP address of the remote computer (do not use a backslash). The default is the local computer. / u Run the command with the user account specified behind. Default is the current user login rights on the computer that is issuing the command. / p Specify the password for the user account specified in the / u parameter . BIOSSET} Specifies the COM port used to redirect. BIOSSET redirects Emergency Management Services to obtain BIOS settings, determine which port will be used to redirect. Do not use the / port parameter if the remote managed output is disabled. 115200} Specifies the transfer speed used to redirect. Do not use the / baud parameter if the remote management output is disabled. / id Specifies the operating system entry line number in which the Emergency Management Services option is added to the [operating systems] section of the Boot.ini file. The first line following the heading [operating systems] is 1. This parameter is required when the Emergency Management Services value is set to ON or OFF . /? Show help at the command prompt.
For example
The following examples show how you can use the bootcfg / ems command:
bootcfg / ems on / port com1 / baud 19200 / id 2
bootcfg / ems on / port biosset / id 3
bootcfg / s srvmain / ems off / id 2
bootcfg / ems edit / port com2 / baud 115200
bootcfg / s srvmain / u maindomhiropln / pp @ ssW23 / ems off / id 2
See more:
- The bcdedit command in Windows
- Bdehdcfg command in Windows
- Bcdboot command in Windows
3.9 ★ | 9 Vote
You should read it
May be interested
- Sub-commands in nslookup Windows command (Part 2)nslookup set all command, nslookup set class, nslookup set d2, alias nslookup set debug, nslookup set domain, nslookup set port, and nslookup set querytype in windows
- Sub-commands in the nslookup Windows command (Part 1)nslookup command exit, finger nslookup, nslookup help, nslookup ls, nslookup lserver, nslookup root, commandlooklook server, nslookup set in windows
- Sub-commands in nslookup Windows command (Part 3)nslookup set recurse, nslookup set retry, nslookup set root, nslookup set search, nslookup set srchlist, nslookup set timeout, nslookup set type, nslookup set vc, and nslookup view in windows
- Command at in Windowsthe at command schedules commands and programs to run on a computer at a specified time with a specific date. you can only use the command at when schedule service is running.
- Set command in Windowsthe set command helps show, set or remove cmd.exe environment variables.
- Del command in Windowsthe del command deletes one or more files. this command is the same as the eraser command.
- 10 useful commands in Windows you should knowcommand prompt is used to execute batch files, perform tasks quickly, help you troubleshoot and solve some windows problems when the system crashes. however, not all commands in windows are useful and must be done regularly. with the 10 command lines in the following article it is very useful even if you are not an administrator.
- How to use the option equivalent to the 'ls' command in Windowsthe 'ls' command (note ls, not is) is one of the first terminal commands veterans teach to linux beginners.
- The command reg add in Windowsthe reg add command adds new subkeys or entries to the registry.
- Rem command in Windowsthe rem command helps write comments (comments) in a batch file or config.sys.