Test-UscIsInstance
SYNOPSIS
Determines whether package is an instance package.
SYNTAX
Test-UscIsInstance [[-PackageId] <String>] [[-Server] <Server[]>] [-Directory <String>] [<CommonParameters>]
DESCRIPTION
Use Test-UscIsInstance to determine whether the specified package is an instance package.
EXAMPLES
Example 1
PS C:\> Test-UscIsInstance -Id 'go-current-server'
False
This example returns whether the specified package is an instance package.
PARAMETERS
-Directory
Specifies an optional alternative client directory.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PackageId
{{ Fill PackageId Description }}
Type: String
Parameter Sets: (All)
Aliases: Id
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Server
Specifies a server or list of servers.
If multiple servers are specified, the first server that contains the specified package will be used. If omitted, servers from Servers.json are used.
Type: Server[]
Parameter Sets: (All)
Aliases: Servers
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.