which is on the receiving side of the pipeline, we'll see below (1) that this parameter has a type of <ServiceController[]>, which indicates it can accept multiple values, or an array of
Takes any strings for the file name or extension..PARAMETER NameSpecifies the file name..PARAMETER ExtensionSpecifies the extension. "Txt" is the default..INPUTSNone. You cannot pipe objects to Add-Extension..OUTPUTSSystem.String. Add-Extension returns a string with the extension or file na...
false -Name <String[]> Specifies the service names for the service to be started. The parameter name is optional. You can use Name or its alias, ServiceName, or you can omit the parameter name. Required? true Position? 0 Default value None Accept pipeline input? True (ByPropertyName, By...
ParameterName : InputObject ParameterType : System.ServiceProcess.ServiceController[] ValueFromPipeline : True ValueFromPipelineByPropertyName : False ParameterName : Name ParameterType : System.String[] ValueFromPipeline : True ValueFromPipelineByPropertyName : True ...
Accepts Pipeline Input This setting indicates whether you can use the pipeline operator (|) to send a value to the parameter. Value Description --- --- False Indicates that you cannot pipe a value to the parameter. True (by Value) Indicates that you can pipe any value to the parameter,...
Accept pipeline input?True (ByValue, ByPropertyName) -Select <String> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DataPipeline.Model.Re...
All of that is contained within the Param() block. Note that you don’t have to use the [Parameter()] decorator on every parameter. Only use it on the ones where you need to declare something, such as the parameter being mandatory, accepting pipeline input, being in a certain position ...
Type:SwitchParameter Position:Named Default value:None Required:False Accept pipeline input:False Accept wildcard characters:False -Encrypt The encryption type to use when connecting to SQL Server. This value maps to theEncryptpropertySqlConnectionEncryptOptionon the SqlConnection object of the Microsoft...
Accept pipeline input? True (ByPropertyName) Common Credential and Region Parameters -AccessKey <String> The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. Required? False Position? Named Acc...
Type: SwitchParameter Aliases: cf Position: Named Default value: None Required: False Accept pipeline input: False Accept wildcard characters: False Applies to: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 -DomainController DomainController 参数指定此 cmdlet 从...