Add-SCACShare

Applies To: System Center 2012 - App Controller

Add-SCACShare

Adds a library share.

Syntax

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

Detailed Description

The Add-SCACShare function adds a library share.

Parameters

-SharePath<String>

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

<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 adds the share named \\LibraryServer\LibraryPath.

PS C:\> Add-SCACShare -SharePath “\\LibraryServer\LibraryPath”