< Back

Get-SmaSoftwareInventory

Thu Jan 16, 2020 9:45 am

NAME Get-SmaSoftwareInventory



SYNOPSIS







SYNTAX

Get-SmaSoftwareInventory [[-SoftwareID] <String>] [[-QueryParameters] <String>] [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

Returns information about SMA software titles, or for specific software title.





PARAMETERS

-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-QueryParameters <String>

Any additional query parameters to be included. String must begin with a '?' character.



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SoftwareID <String>

Specifies the software title id to retrieve.



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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

PSCustomObject







NOTES









-------------------------- EXAMPLE 1 --------------------------



Get-SmaSoftwareInventory



Retrieves information about all software titles in the SMA.

-------------------------- EXAMPLE 2 --------------------------



Get-SmaSoftwareInventory -SoftwareID 1234



Retrieves information for a software title with ID 1234.



RELATED LINKS

Online Version: https://github.com/ArtisanByteCrafter/K ... ventory.md