brand[x].Yaml Syntax
layout: &layout
body:
class: # class
style: # style
header:
class: # class
layout: &layout
body:
class: # class
style: # style
header:
class: # class
# Display | |
Get-CsOnlinePSTNGateway | Select-Object * | Format-list | |
Get-CsOnlinePstnUsage | Select-Object * | Format-list | |
Get-CsOnlineVoiceRoute | Select-Object * | Format-list | |
Get-CsOnlineVoiceRoutingPolicy| Select-Object * | Format-list | |
Get-CsVoiceRoutingPolicy | Select-Object * | Format-list | |
Get-CsTenantDialPlan | Select-Object * | Format-list | |
@owner = shanehoey | |
@repository = shanehoey | |
@token = {{ $processEnv GITHUBtoken }} | |
### Check rate limit | |
get https://api.github.com/rate_limit | |
Accept: application/vnd.github+json | |
Authorization: token {{token}} | |
### get user |
$servername = "dc01"
$domainname = "example.com"
$netbios = "example"
$ipaddress = "192.168.10.248"
$prefixlenght = "24"
$defaultgateway = "192.168.10.254"
Issue a manual certificate on Windows PKI and use it on an Audiocodes Gateway
certreq.exe -attrib "CertificateTemplate:webserver" -submit ssl.req
[CmdletBinding()] | |
param ( | |
[Parameter(mandatory=$true)] | |
[string]$cn, | |
[Parameter(mandatory=$false)] | |
[string]$san, | |
[Parameter(mandatory=$false)] | |
[string]$ip, | |
[Parameter(mandatory=$false)] | |
[string]$pfx = ".\cert.pfx", |