< Back

Install-AzureRmProfile

Sat Jan 11, 2020 10:31 am

NAME Install-AzureRmProfile



SYNOPSIS

Install all the latest modules associated with a particular AzureRM Profile on the machine.





SYNTAX

Install-AzureRmProfile [-Profile] {2017-03-09-profile | <others>} [-Force] [-Scope {CurrentUser | AllUsers}]

[-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Install all the latest modules associated with a particular AzureRM Profile on the machine. Modules for a

particular profile can be loaded in a new PowerShell session using 'Use-AzureRmProfile'.





PARAMETERS

-Force [<SwitchParameter>]

Automatically install modules for the given profile if they are not already installed.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Profile <String>

The profile version to install. You can get a list of available profile versions using Get-AzureRmProfile

-ListAvailable



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Scope <String>

Specifies the installation scope of the modules. The acceptable values for this parameter are: AllUsers and

CurrentUser. The AllUsers scope lets modules be installed in a location that is accessible to all users of the

computer. The CurrentUser scope lets modules be installed in a location that is available only to the current

user.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-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



-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

None







OUTPUTS

None







NOTES









Example 1



PS C:\\> Install-AzureRmProfile -Profile '2017-03-09-profile'



Install all the modules associated with profile '2017-03-09-profile'



RELATED LINKS