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 07, 2014Historic F5 Account
You can create an iRule like this and add it to the deployment using the iApp (it'll need to be in advanced mode). The pool member command can be used to send the request directly to a specific CAS, since you may only want to have one server with PowerShell remoting enabled:
when HTTP_REQUEST {
switch -glob -- [string tolower [HTTP::uri]] {
"/powershell*" {
pool powershell_pool member 1.2.3.4 443
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