News

*Prize will be distributed to the first 300 attendees who attend the live event for a minimum of 51% of the total presentation. Only valid business e-mail addresses of current employer will be ...
The traditional network perimeter has dissolved, replaced by a complex web of on-premises, cloud, and remote access points. In this new reality, identity is the critical control plane. Managing and ...
Ready to confront the deepfake dilemma head-on? Secure your spot for this can't-miss webinar and gain critical insights from ...
Microsoft delivered a completely new way of looking at our disks and storage in Windows Server 2012, with the biggest change in how storage is laid out and provisioned. Here's how to create and manage ...
Whether it is monitoring for files and folders being updated in a specific location or you want to set up a sort of Dropbox to dump files in, the options for doing any sort of monitoring against a ...
Have you ever been out somewhere and had a conversation with someone and thought to yourself, "I really need to remember this?" You get home, scramble for a notepad and then jot down everything you ...
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 ...
If you have been using PowerShell for a while, or even just picked it up yesterday, you have no doubt used Where-Object and ForEach-Object at some point in your scripting experience. The beauty of ...
Get an accurate measurement of how long it takes to run a specific or set a timer for your script to run with these two tips. Suppose that you wanted to figure out how long a certain operation took ...
Using built-in cmdlets that come with PowerShell, we can easily read and replace any kind of content inside of a text file. Whether the string to find inside of the text file is just a single word or ...
If you want to group parts of your code for debugging purposes or simple readability, the PowerShell ISE has the answer. Keeping your code organized is sometimes just as important as the code actually ...