< Back
Get-GlpiToolsAppsStructuresComponentInstance
Post
NAME Get-GlpiToolsAppsStructuresComponentInstance
SYNOPSIS
Function to show Apps Structures Instances from GLPI
SYNTAX
Get-GlpiToolsAppsStructuresComponentInstance -All [<CommonParameters>]
Get-GlpiToolsAppsStructuresComponentInstance [-AppsStructureComponentInstanceId <Int32[]>] [<CommonParameters>]
DESCRIPTION
Function to show Apps Structures Instances from GLPI. Function will show all Instances from Apps Structures.
PARAMETERS
-All [<SwitchParameter>]
Switch parameter, if you will choose, you will get All available Apps Instance.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-AppsStructureComponentInstanceId <Int32[]>
Int parameter, you can provide here number of Apps Structure Instance. It is ID which you can find in GLPI or
with parameter -All.
Can take pipeline input.
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue)
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
Inputs (if any)
OUTPUTS
Function returns PSCustomObject
NOTES
PSP 05/2019
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-GlpiToolsAppsStructuresComponentInstance -All
Example will show All Apps Structures Instances
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-GlpiToolsAppsStructuresComponentInstance -AppsStructureComponentInstanceId 2
Example will show Apps Structure Instance which id is 2. Object will have converted values.
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-GlpiToolsAppsStructuresComponentInstance -AppsStructureComponentInstanceId 2 -Raw
Example will show Apps Structure Instance which id is 2. Object will not have converted values.
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>2 | Get-GlpiToolsAppsStructuresComponentInstance
Example will show Apps Structure Instance which id is 2. Object will have converted values.
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>2 | Get-GlpiToolsAppsStructuresComponentInstance -Raw
Example will show Apps Structure Instance which id is 2. Object will not have converted values.
RELATED LINKS
SYNOPSIS
Function to show Apps Structures Instances from GLPI
SYNTAX
Get-GlpiToolsAppsStructuresComponentInstance -All [<CommonParameters>]
Get-GlpiToolsAppsStructuresComponentInstance [-AppsStructureComponentInstanceId <Int32[]>] [<CommonParameters>]
DESCRIPTION
Function to show Apps Structures Instances from GLPI. Function will show all Instances from Apps Structures.
PARAMETERS
-All [<SwitchParameter>]
Switch parameter, if you will choose, you will get All available Apps Instance.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-AppsStructureComponentInstanceId <Int32[]>
Int parameter, you can provide here number of Apps Structure Instance. It is ID which you can find in GLPI or
with parameter -All.
Can take pipeline input.
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue)
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
Inputs (if any)
OUTPUTS
Function returns PSCustomObject
NOTES
PSP 05/2019
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-GlpiToolsAppsStructuresComponentInstance -All
Example will show All Apps Structures Instances
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-GlpiToolsAppsStructuresComponentInstance -AppsStructureComponentInstanceId 2
Example will show Apps Structure Instance which id is 2. Object will have converted values.
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-GlpiToolsAppsStructuresComponentInstance -AppsStructureComponentInstanceId 2 -Raw
Example will show Apps Structure Instance which id is 2. Object will not have converted values.
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>2 | Get-GlpiToolsAppsStructuresComponentInstance
Example will show Apps Structure Instance which id is 2. Object will have converted values.
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>2 | Get-GlpiToolsAppsStructuresComponentInstance -Raw
Example will show Apps Structure Instance which id is 2. Object will not have converted values.
RELATED LINKS