Blog João Neto
  • Home
Tagged

PowerShell

A collection of 1 post

For developers: Helpful PowerShell scripts
Hacks

For developers: Helpful PowerShell scripts

Here I want to share some Powershell scripts that I use constantly and has proven to be useful (for me) specially if you have more than one instance of Sitecore in your machine. Clean Sitecore logs from your machine Push-Location "C:\inetpub\wwwroot" Get-ChildItem .\ -Include logs -Recurse | foreach ($_) { Remove-Item $_.fullname

  • João A. Neto
João A. Neto Jul 24, 2020 • 1 min read
Blog João Neto © 2023
Powered by Ghost