< Back
Set-FreeIPAAPIServerConfig
Post
NAME Set-FreeIPAAPIServerConfig
SYNOPSIS
Set your FreeIPA server URL and client version supported
SYNTAX
Set-FreeIPAAPIServerConfig [-URL] <String> [[-ClientVersion] <String>] [<CommonParameters>]
DESCRIPTION
Set your FreeIPA server URL and Client version supported. If client version is not set, version 2.229 is set by
default. Warning : the CA (Certification authority) used by your FreeIPA server must be trusted on your system
first.
PARAMETERS
-ClientVersion <String>
Set your client version for API usage. Version 2.229 is set by default
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-URL <String>
Set your FreeIPA server URL : https://youripaserver.domain.tld
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Set-FreeIPAAPIServerConfig -URL https://youripaserver.domain.tld
Set your FreeIPA server to youripaserver.domain.tld
RELATED LINKS
SYNOPSIS
Set your FreeIPA server URL and client version supported
SYNTAX
Set-FreeIPAAPIServerConfig [-URL] <String> [[-ClientVersion] <String>] [<CommonParameters>]
DESCRIPTION
Set your FreeIPA server URL and Client version supported. If client version is not set, version 2.229 is set by
default. Warning : the CA (Certification authority) used by your FreeIPA server must be trusted on your system
first.
PARAMETERS
-ClientVersion <String>
Set your client version for API usage. Version 2.229 is set by default
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-URL <String>
Set your FreeIPA server URL : https://youripaserver.domain.tld
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Set-FreeIPAAPIServerConfig -URL https://youripaserver.domain.tld
Set your FreeIPA server to youripaserver.domain.tld
RELATED LINKS