New-SCSPFSetting
데이터베이스 연결 또는 포털 엔드포인트에 대한 새 설정을 만듭니다.
Syntax
New-SCSPFSetting
[-Name <String>]
-Value <String>
-SettingType <String>
-Server <Server>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-SCSPFSetting
[-Name <String>]
-Value <String>
-SettingType <String>
-ServerName <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
New-SCSPFSetting cmdlet은 데이터베이스 연결 문자열 또는 포털 엔드포인트 연결 문자열에 대한 새 설정을 만듭니다.
예제
예제 1: 데이터베이스 연결에 대한 새 설정 만들기
PS C:\>$Setting = New-SCSPFSetting -Name "ContosoSetting" -SettingType "DatabaseConnectionString" -SettingString "Server=ContosoServer\\ContosoInstance;Database=OperationsManagerDW;TrustedConnection=True;Connection Timeout=300" -Server $ContosoServer
이 명령은 데이터베이스 연결에 대한 새 설정을 만듭니다. 이 설정은 이전에 Get-SCSPFServer cmdlet을 사용하여 가져온 $ContosoServer 변수에 저장된 서버와 연결됩니다.
매개 변수
-Confirm
cmdlet을 실행하기 전에 확인을 요청합니다.
Type: | System.Management.Automation.SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
설정의 이름을 지정합니다.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Server
설정과 연결된 서버를 지정합니다.
Type: | Microsoft.SystemCenter.Foundation.SPFData.Types.Server |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ServerName
설정이 연결된 서버의 이름을 지정합니다. 서버 매개 변수와 서버 개체가 실제로 연결됩니다.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SettingType
DatabaseConnectionString 또는 EndPointConnectionString을 지정합니다.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Value
설정의 값을 지정합니다.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
cmdlet을 실행할 경우 발생하는 일을 표시합니다. cmdlet은 실행되지 않습니다.
Type: | System.Management.Automation.SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
입력
None
출력
System.Object