Skip to main content

Import-MsIdAdfsSampleApp

SYNOPSIS

Imports a list availabe sample AD FS relyng party trust applications available in this module, the list is created by the Get-MsIdAdfsSampleApps cmdlet. These applications do NOT use real endpoints and are meant to be used as test applications.

SYNTAX

Import-MsIdAdfsSampleApp [-Application] <Object[]> [-NamePreffix <String>] [-Force]
[-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-MsIdAdfsSampleApp | Import-MsIdAdfsSampleApp

Import the full list of sample AD FS apps to the local AD FS server.

EXAMPLE 2

Get-MsIdAdfsSampleApp | Import-MsIdAdfsSampleApp -NamePreffix 'MsId '

Import the full list of sample AD FS apps to the local AD FS server, adding the MsId prefix to the app name.

EXAMPLE 3

Get-MsIdAdfsSampleApp SampleAppName | Import-MsIdAdfsSampleApp

Import only the SampleAppName sample AD FS app to the local AD FS server (replace SampleAppName by one of the available apps).

PARAMETERS

-Application

Application identifier

Type: Object[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-NamePreffix

Name prefix for the AD FS relying party

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Force

Apply sample app default parameters to existing apps

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

NOTES