Skip to content

Instantly share code, notes, and snippets.

@merlottt
merlottt / Get-AllMailboxes.ps1
Created April 6, 2023 09:11 — forked from ctigeek/Get-AllMailboxes.ps1
Get all Hex and Rackspace mailboxes for your account, and any indirect accounts.
## 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"
@merlottt
merlottt / server2-ks.cfg
Created June 15, 2018 12:05 — forked from aelkz/server2-ks.cfg
[RHEL7.3] KICKSTART ANACONDA CONFIGURATION (SSH) KVM 12GB
#version=RHEL7
#platform x86, AMD64, or Intel EM64T
# Use graphical install
graphical
#cmdline
# X Window System configuration information
xconfig --startxonboot
@merlottt
merlottt / server2-ks.cfg
Created June 15, 2018 12:05 — forked from aelkz/server2-ks.cfg
[RHEL7.3] KICKSTART ANACONDA CONFIGURATION (SSH) KVM 12GB
#version=RHEL7
#platform x86, AMD64, or Intel EM64T
# Use graphical install
graphical
#cmdline
# X Window System configuration information
xconfig --startxonboot