Hy to all!;
Recently my Live@Edu platform was upgraded to Office 365, I use the CSV_Parser.ps1 to add new account using PowerShell. Today I make a test one account to modify and other to add, but the add make a error.
the CSV header format:
Action Type Name EmailAddress FirstName LastName DisplayName CustomAttribute1 CustomAttribute2 Office CustomAttribute3 ForceChangePassword Password
This is the Error:
A parameter cannot be found that matches parameter name 'WindowsLiveID'.
+ CategoryInfo : InvalidArgument: (:) [New-Mailbox], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,New-Mailbox
+ PSComputerName :*****.outlook.com
--------------------------------------------------
I change the header with WindowsLiveID and make the same result.
My question is there are new CSV_Parser that work with Office 365 or need to change anything in my current CSV_Parser?
Currently there not Sync account, I make new account in batch via Power Shell.
Thanks in advanced.