In this live Tech Talk, endpoint management expert Michael Escamilla will explore what happens when the vulnerability landscape begins moving faster than the processes designed to secure it — and why ...
Microsoft’s enterprise licensing landscape is undergoing a fundamental shift. As the company moves away from EA-centric purchasing and toward cloud subscriptions, consumption-based services, and ...
In this live Tech Talk, we’ll explore why the identity of contingent workers has become an increasingly important security and operational challenge, and why organizations can no longer afford to ...
Have you recently moved into the cloud? Or had your cyber insurance provider change your security requirements to keep your coverage? Ensuring that your cloud security and data protection are in line ...
Ever wonder how long a piece of PowerShell code takes to execute? Maybe you've got a script that occasionally gets hung up on some process, and you'd like a way to terminate the script if it takes too ...
I wrote about the BitLocker feature in Microsoft Windows Vista almost two years ago, when Vista had just been released. With Vista Service Pack 1 (SP1), Microsoft implemented a few enhancements to the ...
Using Windows Management Instrumentation makes it easy to pull information about the drives on your system or remote systems. Here's how. Managing drives is a very common thing that a system ...
Hackers can use tools like BloodHound to visualize the shortest path to owning your domain. But that doesn't mean you can't use it to find and protect your organization's weak spots. Here's how.
In which Adam demonstrates the truth in the old PowerShell adage: "The more you can limit the number of objects returned to the pipeline, the faster you code will run." Lots of commands will return ...
Virtual Server 2005 R2 is an enterprise level application designed by Microsoft to support the simultaneous running of multiple virtual machines on a high performance, scalable, secure and reliable ...
Unfortunately, IT professionals have to deal with sensitive information all the time. That information could be in the form of passwords, proprietary company information or anything that you'd rather ...
One of the big advantages of using PowerShell as a scripting language is its use of objects. Since everything is an object in PowerShell, we can take advantage of structured data by calling properties ...