New-ADFSOrganization

New-ADFSOrganization

Creates a new organization information object.

Syntax

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

Detailed Description

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

Parameters

-DisplayName<String>

Specifies the display name of the organization.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of the organization.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-OrganizationUrl<Uri>

Specifies the URL of the organization.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.IdentityServer.PowerShell.Resources.Organization

    A class structure that represents the organization object for the Federation Service.

Notes

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

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

Adds a new organization named Fabrikam in the Federation Service.

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

Get-ADFSProperties

Set-ADFSProperties