Mantis Development

Results 7 comments of Mantis Development

I seem to be hitting the TPM issue, however: ``` (Invoke-WebRequest -Uri https://go.microsoft.com/fwlink/?LinkId=841361 -OutFile handle.cab) Expand handle.cab -F:products.xml products.xml [XML]$xmlfile = Get-Content products.xml $xmlfile.MCT.Catalogs.Catalog.PublishedMedia.Files | select -ExpandProperty childnodes | where...

I've got this working in PS5, not PS7 on the same pc: Powershell 5 ``` find-packageprovider -name "NuGet" -verbose VERBOSE: Acquiring providers for assembly: C:\Users\paul\OneDrive\Documents\WindowsPowerShell\Modules\PackageManagement\1.4.8.1\fullclr\Microsoft.PackageManagemen t.MsuProvider.dll VERBOSE: Acquiring providers for...

PS5: ``` gmo "PowerShellGet", "PackageManagement" -ListAvailable Directory: C:\Users\paul\OneDrive\Documents\WindowsPowerShell\Modules ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Script 1.4.8.1 PackageManagement {Find-Package, Get-Package, Get-PackageProvider, Get-Packa... Script 2.2.5 PowerShellGet {Find-Command, Find-DSCResource, Find-Module, Find-RoleCap......

Updated to latest PS7 and same result: ``` PS C:\Users\paul> $PSVersionTable Name Value ---- ----- PSVersion 7.4.1 PSEdition Core GitCommitId 7.4.1 OS Microsoft Windows 10.0.22631 Platform Win32NT PSCompatibleVersions {1.0, 2.0,...

@SydneyhSmith - I couldn't work out how to do my own build of the packagemanagement module and connect a debugger - I was wondering if I'm seeing an exception -...

I never got a response back from @SydneyhSmith who i'd tried to ping - laptop i was hitting this on, ended up needing to be reset so not sure I...

Well also, if there are updates available in the pending restart state, it seems you get no warning: ![image](https://user-images.githubusercontent.com/16276382/236038371-357e0af3-c2f9-4b38-a441-553019af8cc8.png) unless you specify WarnOnReboot: ![image](https://user-images.githubusercontent.com/16276382/236038817-36207b45-cf3e-4532-ad22-a058f363bc16.png) ![image](https://user-images.githubusercontent.com/16276382/236037544-3e6a2f50-c7c7-44d0-9284-16b46ef57ed2.png) Now, I'd probably be inclined...