THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| using namespace Microsoft.Exchange.Management.AdminApiProvider | |
| using namespace Microsoft.Exchange.Management.ExoPowershellSnapin | |
| using namespace System.Collections.Generic | |
| using namespace System.Net.Http | |
| using namespace System.Net.Http.Headers | |
| using namespace System.Threading. | |
| <# | |
| I made this as a way to overcome some limitations with very complicated filter queries that exceed the REST limit, while being able to run them in parallel without resorting to runspaces | |
| #> |
| package main | |
| import ( | |
| "bufio" | |
| "crypto/tls" | |
| "io" | |
| "log" | |
| "net" | |
| "net/url" | |
| "os" |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!