New-BT_PropertyBase

Syntax

New-BT_PropertyBase -Type <PropertyType> -Name <string> -Value <Object> [-Ticket <Ticket>] [-PropertyBusinessType <PropertyBusinessType>] [-Environment <string>] [<CommonParameters>]

New-BT_PropertyBase -Type <PropertyType> -Name <string> -Value <Object> -EndpointUrl <string> [-Ticket <Ticket>] [-PropertyBusinessType <PropertyBusinessType>] [<CommonParameters>]

Detailed Description

New-BT_PropertyBase creates a(an) BT_PropertyBase. Represents an MSPC property used in input tasks.

Parameters

Total Parameters: 18

EndpointUrl

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Name

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Type

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Value

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Environment

Available values are listed below.

Value Description
BT Represents BT
Beta Represents Beta
Develop Represents Develop
Release Represents Release
Test Represents Test
China Represents China
Germany Represents Germany
Alpha Represents Alpha
Today Represents Today
Sandbox-02 Represents Sandbox-02
Sandbox-03 Represents Sandbox-03

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

PropertyBusinessType

Available values are listed below.

Value Description
EmailAddress Email address.
Domain Domain.
PhoneNumber Phone number.
EndUser MSPC End user.
Group MSPC Group.
Endpoint MSPC Endpoint.
Device MSPC Device.
Customer MSPC Customer.
MailboxQuota Mailbox quota in MB.
ProxyJob Proxy job.
ReportOption Report option (e.g. whether to ignore software version numbers in the software inventory report).
ProjectStats Project stats.
DateTime Date time.
Gateway MSPC Gateway.
ActiveDirectoryForest Active directory forest.
Long 64-bit long.
Percentage Percentage.
TextBox Text box. TODO (MSPC-3978) - Deprecate this business type.
CheckBox Boolean. TODO (MSPC-3978) - Deprecate this business type.
Guid Guid.
SelectBox Select box. TODO (MSPC-3978) - Deprecate this business type.
MicrosoftAzureRegion Microsoft Azure Region.
Resource MSPC Customer Resource.
PowerShellScriptAssetId PowerShell script id.
AutomationContextData The automation context data.
SecureString The secure string that will be masked.
Boolean Boolean (true / false).
VirtualMachine Virtual machine ( with DeviceType of VirtualMachine).
Server Server ( with DeviceType of Server).
Computer Computer ( with DeviceType of Computer).
String String.
Double Double.
TextArea Text area. TODO (MSPC-3978) - Deprecate this business type.

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Ticket

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Outputs

System.Object

Notes

Examples