Hello,
I want learn all instruction and commands in Windows command prompt.What to do work with command prompt.
Can you give me a good reference?
Thanks
Technology Tips and News
Hello,
I want learn all instruction and commands in Windows command prompt.What to do work with command prompt.
Can you give me a good reference?
Thanks
Hi.
You can use something like this http://dosprompt.info or http://www.computerhope.com/issues/chusedos.htm
BUT - learn PowerShell as well. It will allow you to do much more.
Hi,
Command-line reference A-Z
https://technet.microsoft.com/en-us/library/bb490890.aspx?f=255&MSPPError=-2147217396
This is an accumulation process, almost every option in Windows could be realized by using Command Prompt/PowerShell, You do not need to memorize all these commands.
Regards,
D. Wu
Thank you,
Do you offer learning powershell instead command prompt?
Powershell is a new version of command prompt?
There is no direct relation - Powershell will allow you to use commands you know from command prompt.
It's just another and much more advanced "command prompt", that allows you to automate tasks related to active directory, exchange, Lync, SharePoint, Hyper-V, VMware, etc.
Examples what we do with powershell
- inplacement - creating AD user, mailbox, Lync
- monitoring password expiration and sending email notifications
- monitoring certificates expiration on servers with email notifications
- automating Windows image post installation configuration steps
- auditing user's access on file servers, direct/indirect AD groups membership, etc...
A better place to learn about learing is called the MIcrosoft virtual academy. It is here http://www.microsoftvirtualac