PowerShell Clear-Content Cmdlet

PowerShell Clear-Content Cmdlet Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Set-Content cmdlet in PowerShell. https://cloudaffaire.com/powershell-set-content-cmdlet/ In this blog post, we will discuss Clear-Content cmdlet in PowerShell. You can use Clear-Content cmdlet to delete the contents of a file. Clear-Content cmdlet removes the existing contents of the file, but the file itself is not deleted. To delete the file along with its content use, Remove-Item…

Comments Off on PowerShell Clear-Content Cmdlet