Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.
Showing posts with label Windows Administration. Show all posts
Showing posts with label Windows Administration. Show all posts

Friday, August 07, 2015

How to restart more than one machine remotely

sometimes machines might be in hung state and you are unable to login into the machine.

In such scenario you can use shutdown -i

The command will give you the window. Now follow the process with that window.

Thursday, January 22, 2015

How to grant Permissions to a folder and share it from command prompt

cacls D:\ParasdBolla /T /E /G Domain\UserName1:f
cacls D:\ParasdBolla /T /E /G Domain\UserName2:f
net share PrasadBolla="D:\PrasadBolla"

How to add users to admin group from command prompt

net localgroup administrators Domain/userName /add

Command to Restart a Remote Computer when it is in hung state or when you are hope less

This command Helps you to restart the remote server/client machine when it is down.

Example if you are not able to login into the machine and you are hopeless then use the below command should solve your issue.

shutdown -r -m \\Full Computer Name