Forum Discussion
mikeshift4_6102
Nimbostratus
Jul 09, 2014iAPP f5.microsoft_exchange_2010_2013_cas.v1.3.0 and /powershell issues
We are trying to implement exch13 using the iAPP f5.microsoft_exchange_2010_2013_cas.v1.3.0 but whenever our MDM (AirWatch) makes /powershell commands we have issues, it seems to us that persistence ...
mikeshimkus_111
Oct 08, 2014Historic F5 Account
You shouldn't have to modify the iApp. Based on what you posted, you should be able to do this in a separate iRule that you select with the iRule picker in the iApp:
when HTTP_REQUEST {
switch -glob -- [string tolower [HTTP::uri]] {
"/powershell*" {
pool exch_443_pool
SSL::enable serverside
persist source_addr
return
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects