C
Cerkyr
Guest
Hello,
I use the command to list the installed Windows Updates on a Windows 10 Enerprise :
wmic qfe list
(The goal is to build a script to compare the KB installations with a KB list)
And when I open the GUI to see the history of installed Windows updates,; I have more KB than inside the command line.
--
Inside PowerShell, the command :
get-help update
shows around 20 results ...
Update-Help Cmdlet Microsoft.PowerShell.Core Downloads and installs the newest help files o...
Update-FormatData Cmdlet Microsoft.PowerShell.U... Updates the formatting data in the current ses...
Update-List Cmdlet Microsoft.PowerShell.U... Adds items to and removes items from a propert...
Update-TypeData Cmdlet Microsoft.PowerShell.U... Updates the extended type data in the session.
Approve-WsusUpdate Cmdlet UpdateServices ...
Deny-WsusUpdate Cmdlet UpdateServices ...
Get-WsusUpdate Cmdlet UpdateServices ...
Update-Script Function PowerShellGet ...
Update-ModuleManifest Function PowerShellGet ...
Update-Module Function PowerShellGet ...
Update-ScriptFileInfo Function PowerShellGet ...
Update-MpSignature Function Defender ...
Update-DfsrConfigurationFromAD Cmdlet DFSR Update-DfsrConfigurationFromAD...
Update-WIMBootEntry Cmdlet Dism Update-WIMBootEntry...
Update-DnsServerTrustPoint Function DnsServer ...
Update-ClusterNetworkNameResource Cmdlet FailoverClusters Update-ClusterNetworkNameResource...
Update-ClusterFunctionalLevel Cmdlet FailoverClusters Update-ClusterFunctionalLevel...
Update-ClusterIPResource Cmdlet FailoverClusters Update-ClusterIPResource...
Update-ClusterVirtualMachineCo... Cmdlet FailoverClusters Update-ClusterVirtualMachineConfiguration...
Invoke-GPUpdate Cmdlet GroupPolicy Invoke-GPUpdate...
Update-IpamServer Function IpamServer ...
Update-IscsiTarget Function iSCSI ...
Update-IscsiTargetPortal Function iSCSI ...
Update-NetIPsecRule Function NetSecurity ...
Update-NetworkController Cmdlet NetworkController Update-NetworkController...
Update-DscConfiguration Function PSDesiredStateConfigur... ...
Update-DAMgmtServer Function RemoteAccess ...
Update-RDVirtualDesktopCollection Function RemoteDesktop ...
Update-SmbMultichannelConnection Function SmbShare ...
Update-StorageFirmware Function Storage ...
Update-StorageProviderCache Function Storage ...
Update-StoragePool Function Storage ...
Update-Disk Function Storage ...
Update-HostStorageCache Function Storage ...
Update-UevTemplate Cmdlet UEV Update-UevTemplate...
Get-WindowsUpdateLog Function WindowsUpdate ...
Regards
More...
I use the command to list the installed Windows Updates on a Windows 10 Enerprise :
wmic qfe list
(The goal is to build a script to compare the KB installations with a KB list)
And when I open the GUI to see the history of installed Windows updates,; I have more KB than inside the command line.
--
Inside PowerShell, the command :
get-help update
shows around 20 results ...
Update-Help Cmdlet Microsoft.PowerShell.Core Downloads and installs the newest help files o...
Update-FormatData Cmdlet Microsoft.PowerShell.U... Updates the formatting data in the current ses...
Update-List Cmdlet Microsoft.PowerShell.U... Adds items to and removes items from a propert...
Update-TypeData Cmdlet Microsoft.PowerShell.U... Updates the extended type data in the session.
Approve-WsusUpdate Cmdlet UpdateServices ...
Deny-WsusUpdate Cmdlet UpdateServices ...
Get-WsusUpdate Cmdlet UpdateServices ...
Update-Script Function PowerShellGet ...
Update-ModuleManifest Function PowerShellGet ...
Update-Module Function PowerShellGet ...
Update-ScriptFileInfo Function PowerShellGet ...
Update-MpSignature Function Defender ...
Update-DfsrConfigurationFromAD Cmdlet DFSR Update-DfsrConfigurationFromAD...
Update-WIMBootEntry Cmdlet Dism Update-WIMBootEntry...
Update-DnsServerTrustPoint Function DnsServer ...
Update-ClusterNetworkNameResource Cmdlet FailoverClusters Update-ClusterNetworkNameResource...
Update-ClusterFunctionalLevel Cmdlet FailoverClusters Update-ClusterFunctionalLevel...
Update-ClusterIPResource Cmdlet FailoverClusters Update-ClusterIPResource...
Update-ClusterVirtualMachineCo... Cmdlet FailoverClusters Update-ClusterVirtualMachineConfiguration...
Invoke-GPUpdate Cmdlet GroupPolicy Invoke-GPUpdate...
Update-IpamServer Function IpamServer ...
Update-IscsiTarget Function iSCSI ...
Update-IscsiTargetPortal Function iSCSI ...
Update-NetIPsecRule Function NetSecurity ...
Update-NetworkController Cmdlet NetworkController Update-NetworkController...
Update-DscConfiguration Function PSDesiredStateConfigur... ...
Update-DAMgmtServer Function RemoteAccess ...
Update-RDVirtualDesktopCollection Function RemoteDesktop ...
Update-SmbMultichannelConnection Function SmbShare ...
Update-StorageFirmware Function Storage ...
Update-StorageProviderCache Function Storage ...
Update-StoragePool Function Storage ...
Update-Disk Function Storage ...
Update-HostStorageCache Function Storage ...
Update-UevTemplate Cmdlet UEV Update-UevTemplate...
Get-WindowsUpdateLog Function WindowsUpdate ...
Regards
More...