PowerShell Get-Item Cmdlet

PowerShell Get-Item Cmdlet Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Rename-Item cmdlet in PowerShell. https://cloudaffaire.com/powershell-rename-item-cmdlet/ In this blog post, we will discuss Get-Item cmdlet in PowerShell. You can use Get-Item cmdlet to get an item in a specific location. Using Get-Item cmdlet, you can get item details for files, directories, and registry keys. Get-Item does not get the content of the items, it only…

Comments Off on PowerShell Get-Item Cmdlet