WindowsDeviceLink.psd1
|
@{ RootModule = 'WindowsDeviceLink.psm1' ModuleVersion = '0.10.0' GUID = '776a2252-d4f4-495d-9445-ac3195ebbf46' Author = 'Rory Vossepoel' CompanyName = 'Community' Copyright = '(c) 2026 Rory Vossepoel. MIT License.' Description = 'Generate TPM-backed DeviceLink identity information, inspect and reset local DeviceLink firmware state, identify the expected source tenant from local DeviceLink registry/JWT metadata, export the official Windows-generated .devicelink.csv, query/pre-associate/remove Microsoft Intune Device Association records for Windows Autopilot Device Preparation, test native DeviceLink discovery, complete device-side association with guarded post-state verification, support safe offboarding and multitenant reconcile workflows, and provide combined diagnostics, runtime validation, health assessment, non-destructive repair planning, readiness preflight, safe Association JWT validation, safe idempotent initialization, and an optional Windows operator GUI for inspection, onboarding, offboarding, tenant selection and activity logging. Local DeviceLink identity, local tenant correlation, firmware state, native association completion, and tenant-side Device Association are exposed as explicit separate operations.' PowerShellVersion = '5.1' CompatiblePSEditions = @('Desktop') FunctionsToExport = @( 'Complete-WindowsDeviceLinkAssociation' 'Connect-WindowsDeviceLink' 'Export-WindowsDeviceLinkCsv' 'Get-WindowsDeviceLink' 'Get-WindowsDeviceLinkAssociation' 'Get-WindowsDeviceLinkBackendTenant' 'Get-WindowsDeviceLinkFirmwareState' 'Get-WindowsDeviceLinkLocalAssociation' 'Get-WindowsDeviceLinkRepairPlan' 'Get-WindowsDeviceLinkStatus' 'Get-WindowsDeviceLinkTenantCatalog' 'Initialize-WindowsDeviceLink' 'Register-WindowsDeviceLink' 'Remove-WindowsDeviceLinkAssociation' 'Reset-WindowsDeviceLinkFirmwareState' 'Set-WindowsDeviceLinkTenant' 'Show-WindowsDeviceLink' 'Test-WindowsDeviceLinkAssociationJwt' 'Test-WindowsDeviceLinkDiscovery' 'Test-WindowsDeviceLinkHealth' 'Test-WindowsDeviceLinkPreflight' 'Test-WindowsDeviceLinkRuntime' 'Test-WindowsDeviceLinkSupport' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Windows', 'WinPE', 'Intune', 'Autopilot', 'DevicePreparation', 'DeviceLink', 'DeviceAssociation', 'Firmware', 'UEFI', 'Webhook', 'TPM', 'JWT') LicenseUri = 'https://github.com/roryvossepoel/WindowsDeviceLink-Public/blob/main/LICENSE' ProjectUri = 'https://github.com/roryvossepoel/WindowsDeviceLink-Public' Prerelease = 'preview1' } } } |