Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Use PowerShell to Get Status of BranchCache

Summary: Use Windows PowerShell 3.0 to get the status of BranchCache on your computer running Windows 8. (image)  How can I use Windows PowerShell to get the status of Branch Cache on my computer running Windows 8? (image)  Use the Get-BCStatus cmdlet, and check the BranchCacheIsEnabled property: (Get-...

Use PowerShell to Initialize Raw Disks and to Partition and Format Volumes

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to initialize raw disks and to partition and format volumes. Microsoft Scripting Guy, Ed Wilson, is here. In yesterday’s post, Use PowerShell to Add VHDs and Configure New Virtual Machines, I was able to create and add new VHDs to previously existing ...