PowerShell Logo Small

New-ADAuthenticationPolicySilo



This is the built-in help made by Microsoft for the command 'New-ADAuthenticationPolicySilo', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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 Active Directory Domain Services authentication policy silo object.

SYNTAX


New-ADAuthenticationPolicySilo [-Name] <String> [-AuthType {Negotiate | Basic}] [-ComputerAuthenticationPolicy <ADAuthenticationPolicy>] [-Credential <PSCredential>]
[-Description <String>] [-Enforce] [-Instance <ADAuthenticationPolicySilo>] [-OtherAttributes <Hashtable>] [-PassThru] [-ProtectedFromAccidentalDeletion <Boolean>] [-Server
<String>] [-ServiceAuthenticationPolicy <ADAuthenticationPolicy>] [-UserAuthenticationPolicy <ADAuthenticationPolicy>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-ADAuthenticationPolicySilo cmdlet creates an authentication policy silo object in Active Directory® Domain Services.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=290130
Get-ADAuthenticationPolicySilo
Remove-ADAuthenticationPolicySilo
Set-ADAuthenticationPolicySilo

REMARKS

<

Examples


Example 1: Create an authentication policy silo and enforce it

PS C:\>New-ADAuthenticationPolicySilo -Name AuthenticationPolicySilo01 -Enforce



This command creates an authentication policy silo object and enforces it.




Example 2: Create an authentication policy silo without enforcement

PS C:\>New-ADAuthenticationPolicySilo -Name AuthenticationPolicySilo02



This command creates an authentication policy silo object but does not enforce it.