esim-manager

System Requirements

Minimum Requirements

Operating System

Hardware

Software

Hardware

Software

Network Requirements

WLAN Connectivity

Bluetooth Connectivity

Enterprise Requirements

For enterprise deployments:

Compatibility

Supported Devices

Not Supported

Performance Considerations

Verification

To verify your system meets the requirements:

  1. Check Windows version:
    winver
    
  2. Check .NET version:
    dotnet --version
    
  3. Check PowerShell version:
    $PSVersionTable.PSVersion
    
  4. Check WLAN adapter:
    netsh wlan show interfaces
    
  5. Check Bluetooth:
    Get-PnpDevice | Where-Object {$_.Class -eq "Bluetooth"}