編集

次の方法で共有


New-AdfsOrganization

Creates a new organization information object.

Syntax

Default (Default)

New-AdfsOrganization
    -DisplayName <String>
    -OrganizationUrl <Uri>
    [-Name <String>]
    [<CommonParameters>]

Description

The New-AdfsOrganization cmdlet creates an information object for an organization in Active Directory Federation Services (AD FS) 2.0.

Examples

Example 1: Create a new organization

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

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

Parameters

-DisplayName

Specifies the display name of the organization.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Specifies the name of the organization.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-OrganizationUrl

Specifies the URL of the organization.

Parameter properties

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

Microsoft.IdentityServer.PowerShell.Resources.Organization

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

Notes

  • You can publish this information by using the Set-AdfsProperties cmdlet.