This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## This code released under the MIT open source license. | |
## See here for details: https://opensource.org/licenses/MIT | |
## This code is provided with NO SUPPORT and NO WARRANTY and NO GUARANTEE. Use at your own risk. | |
[string] $ApiKey = "" | |
[string] $ApiSecret = "" | |
## only populate $indirectAccountNumber if you want a list from one specific account, otherwise leave blank. | |
[string] $indirectAccountNumber = "" | |
[string] $path = "AllMailboxes.csv" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#version=RHEL7 | |
#platform x86, AMD64, or Intel EM64T | |
# Use graphical install | |
graphical | |
#cmdline | |
# X Window System configuration information | |
xconfig --startxonboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#version=RHEL7 | |
#platform x86, AMD64, or Intel EM64T | |
# Use graphical install | |
graphical | |
#cmdline | |
# X Window System configuration information | |
xconfig --startxonboot |