< Back

Uninstall-AzureRmProfile

Sat Jan 11, 2020 10:33 am

NAME Uninstall-AzureRmProfile



SYNOPSIS

Uninstall all modules associated with the given profile version.





SYNTAX

Uninstall-AzureRmProfile [-Profile] {2016-09 | 2017-03-09-profile | <others>} [-Force] [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

Uninstall all modules associated with the given profile version. Note that this may uninstall modules associated

with multiple profiles.





PARAMETERS

-Force [<SwitchParameter>]

Automatically remove all given modules without propmpting.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Profile <String>

The profile version to uninstall.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Request confirmation for any change made by the cmdlet



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Print the changes that would be made in executing the cmdlets, but do not make any changes.



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:\\> Uninstall-AzureRmProfile '2017-03-09-profile'



Uninstall all modules associated with the '2017-03-09-profile' profile on the machine



RELATED LINKS