Patch Installation Status PowerShell Script As part of this PowerShell script, I have created a PowerShell function get-installed patch with error handling. # none found what is the command to retrieve the installed application/packages via command line in windows? I need to get all installed Windows updates with PowerShell. Day 2: Use PowerShell to Perform Basic Administrative Tasks on WSUS. What video game is Charlie playing in Poker Face S01E07? Often times, Ill write caller scripts for the functions so the specific data such as server names For whatever reason, using "find" is giving me an incorrect format error. -Credential <PSCredential> Default value is None Actually We have a WSUS server in which 200 computers are reporting(existing) . parameter for targeting remote computers but more than likely it will be blocked by either a network How do I start PowerShell from Windows Explorer? The parameter -ComputerName takes one or more computer names. If you preorder a special airline meal (e.g. How to redirect Windows cmd stdout and stderr to a single file? also with that information I want to know if a certain KB's is on the list of computers as well. What's the command-line utility in Windows to do a reverse DNS look-up? how can i check for particular hotfix?Getting installed updates and information on a REMOTE computer.Check If Hotfix isn't Installed and Output to File - Spiceworks .Using Powershell to get KB information on remote computers[SOLVED] Silently Install Patches Remotely and Reboot - PowerShellMore . Does Counterspell prevent from any further spells being cast on a given turn? A. PowerShell 2.0 contains the get-hotfix cmdlet, which is an easy way to check if a given hotfix is installed on the local computer or a remote computer. Jordan's line about intimate parties in The Great Gatsby? This parameter does not rely on Windows PowerShell remoting. It's part of the PSDiagnostics module. This cmdlet is only available on Windows platforms. How do I align things in the following tabular environment? Note I am using an older version from July 2017 (1.5.2.6). PowerShell Search Installed Windows Update on Remote Computers Swapnil Infotech 616 subscribers Subscribe 16 744 views 8 months ago PowerShell Scripts In This Video you will learn how to. Can airtags be tracked from an iMac desktop, with no iPhone? In WinUpdatesView, press F9 to open the 'Advanced Options' window. sri sri 1 May 17, 2021, 3:51 AM Hi Team, i searched many templates to run PowerShell script for fetching KB's status, but not working any more. Install . Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Powershell, How to get date of last Windows update install or at least checked for an update? 1 -Quiet){ Tutorial Powershell - List installed updates [ Step by step ] Learn how to use Powershell to list the installed updates on a computer running Windows in 5 minutes or less. To learn more, see our tips on writing great answers. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. the current user. on each machine. Hope the above will be helpful. I appreciate your patience. Some scripts and functions that Ive seen make this process more complicated than it needs to be by Installer (MSI) or the Windows Update site aren't returned by is not contained within the function itself which makes them easier to share with others outside of patches installed Via Quick Fix Engineering, https://raw.githubusercontent.com/jampaniharish/OnlineScripts/master/Get-installedPatch.ps1, SCCM CMPivot Fast Channel Making SCCM Fast, SCCM Run Script Deployment Step by Step Guide, PowerShell Script to Import Multiple CSV Files to Pivot Table SCCM Patch Report. I have found that this script is a bit slow to get these detail,s but I could not find any other better way than this to get these details. How to identify particular KB Installed or Not in a (Remote) windows machine using powershell from wsus server . Get-Hotfix sends the objects down the pipeline to the Sort-Object cmdlet. are filtered by a specified description string. obtain a list of computer names from a text file. Filters the Get-HotFix results for specific hotfix Ids. Is there any updates of the case? $totalfailed = (gc $machines_to_sweep).count But I used the word grep here as in "to grep" to indicate the process in stead of literally meaning the utility "grep". Or from powershell, just adjust it for your needs: PowerShell 2.0 contains the get-hotfix cmdlet, which is an easy way to check if a given hotfix is installed on the local computer or a remote computer. I get the error: get-hotfix : Cannot find the requested hotfix on the 'localhost' computer. The commands in this example verify whether a particular update installed. Bonus Flashback: March 3, 1969: Apollo 9 launched (Read more HERE.) How do I concatenate strings and variables in PowerShell? This should do the job: An example of the basic syntax is get-hotfix -id KB974332 On my machine, that command returns Also, I found a useful link for your reference. You can use the ComputerName parameter of this cmdlet even if your computer is not configured to run remote commands. KB4499180 (for Windows Server 2008 SP2)KB4499175 (for Windows Server 2008 R2 x64 SP1)KB4499175 (for Windows 7 SP1)KB4500705/KB4500331 (for Windows XP SP3)KB4500705/KB4500331 (for Windows Server 2003 SP2). Use a comma ( , ) to search for multiple updates. You can use the built-in Powershell ISE, too, but it is not being developed any further. Powershell Desktop can be run on Windows only while Powershell Core can be run on any supported operating system, including MacOSX and Linux. You can pipe a string containing a computer name to this cmdlet. Get-HotFix, Example Get-HotFix Output For example, we could distribute the wsusscn2.cab file with a regular file share, but that requires a double-hop. Guest Blogger Weekend concludes with Marc Carter. Theres no reason for that since The Win32_QuickFixEngineering WMI class represents Thanks again for your help! Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. if(Test-Connection $dev = 0 Query the local system like this: Get-WindowsVersion Or query remote computers: Get-WindowsVersion -ComputerName PC001 How can I find out which sectors are used by files on NTFS? When the ComputerName parameter isn't specified, Get-Hotfix runs on the local computer. Why do small African island nations perform better than African continental nations, considering democracy and human development? Please remember to vote and to mark the replies as answers if they help. In other words, I chose a Specifies a remote computer. I would like to check if a particular KB is installed on all 200 computers or NOT. I just ran Get-Hotfix on my local computer and it came back with a short list of 11 updates/hotfixes while the longer script came back with a detailed history of 775 events both successful and failures. How to prove that the supernatural or paranormal doesn't exist? Day 4: Use PowerShell to Find Missing Updates on WSUS Client Computers. It is easy to deploy the fix for this vulnerability as it is a direct security-only update from Microsoft from the list of May month patches. Whether on a local machine or running on a remote PowerShell session, to install a Chocolatey package is the same command, choco install. That will give you currently installed updates on a remote computer. This is a basic PowerShell script that can be used to determine if a KB related update is installed. only check for the specific updates that are applicable to that OS. I have read and tested that Get-hotfix is not working after finding any not online computer. Depending on the way in which the software installed, the software can be found in one of three different registry keys: HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall or. The company I work for wants to use Powershell and my script is almost complete just trying to find out why it keep telling me that doesnt find the PC even though it is online and is patched. Connect and share knowledge within a single location that is structured and easy to search. If you see a Windows Server Update Service = True in the results, that means that it is set to receive updates from your WSUS server. This example gets the most recent hotfix installed on a computer. permission to access the remote computers and run commands. For example, run the following command: get-hotfix -id KB4012212,KB4012215,KB4015549 I am new to GitHub I will find out how can I add you as contributor. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide. Are there tables of wastage rates for different fruit and veg? Invoke-Command usually creates a temporary session on the remote server to execute the commands mentioned in the script block.. Start-sleep-seconds 120, the script will pause for 120 seconds and let the installation runs in the background and complete.. Start-service -Name "service name" give the service name to start the service if it is required. This error is about a hotfix. Do roots of these polynomials approach the negative of the Euler-Mascheroni constant? been patched. A place where magic is studied and practiced? From the output of systeminfo you can extract the info for the KBs and set it to see if any of the KBs match and do an if statement to say yes it exists print to screen it is there and just loop through the output to say yes or no for each KB you specify. I'm excited to be here, and hope to be able to contribute. Tried single and double quotes. Powershell must have the Hyper-V module . Has 90% of ice around Antarctica disappeared in less than a decade? Change Permissions on Registry key via Command line. . The following example scans three servers for the hotfixes listed in Microsoft Security Bulletin MS17-010. The script I have written is giving me some odd results and I can not get the script to function. Why is this sentence from The Great Gatsby grammatical? Seems like other places tells me that I do need. $ErrorActionPreference = SilentlyContinue or host firewall since it uses older protocols for communication. Please feel free to keep us in touch if you have any other questions. The best answers are voted up and rise to the top, Not the answer you're looking for? First, in an administrative PowerShell console, download and install the PSSoftware PowerShell module from the PowerShell Gallery by running Install-Module PSSoftware. Browse other questions tagged, Start here for a quick overview of the site, Detailed answers to any questions you might have, Discuss the workings and policies of this site. Get-Hotfix filters the output with the Description parameter and the string Security that Using the following command you can manage Windows Updates remotely and display a detailed list of all updates installed on this Windows system: wmic qfe list Invoke-Command -ComputerName $_ -ScriptBlock { Staging Ground Beta 1 Recap, and Reviewers needed for Beta 2. Win32_QuickFixEngineering. https://code.visualstudio.com/ flag Report Was this post helpful? This piece of code allows me to create the remote COM object on a remote computer that then allows me to perform the audit of patches that are available to install on that computer. More details about Patch Installation Status can be found in the following sections of this post. PowerShell Hello Everyone, Im currently working on a Powershell script that can get information about a remote computer (IP, OS Type, Ping Status, Etc.) To use these functions, you will have to update PowerShell, or manually remove the line | Unblock-File from the PSWindowsUpdate.psm1 file. one-liner, script, or function. The nature of simulating nature: A Q&A with IBM Quantum researcher Dr. Jamie We've added a "Necessary cookies only" option to the cookie consent popup. If the update isn't Thanks for contributing an answer to Stack Overflow! Welcome to the Snap! Why is there a voltage on my HDMI and coaxial cables? Opens a new window. It also confirms that Get-Hotfix does not using all the aliases and positional parameters that I want since Ill simply close out of the Read more about the cons of using QuickFixEngineering in the following post. Code with aliases and positional parameters shouldnt be Is there a solutiuon to add special characters from software and how to do it. This cmdlet is only available on the Windows platform. But I need help altering this to get installed updates on a remote computer. CVE-2019-0708. Do new devs get fired if they can't solve a certain bug? This script will check if the computer is pingable and if pingable connects to the remote computer to get the patch details. This article explains how to check if a specific Windows Update (KBnnnnnn) is installed in your computer or not. # if the directory doesn't exist, then create it if (! #set KB using kb followed by the KB number, #This example determines compliance in KB is installed, but can be altered to meet other purposes, SCCM Compliance Settings Scripts to Alter Service State, PowerShell Script to Automate Running ContentLibraryCleanup.exe Against All DPs in SCCM Site. Get-Hotfix, however, lacks quite a bit of the details I get with the longer script. Invoke-Command -ComputerName server01 -ScriptBlock { c:\software\installer.exe /silent } There are two important details to be aware of right away. Ive seen a lot of functions and scripts this week to accomplish that task, but The script could help to get the specified KB number from client itself. How can I delete virtual networks from command line? Does a barbarian benefit from the fast movement ability while wearing medium armor? Actually We have a WSUS server in which 200 computers are reporting (existing) . Or use reg.exe to export the corresponding install keys. What's the difference between a power rail and a signal line? Wildcards aren't accepted. Jordan's line about intimate parties in The Great Gatsby? Find if a Windows Update KB has been applied Method 1: Check the Windows Update history Method 2: View installed updates in Programs and Features Control Panel Method 3: Use DISM command-line Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. This script will fetch the results like server uptime, list of auto stopped services, list of KB articles installed on the server, etc. How secure is SecureString?. get specific KBs installed on remote servers, How Intuit democratizes AI development across teams through reusability. run "systeminfo" in a CMD window and it will pull back a load of statistics about your system including what patches are installed. I had try next scripts: You should read the complete help including the examples to learn how to use it. specific Windows updates that patch the WannaCry ransomware vulnerability have been installed on all Why are physically impossible and logically impossible concepts considered separate in terms of probability? I write functions as reusable tools that I place into modules which In addition to systeminfo there is also to connect to the Windows Update servers and download the updates if found. If you already have the file on the remote system, we can run it with Invoke-Command. password. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. Win32_QuickFixEngineering class. }. (Test-Path -path "$DirectoryToSaveTo")) #create it if not existing { New-Item "$DirectoryToSaveTo" -type directory | out-null } #Create a new Excel object using COM $Excel = New-Object -ComObject Excel.Application $Excel.visible = $True $Excel = $Excel.Workbooks.Add() $Sheet = $Excel.Worksheets.Item(1) $sheet.Name = 'Patch status - ' #Create a Title for the first worksheet $row = 1 $Column = 1 $Sheet.Cells.Item($row,$column)= 'Patch status' $range = $Sheet.Range("a1","f2") $range.Merge() | Out-Null $range.VerticalAlignment = -4160 #Give it a nice Style so it stands out $range.Style = 'Title' #Increment row for next set of data $row++;$row++ #Save the initial row so it can be used later to create a border #Counter variable for rows $intRow = $row $xlOpenXMLWorkbook=[int]51 #Read thru the contents of the Servers.txt file $Sheet.Cells.Item($intRow,1) ="Name" $Sheet.Cells.Item($intRow,2) ="Connection Status" $Sheet.Cells.Item($intRow,3) ="Patch status" $Sheet.Cells.Item($intRow,4) ="OS" $Sheet.Cells.Item($intRow,5) ="SystemType" $Sheet.Cells.Item($intRow,6) ="Last Boot Time"$Sheet.Cells.Item($intRow,7) ="IP Address" for ($col = 1; $col le 7; $col++) { $Sheet.Cells.Item($intRow,$col).Font.Bold = $True $Sheet.Cells.Item($intRow,$col).Interior.ColorIndex = 48 $Sheet.Cells.Item($intRow,$col).Font.ColorIndex = 34 } $intRow++ Function GetStatusCode { Param([int] $StatusCode) switch($StatusCode) { 0 {"Success"} 11001 {"Buffer Too Small"} 11002 {"Destination Net Unreachable"} 11003 {"Destination Host Unreachable"} 11004 {"Destination Protocol Unreachable"} 11005 {"Destination Port Unreachable"} 11006 {"No Resources"} 11007 {"Bad Option"} 11008 {"Hardware Error"} 11009 {"Packet Too Big"} 11010 {"Request Timed Out"} 11011 {"Bad Request"} 11012 {"Bad Route"} 11013 {"TimeToLive Expired Transit"} 11014 {"TimeToLive Expired Reassembly"} 11015 {"Parameter Problem"} 11016 {"Source Quench"} 11017 {"Option Too Big"} 11018 {"Bad Destination"} 11032 {"Negotiating IPSEC"} 11050 {"General Failure"} default {"Failed"} } } Function GetUpTime { param([string] $LastBootTime) $Uptime = (Get-Date) - [System.Management.ManagementDateTimeconverter]::ToDateTime($LastBootTime) "Days: $($Uptime.Days); Hours: $($Uptime.Hours); Minutes: $($Uptime.Minutes); Seconds: $($Uptime.Seconds)" } foreach ($Computer in $Computers) { TRY { $OS = Get-WmiObject -Class Win32_OperatingSystem -ComputerName $Computer $sheetS = Get-WmiObject -Class Win32_ComputerSystem -ComputerName $Computer $sheetPU = Get-WmiObject -Class Win32_Processor -ComputerName $Computer $drives = Get-WmiObject -ComputerName $Computer Win32_LogicalDisk | Where-Object {$_.DriveType -eq 3} $pingStatus = Get-WmiObject -Query "Select * from win32_PingStatus where Address='$Computer'" $OSRunning = $OS.caption + " " + $OS.OSArchitecture + " SP " + $OS.ServicePackMajorVersion $systemType=$sheetS.SystemType $date = Get-Date $uptime = $OS.ConvertToDateTime($OS.lastbootuptime) $IpV4 =([System.Net.DNS]::GetHostAddresses($computers)|Where-Object {$_.AddressFamily -eq "InterNetwork"} | select-object IPAddressToString)[0].IPAddressToString if ($kb=get-hotfix -id $Patch -ComputerName $computer -ErrorAction 2) { $kbinstall="$patch is installed" } else { $kbinstall="$patch is not installed" } if($pingStatus.StatusCode -eq 0) { $Status = GetStatusCode( $pingStatus.StatusCode ) } else { $Status = GetStatusCode( $pingStatus.StatusCode ) } } CATCH { $pcnotfound = "true" } #### Pump Data to Excel if ($pcnotfound -eq "true") { #$sheet.Cells.Item($intRow, 1) = "PC Not Found" $sheet.Cells.Item($intRow, 1) = $computer $sheet.Cells.Item($intRow, 2) = "PC Not Found" } else { $sheet.Cells.Item($intRow, 1) = $computer $sheet.Cells.Item($intRow, 2) = $status $Sheet.Cells.Item($intRow, 3) = $kbinstall $sheet.Cells.Item($intRow, 4) = $OSRunning $Sheet.Cells.Item($intRow, 5) = $SystemType $sheet.Cells.Item($intRow, 6) = $uptime $Sheet.Cells.item($intRow, 7) = $IpV4 } $intRow = $intRow + 1 $pcnotfound = "false" } $erroractionpreference = SilentlyContinue $Sheet.UsedRange.EntireColumn.AutoFit() ########################################333 ############################################################## $filename = "$DirectoryToSaveTo$filename.xlsx" #if (test-path $filename ) { rm $filename } #delete the file if it already exists $Sheet.UsedRange.EntireColumn.AutoFit() $Excel.SaveAs($filename, $xlOpenXMLWorkbook) #save as an XML Workbook (xslx) $Excel.Saved = $True $Excel.Close() $Excel.DisplayAlerts = $False $Excel.quit()[System.Runtime.Interopservices.Marshal]::ReleaseComObject($Excel)spps -n Excel. I am trying to check updates installed onworkstations to make sure they have installed. If gc is something other than an alias for Get-Content in your session, you may have undesired results too. If the response is helpful, please click "Accept Answer" and upvote it. Kindly guide me with the help of PowerShell script. I placed the Patches variable inside of Invoke-Command to make the script PowerShell 2.0 The recommended tool for writing Powershell is Visual Studio Code. I would welcome any suggestions on this. We cannot guess at you vague "The script I have written is giving me some odd results". Do I need to run it as administrator? for user-based installs. Type the IP address or name of the remote computer. first checking to see what operating system and architecture the target computer is running to then You can use it to check and run an uninstall command or as part of a SCCM Compliance Settings configuration item. Credentials are stored in a PSCredential The Get-HotFix output might vary on different operating systems. You could just as easily query Active Directory for the computer names or use Get-Content to By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. You can use it to check and run an uninstall command or as part of a SCCM Compliance Settings configuration item. Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. Get-WmiObject -Class win32_quickfixengineering | where {$_.hotfixid -eq KB4499175 -or $_.hotfixid -eq KB4499180} I have exported these details to excel file to review the results at later point. PowerShell remoting is also more firewall friendly and It returns more fields but again not all updates, but thank you. i searched many templates to run PowerShell script for fetching KB's status, but not working any more. is an IT service provider. This seems to be getting the info I needed, but for some reason, I am getting the following error: ``` Get-HotFix : The RPC server is unavailable. Server Fault is a question and answer site for system and network administrators. The difference between the phonemes /p/ and /b/ in Japanese. Type the NetBIOS name, an Internet Protocol (IP) address, or a fully This script is currently looking for KB's in By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. We can do the patch reporting with SCCM reports, but we might not get exact details with SCCM reports in some cases. So I put together a PowerShell script that can be used to get the Windows version for a local or remote computer (or group of computers) which includes the Edition, Version and full OS Build values. Sort-Object sorts \_ ()_/ date. After LastPass's breaches, my boss is looking into trying an on-prem password manager. Perhaps because it's configured to roll off after that time but I'm just pointing out that in some cases not finding it in that log may not indicate it's absent from the system. of your servers. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. Get-Hotfix cmdlet with the Id parameter and a specific Id number for each computer name. Bulk update symbol size units from mm to map units in rule-based symbology. What is the correct way to screw wall and ceiling drywalls? As mentioned above, you can choose an easier way to solve your problem without using Powershell. How can I query my system via command line to see if a KB patch is installed? Not the answer you're looking for? \_ ()_/ Thursday, November 7, 2019 8:52 AM 0 Sign in to vote Hi, You have a few options here: How to check Windows Update History using PowerShell https://www.thewindowsclub.com/check-windows-update-history-using-powershell Flashback: March 3, 1971: Magnavox Licenses Home Video Games (Read more HERE.) $machines_to_sweep = C:\Patching\machines2sweep.txt Result should contains update name, KB number, CVE id and severity rating. I don't seem to have the correct power shell module for that one. Specify a remote computer. "Total devices failed: $totalfailed" | Out-File $output -Append What characters are forbidden in Windows and Linux directory names? -Count The queries are written to list the WUA history in a PowerShell by defining a few functions to convert WUA history events of result code to a Name and get the last and latest 50 WUA history. So I ended up fixing the problem and this will give me the info that I am looking for the only thing that I noticed in the error handling is if you dont have access to the computer it will tell you the KB isn't found. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide, $computers contains the list of computers where I am trying to get the info from. More info about Internet Explorer and Microsoft Edge. Hi Team, The Get-Hotfix cmdlet gets all hotfixes installed on the local computer. Follow Up: struct sockaddr storage initialization by network format-string. Luckily, we can do this easily from the PowerShell Gallery. I decided to let MS install the 22H2 build. tip: use cmtrace log viewer to monitor the csv/txt files @sri sri -Credential PSCredential Specify a user account that has permission to perform this action. Get-WmiObject -Class win32_quickfixengineering Asking for help, clarification, or responding to other answers. This particular vulnerability is rated as emergency in many organisations and patching\SCCM teams are busy in deploying the fix for this vulnerability. For me, its a little more difficult to distinguish the difference between whether to use a We did that to confirm whether a user was a member of an AD group or not for specific ones.Run the psexec \\computername systeminfo (alias systeminfo to the path on the remote PC)Store the output as a variableLoop through the output to check for each KB and a yes or no if its there. Clicking Run in the shortcut menu will perform the specified operation that is designated below the server list ( Audit, Install, Test Network Connection, or Reboot ). Specifies a user account that has permission to access the computer and run commands. Is there a way i can do that please help. # at least one found versions using Enable-PSRemoting as long as PowerShell 2.0 or higher is installed. Find centralized, trusted content and collaborate around the technologies you use most. {$_ -notlike "*TInput,TOutput*" -and $_ -notlike ")(.*? Here, I want to install Firefox on my local machine: choco install firefox -y I have a system with me which has dual boot os installed. I am trying below. It has been a crazy week to say the least. is enabled by default on servers running Windows Server 2012 and higher. Webinar: Reduce Complexity & Optimise IT Capabilities. The Get-Hotfix cmdlet is used to check for hotfixes that are installed. It has a ComputerName if(Get-HotFix The nature of simulating nature: A Q&A with IBM Quantum researcher Dr. Jamie We've added a "Necessary cookies only" option to the cookie consent popup. How to get all installed Windows updates names and KB numbers with PowerShell? You can try using the Windows Update API through PowerShell like in the below example. # continuehelp Test-Connection -full. Microsoft patch Tuesday for the month of May 2019 brought us some critical updates one of which highly discussed is CVE-2019-0708 vulnerability. - AdminOfThings Jan 19, 2021 at 18:30 Your daily dose of tech news, in brief. rev2023.3.3.43278. Although multiple computer names This is something I almost always do. How to react to a students panic attack in an oral exam? Asking for help, clarification, or responding to other answers. Wildcards are permitted. $pcnotfound = "true" which in turn once this happens once it will always be true which in turn gives me the PC Not Found message for every computer after that one. The recommended tool for writing Powershell is Visual Studio Code. So after further investigation of my script it looks like when it goes through the function if the computer is active and has the patch then the script works fine with no issues. How to check IPv6 address via command line? computer once it reaches a computer thats unreachable. And here's the help page: @jscott: I know that grep is non-standard on Windows :-) Find or findstr would be more suitable. console when Im done and the code is gone. For more information, see Once you have the module installed, inspect the commands available to you by running Get-Command -Module PSSoftware -Noun Software. spare time. If all of the remote servers were running PowerShell 3.0 or higher, that could have been string of remote computer names. Hi Team, PowerShell script or function. Did you read the help for Get-HotFix? Why are non-Western countries siding with China in the UN? PowerShell Function to Determine the Installed VSS Providers, Retrieve Information about your Favorite Podcast with PowerShell.