PowerShell Remove-Item Cmdlet

PowerShell Remove-Item Cmdlet Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed New-Item cmdlet in PowerShell. https://cloudaffaire.com/powershell-new-item-cmdlet/ In this blog post, we will discuss Remove-Item cmdlet in PowerShell. You can use Remove-Item cmdlet to delete files and directories in PowerShell. Remove-Item cmdlet can also be used to delete symbolic links, hard links, registry keys etc by assigning appropriate value to “ItemType” argument. Remove-Item Cmdlet Syntax: [crayon-650d2076a70d9979232147/]…

Comments Off on PowerShell Remove-Item Cmdlet