Set-BoxstarterShare
SYNOPSIS
Shares the Boxstarter root directory - $Boxstarter.BaseDir
SYNTAX
Set-BoxstarterShare
[-shareName <String>]
[-accounts <String[]>]
<CommonParameters>
DESCRIPTION
Shares the Boxstarter root directory - $Boxstarter.BaseDir - so that
it can be accessed remotely. This allows remote machines to Invoke
ChocolateyBoxstarter via \\server\shareName\Boxstarter.bat. Unless
specified otherwise, the share name is Boxstarter and Everyone is
given Read permisions.
PARAMETER
ShareName
The name to give to the share. This is the name by which other
machines can access it. Boxstarter is he default.
Accounts
A ist of accounts to be given read access to the share. Everyone is
the default.
EXAMPLE
Shares the Boxstarter root as Boxstarter to everyone.
EXAMPLE
Set-BoxstarterShare BuildRepo
Shares the Boxstrarter Root as BuildRepo to everyone.
EXAMPLE
Set-BoxstarterShare -Accounts "corp\mwrock","corp\gmichaels"
Shares the Boxstarter root as Boxstarter to mwrock and gmichaels in the corp domain.
LINK
about boxstarter.chocolateyInvoke-ChocolateyBoxstarterNew-BoxstarterPackageInvoke-BoxstarterBuild