T
Teruin Laurent [MVP]
I ve got error when i try to use some powershell cmdlet (see below) (windows 2008 R2/Exchange 2010 SP1/fresh installation) (Exchange Version 14.1 (Build 218.15))
any ideas ??
[PS] C:\Users\intranet\Desktop>Get-EventLogLevel -Identity "MSExchange Configuration Cmdlet - Management Console\General
"
Identity EventLevel
-------- --------
MSExchange Configuration Cmdlet - Management Console\General Lowest
[PS] C:\Users\intranet\Desktop>set-EventLogLevel -Identity "MSExchange Configuration Cmdlet - Management Console\General
" -Level high
You must provide a value for this property.
+ CategoryInfo : NotSpecified: (0:Int32) [Set-EventLogLevel], DataValidationException
+ FullyQualifiedErrorId : 3C3FE2BE,Microsoft.Exchange.Management.EventLogTasks.SetEventLogLevel
[PS] C:\Users\intranet\Desktop>New-ClientAccessArray -Fqdn outlook.administratif.local -Site "Premier-Site-par-defaut " -
Name "outlook.administratif.local "
You must provide a value for this property.
+ CategoryInfo : NotSpecified: (0:Int32) [New-ClientAccessArray], DataValidationException
+ FullyQualifiedErrorId : 3C3FE2BE,Microsoft.Exchange.Management.SystemConfigurationTasks.NewClientAccessArray
[PS] C:\Users\intranet\Desktop>
any ideas ??
[PS] C:\Users\intranet\Desktop>Get-EventLogLevel -Identity "MSExchange Configuration Cmdlet - Management Console\General
"
Identity EventLevel
-------- --------
MSExchange Configuration Cmdlet - Management Console\General Lowest
[PS] C:\Users\intranet\Desktop>set-EventLogLevel -Identity "MSExchange Configuration Cmdlet - Management Console\General
" -Level high
You must provide a value for this property.
+ CategoryInfo : NotSpecified: (0:Int32) [Set-EventLogLevel], DataValidationException
+ FullyQualifiedErrorId : 3C3FE2BE,Microsoft.Exchange.Management.EventLogTasks.SetEventLogLevel
[PS] C:\Users\intranet\Desktop>New-ClientAccessArray -Fqdn outlook.administratif.local -Site "Premier-Site-par-defaut " -
Name "outlook.administratif.local "
You must provide a value for this property.
+ CategoryInfo : NotSpecified: (0:Int32) [New-ClientAccessArray], DataValidationException
+ FullyQualifiedErrorId : 3C3FE2BE,Microsoft.Exchange.Management.SystemConfigurationTasks.NewClientAccessArray
[PS] C:\Users\intranet\Desktop>