Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ADMF
1.0.0
internal/scripts/variables.ps1
# The list of currently applied context sets
$script:loadedContexts
=
@(
)
# The list of contexts per domain/server
$script:assignedContexts
=
@{
}