Windows Servers


File Attributes in PowerShell

Fun with file and folder attributes, via PowerShell and the DIR command.

Countdown with Timer Object

Now that we know how to set up a timer object, let's get it to do something awesome. Part 2 in a series on the timer object.

Microsoft's Releases Beta of Script Explorer for PowerShell

A new beta-test search tool for PowerShell users that's designed to find code across local and online repositories was released by Microsoft on Monday.

Microsoft's March Security Update Arrives With One 'Critical' Item

Today's release of Microsoft security update features six bulletins, with one labeled as "critical," four "important" and one "moderate."

6 Fixes Prepped for Microsoft's March Security Update

According to the Microsoft Security Bulletin Advance Notification. Microsoft's monthly security update will feature one bulletin item "critical," four "important" and one moderate.

PowerShell's Presence in Windows Server 8

Microsoft shared some information this week on the relationship between Windows Server 8 and PowerShell.

Perfect Timing with New-Object

Create a timer object with PowerShell New-Object cmdlet to schedule recurring tasks at intervals.

Windows Server 8 Beta Arrives With Multiple Enhancements

Improvements include GUI and PowerShell enhancements, virtual machine memory boosts, security and self-updating cluster option improvements.

ForEach Building Blocks

When we can't leverage the pipeline, we can turn to the ForEach-Object cmdlet to help with some heavy lifting.

Microsoft Beta Tests 'Fix it Center Pro' Service

Microsoft unveiled a beta test version of a new service for IT professionals to scan Windows systems for problems.

Managing Restore Points with PowerShell

Windows System Restore can be managed through several PowerShell cmdlets. We cover some of them here.

Here, Here (The Here String)

Order in the script -- with the here string.

Microsoft February Security Update Includes 4 'Critical' RCE Fixes

Microsoft today released its Security Update for the month of February, featuring four bulletin items classified as "critical" and five "important."

Default Parameter Values: Better with PS 3

Working with variables will improve with the next version of PowerShell. Take this week's example, $PSDefaultParameterValues, a new automatic variable.

Slice and Dice with Hash Tables in PowerShell

The Group-Object cmdlet can offer up lots of information if you extract that info through hash tables. Here's how.

Most   Popular