< Back

Invoke-ListPlannerPlans

Sat Jan 18, 2020 6:58 pm

NAME Invoke-ListPlannerPlans



SYNOPSIS







SYNTAX

Invoke-ListPlannerPlans -GroupID <Object> [<CommonParameters>]



Invoke-ListPlannerPlans -GroupName <Object> [<CommonParameters>]





DESCRIPTION

List Planner Plans, Graph call





PARAMETERS

-GroupID <Object>





Required? true

Position? named

Default value

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-GroupName <Object>





Required? true

Position? named

Default value

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

System.Object







OUTPUTS

System.Object







EXAMPLE 1



C:\\PS> Get-PlannerPlanGroup -GroupName "Test Planner Group" | Invoke-ListPlannerPlans





EXAMPLE 2



C:\\PS> Invoke-ListPlannerPlans -GroupID "0e0a7683-530c-42e5-9f76-27f9f6fac354"







RELATED LINKS