Update Get-WingetOutdatedApps.ps1
parent
1f4e98ac30
commit
8f74550dac
|
@ -1,6 +1,6 @@
|
|||
#Function to get the outdated app list, in formatted array
|
||||
|
||||
function Get-WingetOutdatedApp {
|
||||
function Get-WingetOutdatedApps {
|
||||
class Software {
|
||||
[string]$Name
|
||||
[string]$Id
|
||||
|
|
Loading…
Reference in New Issue