Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to Create a Share Remotely By Using the Windows Management Instrumentation Command-Line Tool


Summary

This article describes how to create a share on a remote computer by using the Windows Management Instrumentation Command-Line tool (WMIC).

↑ Back to the top


More Information

Note: To use this feature, you must have administrative permissions, and the folder that you want to share must already exist on the target computer.

You can access Windows Management Instrumention (WMI) by using WMIC. Although you can share an existing folder, you cannot set the permissions on the share directly from WMIC.
To create a share on a remote computer by using WMIC:
  1. At a command prompt, type wmic, and then press ENTER.
  2. Type /node:computer name where computer nameis the name of the target computer. If you want to pass administrator credentials, type /user:"domain\username", to receive a prompt for a password.
  3. Type the following line where
    c:\test is the path to the folder that you want to share:
    share call create "", "this is the comments section", "maximum number of connections", "this is the share name", "", "C:\test", 0
For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:
290216 A Description of the WMI Command-Line Utility
295292 How to Set WMI Namespace Security

↑ Back to the top


Keywords: kb, kbbillprodsweep, whistleryes, public, kbhowto, kbwinnetswept, kbmgmtservices

↑ Back to the top

Article Info
Article ID : 295622
Revision : 7
Created on : 8/19/2020
Published on : 8/20/2020
Exists online : False
Views : 119