This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn More

Skip to main content
Microsoft
Scripting
Scripting
  • Home
    • App Center
    • Azure DevOps
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • Azure Artifacts
    • Azure Boards
    • Azure Pipelines
    • Azure Repos
    • Azure Test Plans
    • DevOps
    • Diagnostics
    • Setup
    • C++
    • Java
    • JavaScript
    • PowerShell
    • Python
    • Q#
    • Scripting
    • TypeScript
    • Visual Basic
    • Visual C#
    • Visual F#
    • .NET
    • ASP.NET
    • Xamarin
    • Apps for Windows
    • Azure Government
    • Bing Dev Center
    • Command Line
    • DirectX Developer Blog
    • IoT Developer
    • Microsoft Edge Dev
    • Microsoft Azure
    • Office 365 Development
    • Old New Thing
    • PIX on Windows
    • Premier Developer
    • OData
    • Revolutions R
    • SQL Server Data Tools

    Scripting

    Brian Wilhite Archives | Scripting

    Dr Scripto
    PowerTip: Create a nested PowerShell custom object
    The Scripting GuysThe Scripting GuysApril 5, 2016Apr 5, 201604/5/16

    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 accelerator, and specify PSCustomObject as the value to the Property Name (Key):
    [PSCustomObject]@{
    PropertyName = [PSCustomObject]@{ NestedPropertyName = ‘NestedPropertyValue’ }
    }

    Dr Scripto
    PowerTip: Continue a Windows PowerShell Script After Restart
    The Scripting GuysThe Scripting GuysNovember 16, 2014Nov 16, 201411/16/14

    Summary: Learn how to continue a script after a remote system restart by using Windows PowerShell.
     I am configuring MPIO to automatically claim the iSCSI Bus Type, which requires a restart. However, I want to continue           automating afterward,

    Dr Scripto
    PowerTip: Use PowerShell to Query Cluster Shared Volumes' Free Space
    The Scripting GuysThe Scripting GuysNovember 2, 2014Nov 2, 201411/2/14

    Summary: Learn how to use Windows PowerShell to query for free space in Cluster Shared Volumes.
     How can I use Windows PowerShell to find the free space in all my Cluster Shared Volumes for Hyper-V in          

    Dr Scripto
    PowerShell Above and Beyond the Minimum Requirements
    The Scripting GuysThe Scripting GuysDecember 16, 2013Dec 16, 201312/16/13

    Summary: Two Microsoft Windows PowerShell experts get extreme with the standard Hello World script.
    Microsoft Scripting Guy, Ed Wilson, is here. Last month at the Charlotte PowerShell User Group meeting, we played around with some scenarios, and we had each of the attendees work through the tasks to see the various ways they would come up with to solve the scenario.

    Dr Scripto
    Determine Pending Reboot Status—PowerShell Style! Part 2
    The Scripting GuysThe Scripting GuysJune 11, 2013Jun 11, 201306/11/13

    Summary: Guest blogger, Brian Wilhite, talks about using Windows PowerShell to detect a server that is in pending reboot status.
    Microsoft Scripting Guy, Ed Wilson, is here. Today we have the conclusion to Brian Wilhite’s guest blog series about detecting pending reboots via Windows PowerShell.

    Dr Scripto
    Determine Pending Reboot Status—PowerShell Style! Part 1
    The Scripting GuysThe Scripting GuysJune 10, 2013Jun 10, 201306/10/13

    Summary: Guest blogger, Brian Wilhite, talks about using Windows PowerShell to determine pending reboot status.
    Microsoft Scripting Guy, Ed Wilson, is here. Today we have the first of a two-part series about using Windows PowerShell to determine if a reboot is pending.

    Dr Scripto
    Use PowerShell to Change the Mouse Pointer Scheme
    The Scripting GuysThe Scripting GuysJanuary 17, 2013Jan 17, 201301/17/13

    Summary: Guest blogger and Honorary Scripting Guy Brian Wilhite talks about using Windows PowerShell to change a user’s mouse scheme.
    Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blogger—Brian Wilhite is an Honorary Scripting Guy and member of the Charlotte PowerShell Users Group.

    Dr Scripto
    PowerTip: Use PowerShell to Update DNS IP Address
    The Scripting GuysThe Scripting GuysDecember 22, 2012Dec 22, 201212/22/12

    Summary: Use Windows PowerShell 3.0 on either Windows 8 or Windows Server 2012 to update the DNS server IP addresses on a client.
     How can I update my DNS server IP addresses on my Windows 8 client?
     According to Brian Wilhite, Charlotte Windows PowerShell user group member: Luckily,

    Dr Scripto
    PowerTip: The Easy Way to Create a Custom PowerShell Object
    The Scripting GuysThe Scripting GuysDecember 21, 2012Dec 21, 201212/21/12

    Summary: Create a custom Windows PowerShell object with the PSCustomObject type accelerator.
     What’s the easiest way to create a custom object?
     Charlotte Windows PowerShell User group member Brian Wilhite says: One of the easiest ways to create a custom object is to use the PSCustomObject type accelerator. 

    Dr Scripto
    PowerTip: View Static Members of a Type Accelerator
    The Scripting GuysThe Scripting GuysDecember 20, 2012Dec 20, 201212/20/12

    Summary: Learn how to view static members of a type accelerator in Windows PowerShell.
     How can I view the static methods and properties of the [math] type accelerator?
     Charlotte Windows PowerShell user group Brian Wilhite says: To view the methods and properties of the [math] type accelerator,

    • 1
    • of
    • 3
    • 
    Relevant Links

    Scripting Forums

    PowerShell Forums

    PowerShell on TechCommunity

    PowerShell.org – Community owned resources for PowerShell

    Top bloggers
    The Scripting Guys

    The Scripting Guys

    Avatar

    ScriptingGuy1

    mredwilson

    mredwilson

    Avatar

    CraigLieb

    Avatar

    I_am_mr_ed

    Twitter Feed

    Tweets by The Scripting Guys

    Stay informed

    What's new

    • NEW Surface Pro 6
    • NEW Surface Laptop 2
    • NEW Surface Go
    • Xbox One X
    • Xbox One S
    • VR & mixed reality
    • Windows 10 apps
    • Office apps

    Microsoft Store

    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Store locations
    • Buy online, pick up in store

    Education

    • Microsoft in education
    • Office for students
    • Office 365 for schools
    • Deals for students & parents
    • Microsoft Azure in education

    Enterprise

    • Microsoft Azure
    • Microsoft Industry
    • Data platform
    • Find a solution provider
    • Microsoft partner resources
    • Microsoft AppSource
    • Health
    • Financial services

    Developer

    • Microsoft Visual Studio
    • Windows Dev Center
    • Developer Network
    • TechNet
    • Microsoft developer program
    • Channel 9
    • Office Dev Center
    • Microsoft Garage

    Company

    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2019