So Welcome on one of the many technical blogs out there on the web. So what is special about this blog? Well absolutely nothing :) ... This is the place where I store handy information I don't want to forget, while hoping that in the process I'm also helping some other poor soul on the web that is facing similar issues, or is interested in similar topics.
So who am I?
My name is Mark Priem, I was build in 1981 and live in the Netherlands together with my two sons, Roan and Levi, and my Wife Mylene (note the capital W... You know who's boss now), who I all love to death.
Aside from spending as much time as possible with my family I enjoy sports and socializing face to face and online. Your average Joe right? The little time that is left I spend on technology; My main focus currently is SharePoint and cloud solutions, which I work with on a daily basis as part of my Job, Consultant at Microsoft. As I'm a Microsoft Certified Master in SharePoint 2010 I think I can say I know a thing or two about SharePoint, which I hope has a positive effect on the quality of my posts.
If however you find any misinformation or plain wrong content, please let me know. We all make mistakes right? :)
Please enjoy your stay and let me know what you think by commenting to my posts.
Thanks!
Mark
Om base64 te kunnen encoden / decoden ivm troubleshooten van web applicaties, kun je de volgende powershell commando's gebruiken:
Encoden van $x :
[System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes($x))
Decoden van $x :
[System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String($x))
Enjoy :)
In Exchange 2000|3 kon je nog heel gemakkelijk een Organisational Forms Library aanmaken via de GUI. In Exchange 2007 gaat dat zo makkelijk niet meer. Hier moet je een enigsinds lastige procedure volgen.Voordat je begint, moet je eerst HIER MFCMapi downloaden.
Vervolgens doe je het volgende:
1. Voer het volgende powershell commando uit in de Exchange shell:
New-PublicFolder -Path "\NON_IPM_SUBTREE\EFORMS REGISTRY" -Name "Organizational Forms Library"
2. Configureer een mapi profiel.
3. Open MFCMapi en selecteer 'Session' > 'Logon and Display Store Table'
4. Dubbelklik 'Public Folders' in het bovenste pane.
5. Browse naar "\NON_IPM_SUBTREE\EFORMS REGISTRY"
6. In de linkerkolom selecteer je 'EFORMS REGISTRY' en kies je 'Modify Extra Properties' uit het 'Property Pane' menu.
7. Kies voor ADD > 'Select Property Tag' > 'PR_EFORMS_LOCALE_ID'.
8. Selecteer twee maal OK.
9. DubbelKlik 'PR_EFORMS_LOCALE_ID' en vul je Taalcode in. Taalcodes zijn HIER te vinden.
10. Nu de folder geconfigureerd is, kan je de benodigde permissies zetten met de 'Set-PublicFolder', 'Add-PublicFolderClientPermission' en 'Add-PublicFolderAdministrativePermission' cmdlets...