< Back
Get-ISHPackageFolderPath
Post
NAME Get-ISHPackageFolderPath
SYNOPSIS
Gets the path of a folder where the commandlets output files or packages or use them as input.
SYNTAX
Get-ISHPackageFolderPath [-UNC <SwitchParameter>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Get-ISHPackageFolderPath cmdlet gets the path of a folder where the commandlets output files or packages or
use them as input. This folder is specific per deployment. The folder contains archives or files that were created
as output of other cmdlets of the module. The folder contains also archives or files that are used as input to
other cmdlets of the module.
PARAMETERS
-UNC <SwitchParameter>
Return path in UNC format.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-ISHDeployment <ISHDeployment>
Specifies the name or instance of the Content Manager deployment.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
---------- EXAMPLE 1 ----------
PS C:\\>Get-ISHPackageFolderPath -ISHDeployment $deployment -UNC
This command gets the UNC path to Packages folder for Content Manager deployment. Parameter $deployment is a
deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
RELATED LINKS
Expand-ISHCMPackage
Copy-ISHCMFile
Set-ISHCMCUILResourceGroup
SYNOPSIS
Gets the path of a folder where the commandlets output files or packages or use them as input.
SYNTAX
Get-ISHPackageFolderPath [-UNC <SwitchParameter>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Get-ISHPackageFolderPath cmdlet gets the path of a folder where the commandlets output files or packages or
use them as input. This folder is specific per deployment. The folder contains archives or files that were created
as output of other cmdlets of the module. The folder contains also archives or files that are used as input to
other cmdlets of the module.
PARAMETERS
-UNC <SwitchParameter>
Return path in UNC format.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-ISHDeployment <ISHDeployment>
Specifies the name or instance of the Content Manager deployment.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
---------- EXAMPLE 1 ----------
PS C:\\>Get-ISHPackageFolderPath -ISHDeployment $deployment -UNC
This command gets the UNC path to Packages folder for Content Manager deployment. Parameter $deployment is a
deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
RELATED LINKS
Expand-ISHCMPackage
Copy-ISHCMFile
Set-ISHCMCUILResourceGroup