Skip to content

Latest commit

 

History

History
132 lines (102 loc) · 2.77 KB

New-CMExchangeConnectorGeneralSetting.md

File metadata and controls

132 lines (102 loc) · 2.77 KB

description: Creates an exchange connector general setting. external help file: AdminUI.PS.dll-Help.xml Module Name: ConfigurationManager ms.date: 05/07/2019 schema: 2.0.0 title: New-CMExchangeConnectorGeneralSetting

New-CMExchangeConnectorGeneralSetting

SYNOPSIS

Creates an exchange connector general setting.

SYNTAX

New-CMExchangeConnectorGeneralSetting [-AllowDesktopSync <Boolean>] [-AllowInternetShare <Boolean>]
 [-AllowNonProvision <Boolean>] [-RefreshHours <Int32>] [-DisableWildcardHandling] [-ForceWildcardHandling]
 [<CommonParameters>]

DESCRIPTION

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

EXAMPLES

Example 1

PS XYZ:\>

PARAMETERS

-AllowDesktopSync

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-AllowInternetShare

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-AllowNonProvision

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-DisableWildcardHandling

This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ForceWildcardHandling

This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-RefreshHours

Type: Int32
Parameter Sets: (All)
Aliases: RefreshInterval

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

None

OUTPUTS

Microsoft.ConfigurationManagement.PowerShell.Cmdlets.HS.ExchangeConnectorGeneralSetting

NOTES

RELATED LINKS