Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.66 KB

Get-IoTWorkspaceBSPs.md

File metadata and controls

73 lines (52 loc) · 1.66 KB
external help file Module Name online version schema
IoTCoreImaging-help.xml
IoTCoreImaging
2.0.0

Get-IoTWorkspaceBSPs

SYNOPSIS

Returns the list of BSP names in the workspace.

SYNTAX

Get-IoTWorkspaceBSPs [[-SourceWkspace] <String>] [<CommonParameters>]

DESCRIPTION

Returns the list of BSP names in the specified workspace or from the $env:SAMPLEWKS. The workspace's architecture is used to determine which architecture to search.

EXAMPLES

EXAMPLE 1

Get-IoTWorkspaceBSPs

Returns the BSPs from the default workspace.

EXAMPLE 2

Get-IoTWorkspaceBSPs C:\IoTWorkSpaces\Workspace

Returns the BSPs from the specified workspace

PARAMETERS

-SourceWkspace

Optional parameter, specifies the workspace to search. Default is from the $env:SAMPLEWKS.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

System.String[]

List of BSPs in the workspace for the current architecture.

NOTES

RELATED LINKS

Get-IoTWorkspaceProducts