< Back

Remove-AzureDevOpsAccountProject

Sat Jan 11, 2020 10:27 am

NAME Remove-AzureDevOpsAccountProject



SYNOPSIS

Remove the Project from the specified Account in the configuration repository.





SYNTAX

Remove-AzureDevOpsAccountProject [-AccountFriendlyName <String>] [-ProjectName <String>] [<CommonParameters>]





DESCRIPTION







PARAMETERS

-AccountFriendlyName <String>

This is the friendly name of the account where the project resides that you want to remove.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ProjectName <String>

The name of the project you added to the account that you want to remove.



Required? false

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









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



Remove-AzureDevOpsAccountProject -AccountFriendlyName MainAccount -ProjectName "The Big Project"



Removing "The Big Project" from the MainAccount









RELATED LINKS

Online Documentation http://devopsmodule.utmonline.net/docs/ ... ntproject/