Remove-SCACShare

Applies To: System Center 2012 - App Controller

Remove-SCACShare

Removes a library share.

Syntax

Parameter Set: __AllParameterSets
Remove-SCACShare [-SharePath] <String> [ <CommonParameters>]

Detailed Description

The Remove-SCACShare function removes a specified library share.

Parameters

-SharePath<String>

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

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

This command removes the path named \\LibraryServer\LibraryShare.

PS C:\> Remove-SCACShare -SharePath “\\LibraryServer\LibraryShare”