If we need to do local installation of Office 365 to many computers or we need to do it offline then
Category: Clients
Using PowerShell and IE for a countdown
This fits perfectly for the Random IT Stuff! I reblog it! Pantelis ApostolidisPantelis Apostolidis is a Sr. Specialist, Azure at
A simple batch script to delete Files & Folders older than x days
The below deletes all files from c:temp older than 10 days: FORFILES /p “c:temp” /m *.* /c “cmd /c Del