Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSAtera
1.5.3
PostInstall.ps1
if
(
$null
-eq
$env:ATERAAPIKEY
)
{
Write-Warning
"To use PSAtera, you must either set the ATERAAPIKEY environment or call Set-AteraAPIKey"
}