Remove-SCACShare

Remove-SCACShare

Removes a library share.

Syntax

Parameter Set: Default
Remove-SCACShare [-Path] <String> [ <CommonParameters>]

Detailed Description

The Remove-SCACShare function removes a specified library share.

Parameters

-Path<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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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

Description

-----------

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

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

Add-SCACShare