PowerTip: Disconnect sessions to ISCSI target with PowerShell
Summary: Learn how to disconnect sessions to a specified ISCSI target with Windows PowerShell. How can I use Windows PowerShell to disconnect sessions to a ISCSI target object? Use the...
View ArticlePowerTip: Use PowerShell to disconnect virtual disk
Summary: Learn how to use Windows PowerShell to disconnect from a virtual disk. How can I use Windows PowerShell to disconnect from a virtual disk? Use the Disconnect-VirtualDisk cmdlet and specify...
View ArticlePowerTip: Configure a client to listen for content requests by using...
Summary: Learn how to configure a client to listen for content discovery requests even when running on battery with Windows PowerShell. How can I use Windows PowerShell to configure a client to listen...
View ArticlePowerTip: Use PowerShell to configure BranchCache to run in local mode
Summary: Learn how to use Windows PowerShell to configure BranchCache to run in local caching mode. How can I use Windows PowerShell to configure BranchCache to run in local caching mode? Open...
View ArticleFor the love of Pi
Summary: In honor of Pi Day today, we have a guest blog post written by PowerShell MVP, Doug Finke. Photo courtesy of Ed Wilson It’s that time of year again when lovers of math, geometry, Albert...
View ArticleControl management pack updates between MS OMS and Operations Manager
Summary: Learn how to disable automatic management pack updates from MS OMS to Operations Manager and limit updates to a specific time window. Hi all, Brian Wren here. I usually spend my time writing...
View ArticlePowerTip: Find your version of PowerShell
Summary: Learn how to find your Windows PowerShell version easily. How can I use Windows PowerShell to tell me what version of Windows PowerShell I am running? Use the $PsVersionTable automatic...
View ArticleUsing the new PowerShell ISE transcript tool
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the new Windows PowerShell 5.0 ISE Transcript tool. One of my favorite features for Windows PowerShell has always been the transcript...
View ArticleUse PowerShell 5 to empty the recycle bin
Summary: Microsoft Scripting Guy Ed Wilson talks about using Windows PowerShell 5.0 to empty the recycle bin on Windows 10 It seems that now days when I talk to someone about Windows PowerShell 5.0...
View ArticleUse PowerShell 5.0 to create temporary files in the temp folder
Summary: Microsoft Scripting Guy Ed Wilson talks about using Windows PowerShell 5.0 on Windows 10 to create temporary files in the temporary folder. Sometimes it is the little things that make life...
View ArticleNext steps for the official PowerShell documentation
Summary: Learn about changes that we’ve already made for PowerShell content and what’s planned for the near future. Hello scripters! My name is Don Gill, and I am the new documentation manager for...
View ArticlePowerTip: Create a nested PowerShell custom object
Summary: Learn how to create a nested PowerShell custom object. How do I create a nested PowerShell custom object to store layers (nested) of information? Use a hashtable with the PSCustomObject type...
View ArticlePowerTip: Get Azure Virtual Machine Diagnostics by using PowerShell
Summary: Use the Azure Resource Manager cmdlets to retrieve diagnostic data within Azure Resource Manager virtual machines. Our QA department was asking a very specific question that I didn’t know how...
View ArticleRetrieve Azure Resource Manager virtual machine properties by using...
Summary: Identify properties for the operating system of a virtual machine. Can you show me how to identify the properties for the operating system so that I can duplicate a virtual machine? Honorary...
View ArticlePowerTip: List Azure Resource Manager resources assigned to a resource group...
Summary: Use the Azure Resource Manager cmdlets to show resources that are assigned under a resource group. I looked at the console for Azure Resource Manager and can see all the resources for a...
View ArticleRetrieve Azure Resource Manager virtual machine properties by using...
Summary: Find storage groups by using PowerShell. Could you lend me a hand? I’m trying to find properties, like the current storage group that a virtual machine uses, in Azure Resource Manager, and I’m...
View ArticlePowerTip: List all Azure Resource Manager storage accounts by using PowerShell
Summary: Use the Azure Resource Manager cmdlets to identify available storage accounts. I’m working a client site, and they’d like me to document the configuration of their Azure Resource Manager...
View ArticleRetrieve Azure Resource Manager virtual machine properties by using...
Summary: Use PowerShell to retrieve Azure Resource Manager virtual machine properties. There’s one thing I couldn’t figure out that I really need your help on. Just how do you find the virtual network...
View ArticlePowerTip: List all virtual network subnets by using PowerShell
Summary: Use the Azure Resource Manager cmdlets to identify all the available subnets in a particular virtual network. I’m trying to figure out a way to list all the subnet configurations in a virtual...
View ArticleCreate Azure Resource Manager virtual machines by using PowerShell – Part 1
Summary: Use PowerShell cmdlets to start to create a virtual machine in Azure Resource Manager. How do I create virtual machines (VMs) in Azure Resource Manager by using PowerShell? Where do I start?...
View Article