Site icon TOSS

Set-AdfsDeviceRegistration

powershell

Set-AdfsDeviceRegistration is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.

Synopsis

Configures the administrative policies for the Device Registration Service.

Description

The Set-AdfsDeviceRegistration cmdlet configures the administrative policies for the Device Registration Service. Use this cmdlet to change the default policies of the Device Registration Service in Active Directory Federation Services (AD FS), such as the maximum number of devices that a user can register.

Parameters

-AccessControlPolicyName

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       true(ByPropertyName)
    Accept wildcard characters?  false

-AccessControlPolicyParameters <Object>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       true(ByPropertyName)
    Accept wildcard characters?  false

-AdditionalAuthenticationRules <String>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       true(ByValue)
    Accept wildcard characters?  false

-AdditionalAuthenticationRulesFile <String>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-AllowedAuthenticationClassReferences <String[]>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-Credential <PSCredential>


    Required?                    true
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-DevicesPerUser <UInt32>
    Specifies the maximum number of devices that a user can register.

    Required?                    true
    Position?                    named
    Default value                none
    Accept pipeline input?       True (ByValue)
    Accept wildcard characters?  false

-IssuanceAuthorizationRules <String>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       true(ByValue)
    Accept wildcard characters?  false

-IssuanceAuthorizationRulesFile <String>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-IssuanceCertificate <SwitchParameter>
    Indicates that the cmdlet generates and uses a new signing certificate for the Device Registration Service.

    Required?                    true
    Position?                    named
    Default value                none
    Accept pipeline input?       True (ByValue)
    Accept wildcard characters?  false

-IssuanceTransformRules <String>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       true(ByValue)
    Accept wildcard characters?  false

-IssuanceTransformRulesFile <String>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-MaximumInactiveDays <UInt32>
    Specifies the number of days before a device object is removed because of inactivity.

    Required?                    true
    Position?                    named
    Default value                none
    Accept pipeline input?       True (ByValue)
    Accept wildcard characters?  false

-ServiceAccountIdentifier <String>
    Specifies the ID of the service account. The cmdlet grants this account read and write access to the Device Registration Service configuration and containers in Active Directory® Domain Services.

    Required?                    true
    Position?                    named
    Default value                none
    Accept pipeline input?       True (ByValue)
    Accept wildcard characters?  false

-Confirm <SwitchParameter>
    Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.

    Required?                    false
    Position?                    named
    Default value                false
    Accept pipeline input?       false
    Accept wildcard characters?  false

-WhatIf <SwitchParameter>
    Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.

    Required?                    false
    Position?                    named
    Default value                false
    Accept pipeline input?       false
    Accept wildcard characters?  false

Syntax

Set-AdfsDeviceRegistration -MaximumInactiveDays <UInt32> [-Credential <PSCredential>] [-WhatIf] [-Confirm] [<CommonParameters>]

Set- AdfsDeviceRegistration -DevicesPerUser <UInt32> [-Credential <PSCredential>] [-WhatIf] [-Confirm] [<CommonParameters>]

Set- AdfsDeviceRegistration -ServiceAccountIdentifier <String> [-Credential <PSCredential>] [-WhatIf] [-Confirm] [<CommonParameters>]

Set-AdfsDeviceRegistration [-IssuanceCertificate] [-Credential <PSCredential>] [-WhatIf] [-Confirm] [<CommonParameters>]

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Set-AdfsDeviceRegistration

You can also read about

To know more PowerShell cmdlets(Commands) on Active Directory Federation Services(ADFS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Exit mobile version