answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the command line syntax to install dhcp on windows server 2008 sever core?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the command line syntax to install dhcp on windows server 2008 server core is?

That question doesn't end with the word "is". In regards to your question: Start /w ocsetup DHCPServerCore


How do you invite someone on Minecraft into your faction?

It depends on the Minecraft server and what plugin the server is using for factions, sometimes typing "/help" on a server will give you the command syntax (what is required for each command). Alternatively if you know what mod they use, Google search for the plugin/mod and find out.


How do you chat on command prompt?

There is no direct "chat" facility built into the command prompt on any version of Windows. The closest would probably be the "net send" command of Windows NT/2000/XP, though this is disabled on Windows XP by default, and is not present at all in Windows Vista or Windows 7. The syntax of the net send command is:net send message


How do you shutdown FTP services in Linux?

To shut down an FTP server in Linux, you would generally use "ftpshut." The command syntax can vary slightly, so check your man pages for the correct syntax.


How can you use Crystal Reports in PHP?

In order to use Crystal Reports with PHP you need to be running PHP on a Windows server because Crystal Reports is a windows application. Most places will not let this be installed on a shared server but if you have a dedicated server or vps, at a place like hostmysite.com, you will be able to install the crystal reports software. Here is the syntax you will use to create report with Crystal Reports on a windows server: $cr=new com("Crystal.CRPE.Application") or die("cannot load cr com"); $rn="F:\notes5\test.rpt"; $rap=$cr->OpenReport($rn);


What is syntax errors in sql server 2005?

wrong sql syntax in your query


Internal Command with syntax?

Internal ms-dos commands with syntax


What would the syntax of a command to list all documents in a directory that have the extension doc?

For windows: dir *.doc For Unix/Linux: ls *.doc


What is the syntax of CD command?

cmd c:


What do you learn from the syntax of a command?

you learn the rules for correctly entering a specific command at the command line


The windows 7 utility that displays a list of the routers currently forwarding packets to a particular destination is called what?

tracert is the command the syntax is "tracert name.com" or "tracert IP.ADD.RES.S" Works in many OS, not just Windows 7.


What is the command to delete?

Delete command is a DML. Syntax of delete command is delete from table_name where <>; It is to delete content of table.