New-AdfsOrganization

New-AdfsOrganization

Creates a new organization information object.

構文

Parameter Set: Default
New-AdfsOrganization -DisplayName <String> -OrganizationUrl <Uri> [-Name <String> ] [ <CommonParameters>]

詳細説明

The New-AdfsOrganization cmdlet creates a new information object for an organization in Active Directory フェデレーション サービス (AD FS) 2.0 .

パラメーター

-DisplayName<String>

Specifies the display name of the organization.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Name<String>

Specifies the name of the organization.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-OrganizationUrl<Uri>

Specifies the URL of the organization.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.IdentityServer.PowerShell.Resources.Organization

    This cmdlet generates a class structure that represents the organization object for the AD FS.

Example 1: Create a new organization

This command adds a new organization named Fabrikam in the AD FS.

PS C:\> New-AdfsOrganization -DisplayName "Fabrikam" -OrganizationUrl https://fabrikam.com

関連トピック

Get-AdfsProperties

Set-AdfsProperties