Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: System Center 2012 - App Controller
Adds a library share.
Parameter Set: __AllParameterSets
Add-SCACShare [-SharePath] <String> [ <CommonParameters>]
The Add-SCACShare function adds a library share.
Specifies the path of the share to add.
Aliases |
none |
Required? |
true |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
Description
-----------
This command adds the share named \\LibraryServer\LibraryPath.
PS C:\> Add-SCACShare -SharePath “\\LibraryServer\LibraryPath”