< Back

Get-Adr

Fri Jan 10, 2020 8:39 pm

NAME Get-Adr



SYNOPSIS

Gets all ADRs or a single ADR from the ADR dir.





SYNTAX

Get-Adr [[-Number] <Int32>] [<CommonParameters>]





DESCRIPTION

Gets all ADRs from the ADR dir, parsed as objects. If a number is specified, only that

ADR will be returned.





PARAMETERS

-Number <Int32>

Get a single ADR with the number given. If not specified, all ADRs will be returned.



Required? false

Position? 1

Default value 0

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

System.Management.Automation.PSObject[]







RELATED LINKS