Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
bConnect
19.2.0.5
Types/bConnectVariableScope.ps1
# enum for Variable scopes
Add-Type
-TypeDefinition
@"
public enum bConnectVariableScope
{
Device,
MobileDevice,
OrgUnit,
Job,
Software,
HardwareProfile
}
"@