Tag Archive
AAC Administrator Advanced Access Control Application delivery Brian madden Briforum CAG Chicago Citrix Citrix Products CPS CUG DUCUG Dutch Citrix User Group EPA client Eshgro hotfix hyper-v ICA Ictivity IIS Licensing Microsoft Products NetScaler Netscaler.vpx Powershell Profiles RES RES Powerfuse SBC Scripting Terminal Server thinapp Tools VDI VMware vSphere Windows 7 Xen XenApp XenApp 5.0 XenApp plugin XenDesktop XenDesktop 4 XenServer
Exchange 2010 network ports
If you need to test your Exchange 2010 SP1 configuration you can use the following test commands. ###SCP Check the current configuration. Get-ClientAccessServer | Select Name, *Internal* | fl ###WebServices List the current values for Internal and External URLs. Get-WebServicesVirtualDirectory | Select name, *url* | fl ###OWA List the current values for Internal... »
Calendar access rights Exchange 2010 SP1
If you want to view or set Calendar / Agenda acces rights in Microsoft Exchange 2010 SP1 you can do this very easy with powershell. To view the access rights on a users calendar run the following command. Get-MailboxFolderPermission –Identity **username@organisation.com**:\Agenda (or Calendar dependng on your language settings) To set access rights for... »