DavidOverton.com
This site is my way to share my views and general business and IT information with you about Microsoft, IT solutions for ISVs, technologists and businesses, large and small.  

Browse by Tags

  • Microsoft Windows Intune V2: Quickstart Administration book released

    Well, nearly 12 months after I started the project my book is now available to buy.  This book is relevant to the latest shipping version of Windows Intune 2.0. Chapters Overview of Cloud Computing Introduction to PC management concepts Overview of Windows Intune features Signing up for Windows Intune and installing the client software Configuring Windows Intune Configuring Management Policy Software Deployment Tracking and reporting Monitoring and responding to Windows Intune alerts Resolve problems using Microsoft DaRT Deploying Windows 7 Enterprise Edition Integration with existing Microsoft Products Purchasing the book Book and / or e-Book from publisher – Packt Publishing Book from Amazon –    Chapters in detail Chapter 1, Overview of Cloud Computing explores the new cloud computing and cloud-based services world that we are moving rapidly towards and includes Windows Intune. Before we can embark on this journey it is important that we understand the benefits and pitfalls that cloud services...
  • How to wake a computer to perform a antimalware scan, particularly useful for Windows Intune

    While having the book reviewed one feature that was asked for, but is not possible with Windows Intune, was the ability to make Windows Intune wake a computer at night and carry out an anti-virus scan. This blog post is referred to in the book when setting the Anti-Malware policy. To solve this, there are two issues to tackle: Wake up the computer Start a scan The answer appears to be that to wake the computer we need to use a task in Task Scheduler and then we need to start a scan. One very important thought here is that we need to ensure the power settings on the computer will put it back to sleep though! The command line required is “ %ProgramFiles%\Microsoft Security Client\Antimalware>MpCmdRun.exe -scan -scantype 0 ” While working on this, I also wanted something that could be deployed by Windows Intune. In the end I have written a small piece of software that can create a task that wakes the computer and will start a scan. If you do not want a scan to start, change the program to execute to...

(c)David Overton 2006-23