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
Removes a library share.
Parameter Set: __AllParameterSets
Remove-SCACShare [-SharePath] <String> [ <CommonParameters>]
The Remove-SCACShare function removes a specified library share.
Specifies the path to the share to be removed.
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 removes the path named \\LibraryServer\LibraryShare.
PS C:\> Remove-SCACShare -SharePath “\\LibraryServer\LibraryShare”