< Back

Disable-BMApplication

Sun Jan 12, 2020 6:56 pm

NAME Disable-BMApplication



SYNOPSIS

Disables a BuildMaster application





SYNTAX

Disable-BMApplication [-Session] <Object> [-ID] <Int32> [<CommonParameters>]





DESCRIPTION

Disables an application in BuildMaster. This doesn't delete the application. Just removes it from the UI.



This function uses the native API, which can change without notice between releases. The API key you use must have

access to the native API.





PARAMETERS

-Session <Object>

The session to use when connecting to BuildMaster. Use `New-BMSession` to create session objects.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ID <Int32>

The name of the application to get.



Required? true

Position? 2

Default value 0

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:\\>Disable-BMApplication -Session $session -ID 494



Demonstrates how to delete an application using its ID.











RELATED LINKS