< Back

New-P1ManagerShortcut

Sat Jan 18, 2020 7:01 pm

NAME New-P1ManagerShortcut



SYNOPSIS

Creates a desktop shortcut to PlannerOne Manager, for a given tenant.





SYNTAX

New-P1ManagerShortcut [-Tenant] <String> [<CommonParameters>]





DESCRIPTION

Creates a shortcut on the desktop.





PARAMETERS

-Tenant <String>

The tenant name.



Required? true

Position? 1

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



OUTPUTS



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



PS C:\\># Creates a PlannerOne Manager shortcut for tenant named Demo.



New-P1Tenant -Tenant Demo











RELATED LINKS