You must Provide a value for this property on powershell cmdlet

  • Thread starter Teruin Laurent [MVP]
  • Start date
Status
Not open for further replies.
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>
 
Hi Laurent

I have the same build and can run those commands fine. Have you tried from a different EMS session (on another machine)?

Alexei
 
Hi Teruin,
Any update for your issue?
I also done some test, and everything seems work well.
How about reboot the server, and run EXBPA, any event log?
Regards!
Gavin
 
Check ADSI Edit for any Databases that are present but invalid. I.e. I took a server out of commission, but the database still existed. Delete them and it should work. Database Path ADSI Edit Configuration>Services>Microsoft Exchange>Your Organization Name>Administrative Groups>Exchange Administrative Group>Database Availability Groups>Databases
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
C must select message to trigger safe list Using Outlook 3
D Must now "View on Facebook" for Mentions/Comments-Outlook 2013 click-to-run Using Outlook 2
wallisellener BCM must be activated BCM (Business Contact Manager) 2
T In Outlook 2013, must downloaded pictures in an email always be retained? Using Outlook 8
R The action cannot be completed. The connection to Microsoft Exchange is unavailable. outlook must be Using Outlook 1
P Messages stuck in outbox and must be sent again. Using Outlook 1
S Must accept EULA everytime Outlook 2003 opens in Windows 7 Using Outlook 3
M How to provide custom functionality on click of "New"? Outlook VBA and Custom Forms 1
M Index / Search outlook data to provide search assistance in Ol 2003/ 2 Outlook VBA and Custom Forms 1
M How to provide instant search like feature in outlook 2003? Outlook VBA and Custom Forms 1
S Displaying Date Value In Formula Outlook VBA and Custom Forms 6
M copy field value to custom field Outlook VBA and Custom Forms 0
J VBA Cannot programmatically input or change Value for User Defined field Using Outlook 1
HappyDaddy007 "Size" on field chooser/column displaying incorrect value Using Outlook 3
V Why is "Value Required" checkbox greyed out for Dates? Outlook VBA and Custom Forms 2
Z Add ComboBox Value to Body of Email Outlook VBA and Custom Forms 1
S User Defined Fields adding new value (2) Using Outlook 0
C Copy Outlook contact field value to another field Outlook VBA and Custom Forms 1
M Outlook 2013 Replace Subject with Conversation (a "hidden" value). Outlook VBA and Custom Forms 0
S Find a cell value in excel using outlook vba Using Outlook 1
S SendFromAccount - Problem trying to test existing value in open email Outlook VBA and Custom Forms 2
A How to assign the value returned by the regex execute function to a variable? Using Outlook 1
N Lookup Value From Excel and Reply With Matching Value Using Outlook 0
R User Defined Fields adding new value Using Outlook 3
C Copy Cell value from Excel and paste into current email Outlook VBA and Custom Forms 10
B Conditional Formatting:How to use >1 value in a filter Using Outlook 7
M Copy "To" Address Value from a Newly Created Email to the "To" Address Field of Custom Form Using Outlook 4
J How to show the "value" of a user-defined Account field in a Contact Record BCM (Business Contact Manager) 2
D Custom Form - Show field-filled doc a or b based on value of field x Outlook VBA and Custom Forms 4
S Outlook code to validate textbox value Using Outlook 1
J How to create fields that will use the same value on different record types BCM (Business Contact Manager) 2
S Outlook custom checkbox not changing value Using Outlook 0
S Displaying the Remind Beforehand Value in Calendar List View Using Outlook 2
K TextBox on Custom Form Page :: Passing value from sender to the recipient Outlook VBA and Custom Forms 1
O Meeting Item SentOn Value Using Outlook 3
J Outlook 2010 Forms Help Needed "A field in this form requires a value." Using Outlook 6
C Custom Contact form - erase default value Using Outlook 0
F Change default value of date/time type from "None" to Blank Using Outlook 1
R Need code to gather value of custom field on addressentry.details dialog box Using Outlook 3
G Displaying value of task subject field as values from two custom fields Using Outlook 4
T To value Outlook VBA and Custom Forms 1
P Can you load an OlkComboBox and show a previously selected value? Outlook VBA and Custom Forms 1
X How to get the PR_ENTRYID value C# Outlook VBA and Custom Forms 3
S Re: Errormessage "A field requires a Value" Outlook VBA and Custom Forms 1
S Re: Errormessage "A field requires a Value" Outlook VBA and Custom Forms 1
E Errormessage "A field requires a Value" Outlook VBA and Custom Forms 7
E Errormessage "A field requires a Value" Outlook VBA and Custom Forms 7
S Forms - unknown field requires a value Outlook VBA and Custom Forms 6
M Obtain property value by name Outlook VBA and Custom Forms 5
D Form - Specific "To" Recipient value Outlook VBA and Custom Forms 5

Similar threads

Back
Top