Typical Microsoft
jibbajabba
Member Posts: 4,317 ■■■■■■■■□□
Wanted to move mailboxes between two different Exchange server so I wanted to export them to PST
Powershell command is "export-Mailbox" and "import-Mailbox" respectively.
Export-Mailbox: Exchange 2010 Help
Didn't work .. was driving me mental ..
As of Exchange Servicepack 1 they changed the commands to
"New-MailboxExportRequest" and "New-MailboxImportRequest"
New-MailboxExportRequest: Exchange 2010 SP1 Help
Why the *$%£ do they change whole command sets between SP revisions ?!?
When I did my exams (662/663) last month they started to use SP1 questions - so you better study it WELL ...
Powershell command is "export-Mailbox" and "import-Mailbox" respectively.
Export-Mailbox: Exchange 2010 Help
Didn't work .. was driving me mental ..
As of Exchange Servicepack 1 they changed the commands to
"New-MailboxExportRequest" and "New-MailboxImportRequest"
New-MailboxExportRequest: Exchange 2010 SP1 Help
Why the *$%£ do they change whole command sets between SP revisions ?!?
When I did my exams (662/663) last month they started to use SP1 questions - so you better study it WELL ...
My own knowledge base made public: http://open902.com
Comments
-
bertieb Member Posts: 1,031 ■■■■■■□□□□They do it on purpose to ensure you stay sharpThe trouble with quotes on the internet is that you can never tell if they are genuine - Abraham Lincoln
-
varelg Banned Posts: 790They seem to have "learned" few lessons from the Asterisk project. That was back in the days before Asterisk got forked...
Similar approach. You spend hours on end ironing config files on which the whole project depends and along will come an "upgrade" that is essentially just a syntax refurbishment that breaks everything you created. And the only difference between the current and the older version is syntax. No new functionality... -
blargoe Member Posts: 4,174 ■■■■■■■■■□That will be covered on the 70-662b TS: Microsoft Exchange Server 2010 (SP1), Configuring ExamIT guy since 12/00
Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
Working on: RHCE/Ansible
Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands... -
jibbajabba Member Posts: 4,317 ■■■■■■■■□□The most annoying thing is that I created a lot of scripts to make my life easier, which simply don't work anymore *gutted*My own knowledge base made public: http://open902.com
-
Asif Dasl Member Posts: 2,116 ■■■■■■■■□□The most annoying thing is that I created a lot of scripts to make my life easier, which simply don't work anymore *gutted*
Just use find and replace in notepad. Wouldn't take that long. -
Jack2 Member Posts: 153Just use find and replace in notepad. Wouldn't take that long.
Or use a utility like wingrep -http://www.wingrep.com/features.htm
To find and replace the changes in a whole directory of file... BAMM..WGU Courses Completed at WGU: CPW3, EWB2, WFV1, TEV1, TTV1, AKV1, TNV1| TSV1, LET1, ORC1, MGC1, TPV1, TWA1, CVV1, DHV1, DIV1, DJV1, TXP1, TYP1, CUV1, TXC1, TYC1, CJV1
Classes Transferred: BAC1, BBC1, LAE1, LAT1, LUT1 ,1LC1, 1MC1, QLT1, IWC1, IWT1, INC1, INT1, SSC1, SST1, CLC1
WGU Graduate - BSIT 2014 -
Asif Dasl Member Posts: 2,116 ■■■■■■■■□□Or use a utility like wingrep -http://www.wingrep.com/features.htm
To find and replace the changes in a whole directory of file... BAMM.. -
powerfool Member Posts: 1,666 ■■■■■■■■□□Actually, if you get into UNIX Shell scripting, you will see that it is common to place commands into variables at the beginning of the script; that way, if you have to change a command, it is only done in the variable. Since PowerShell is really trying to go after the UNIX environment fans, it stands to reason that it would be usable here, as well.2024 Renew: [ ] AZ-204 [ ] AZ-305 [ ] AZ-400 [ ] AZ-500 [ ] Vault Assoc.
2024 New: [X] AWS SAP [ ] CKA [ ] Terraform Auth/Ops Pro