Managing Public Folders with Arabic names from EMS
I don't know what other people do, but here's something you can try. It involves using Notepad and copy/paste in the EMS window. Do a
Get-PublicFolder -recurse | fl > c:\temp.txt
You should now be able to open temp.txt in Notepad, and locate the folder. Look for the folder's EntryId - it will probably be split over two lines. Edit the value so that it is on a single line on its own, then highlight it and copy it.
Then go to you EMS window, and type in Get-PublicFolder followed by a space. Click on the icon at the top left-hand corner of the EMS window, and select Edit/Paste. You will probably find that it pastes the value and send a carriage return for
you. Hopefully the command will succeed.
Like I say, I don't know what other people do, but there ought to be an easier way.Outlook Web Access For PDA , OWA For WAP
www.owa-pda.com
email a@t leederbyshire d.0.t c.0.m
November 28th, 2011 6:59pm
I don't know what other people do, but here's something you can try. It involves using Notepad and copy/paste in the EMS window. Do a
Get-PublicFolder -recurse | fl > c:\temp.txt
You should now be able to open temp.txt in Notepad, and locate the folder. Look for the folder's EntryId - it will probably be split over two lines. Edit the value so that it is on a single line on its own, then highlight it and copy it.
Then go to you EMS window, and type in Get-PublicFolder followed by a space. Click on the icon at the top left-hand corner of the EMS window, and select Edit/Paste. You will probably find that it pastes the value and send a carriage return for
you. Hopefully the command will succeed.
Like I say, I don't know what other people do, but there ought to be an easier way.Outlook Web Access For PDA , OWA For WAP
www.owa-pda.com
email a@t leederbyshire d.0.t c.0.m
Free Windows Admin Tool Kit Click here and download it now
December 3rd, 2011 10:43am
If i need to execute a cmdlet from EMS withj arabic characters what should I do ?
December 4th, 2011 1:54am