$fs = Nuevo-Objeto - ComObject scripting.filesystemobject
Conseguir-ChildItem E:\--TV--\ - fuerza | Donde-Objeto {$_.psiscontainer} | ForEach-Objeto {
si ($fs.getfolder ($_.fullname) .size - lt 200mb) {$_.attributes = “directorio, ocultado”}
{$_.attributes = “directorio”}
}
|