Boot image for SCCM

To do this start Deployment Tools Command Line as Administrator. In this instance I was creating a x64 boot.wim and the command to […]

Schedule powershell scripts

1. Get your script ready Surprising as it might sound, your script might actually not be ready to run in […]

Work with mail

send email from powershell   $EmailTo = “receiver_email” $EmailFrom = “sender_email” $Subject = “Test” $Body = “Test Body” $SMTPServer = […]

Direct attached Storage (DAS)

Direct Attached Storage (DAS) is a storage that is in direct contact with an accessing computer. This kind of storage […]