Skip to content

Latest commit

 

History

History
107 lines (82 loc) · 2.12 KB

File metadata and controls

107 lines (82 loc) · 2.12 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

Get-AppleDevice

SYNOPSIS

Lists Apple devices available through xcrun devicectl.

SYNTAX

__AllParameterSets

Get-AppleDevice [[-Device] <string>] [-Xcrun <string>] [-IncludeUnavailable] [-TimeoutMinutes <int>] [<CommonParameters>]

DESCRIPTION

Lists Apple devices available through xcrun devicectl.

EXAMPLES

EXAMPLE 1

Get-AppleDevice -Device 'Value'

PARAMETERS

-Device

Optional device name, identifier, or model filter.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-IncludeUnavailable

Include unavailable devices.

Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-TimeoutMinutes

Maximum command runtime in minutes.

Type: Int32
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Xcrun

xcrun executable name or path.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

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.

INPUTS

  • None

OUTPUTS

  • PowerForge.AppleDeviceInfo

RELATED LINKS

  • None