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