PowerShell Logo Small

New-NetIPHttpsConfiguration



This is the built-in help made by Microsoft for the command 'New-NetIPHttpsConfiguration', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Creates an IP-HTTPS configuration.

SYNTAX


New-NetIPHttpsConfiguration [-PolicyStore] <String> [-AsJob [<SwitchParameter>]] [-AuthMode <AuthMode>] [-CimSession <CimSession[]>] [-Profile
<String>] [-State <State>] [-StrongCRLRequired <Boolean>] [-ThrottleLimit <Int32>] [-Type <Type>] -ServerURL <String> [-Confirm
[<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
New-NetIPHttpsConfiguration [-GPOSession] <String> [-AsJob [<SwitchParameter>]] [-AuthMode <AuthMode>] [-CimSession <CimSession[]>] [-Profile
<String>] [-State <State>] [-StrongCRLRequired <Boolean>] [-ThrottleLimit <Int32>] [-Type <Type>] -ServerURL <String> [-Confirm
[<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-NetIPHttpsConfiguration cmdlet creates an IP-HTTPS configuration.


This cmdlet can create IP-HTTPS configurations on the ActiveStore, PersistentStore, or Group Policy Objects (GPOs).



<

RELATED LINKS

Get-NetIPHttpsConfiguration
Remove-NetIPHttpsConfiguration
Rename-NetIPHttpsConfiguration
Reset-NetIPHttpsConfiguration
Set-NetIPHttpsConfiguration

REMARKS

<

Examples


Example 1: Create an IP-HTTPS configuration

PS C:\> New-NetIPHttpsConfiguration -Profile "Redmond" -ServerURL "https://contoso.com:443/IPHTTPs" -PolicyStore "Domain\TestGPO"



This command creates an IP-HTTPS configuration named Redmond with the specified server URL https://contoso.com:443/IPHTTPs in the GPO named
TestGPO.