Browse by Tags

Tagged Content List
  • Blog Post: PowerTip: Use PowerShell to Find WMI Classes Related to Disks

    Summary : Use Windows PowerShell 3.0 to help find WMI classes related to disks. How can I find WMI classes that will return information about disks on my local computer? Use the Get-CimClass cmdlet in Windows PowerShell 3.0. Use a wildcard character for the class name, and use the QualifierName...
  • Blog Post: PowerTip: Use PowerShell to Keep Up-to-Date with the 2013 Scripting Games

    Summary : Use Windows PowerShell to help you stay up-to-date with the 2013 Scripting Games. How can I use Windows PowerShell to obtain an RSS feed of all 2013 Scripting Games content from the Scripting Guys? Use the Invoke-RestMethod cmdlet in Windows PowerShell 3.0 and specify the uri for the...
  • Blog Post: PowerTip: Use PowerShell to Find WMI Classes with a Specific Property

    Summary : Use Windows PowerShell to find WMI classes that contain a specific property. How can I use Windows PowerShell to help find a WMI class that contains a specific property? Use the Get-CimClass cmdlet in Windows PowerShell 3.0, and use the specific property name or a wildcard pattern to...
  • Blog Post: Weekend Scripter: Two Way-Cool PowerShell Text File Tricks: Tail and Wait

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about two way-cool new Windows PowerShell parameters: Tail and Wait. Microsoft Scripting Guy, Ed Wilson, is here. Some things in Windows PowerShell are just so cool that I get all carried away with them and lose focus on whatever I am supposed to...
  • Blog Post: PowerTip: Turn Off PowerShell Module Autoload

    Summary: Learn how to turn off Windows PowerShell module auto-loading. I want to disable the Windows PowerShell 3.0 module automatic loading of modules. How do I do this? Set the value of the $PSModuleAutoloadingPreference automatic variable to none , as shown here. $PSModuleAutoloadingPreference...
  • Blog Post: PowerTip: Use PowerShell 3.0 Cmdlet to Find PowerTips and Links

    Summary: Use a Windows PowerShell 3.0 cmdlet to find PowerTip articles and the associated links. How can I use a Windows PowerShell 3.0 cmdlet to find PowerTip articles and associated links to those articles? Use the Invoke-WebRequest cmdlet and specify the URI for the Hey, Scripting Guy! Blog...
  • Blog Post: PowerShell Workflows: A Practical Example

    Summary: Honorary Scripting Guy and PowerShell MVP Richard Siddaway concludes his exciting series on Windows PowerShell workflows with a practical example. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have the last article in the most excellent Richard Siddaway workflow 8-part series. ...
  • Blog Post: Weekend Scripter: Playing Around with PowerShell Namespace ApartmentState

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about exploring the Windows PowerShell namespace ApartmentState property. Microsoft Scripting Guy, Ed Wilson, is here. Ah, it is the weekend. It is not that I “live for weekends” or anything like that. It is just that weekends are different...
  • Blog Post: PowerShell Workflows: Design Considerations

    Summary: Windows PowerShell MVP and Honorary Scripting Guy Richard Siddaway talks about design considerations for Windows PowerShell workflows. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have the seventh article in the most excellent Richard Siddaway workflow series. Note The first...
  • Blog Post: Use PowerShell to Reset Hyper-V Resource Metering

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 to reset Hyper-V Resource Metering. Hey, Scripting Guy! Ok, I have this problem here at work. We have upgraded our servers running Windows Server 2008 R2 to Windows Server 2012. We are running Hyper-V, and we need...
  • Blog Post: Use PowerShell to Configure Hyper-V Resource Metering

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 to configure Hyper-V Resource Metering on Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. Well, today is Monday, and the first thing I do on Monday is update the Help on Windows PowerShell 3.0....
  • Blog Post: Weekend Scripter: Use PowerShell to Meter Resources on Hyper-V Windows Server 2012

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 to do Hyper-V Resource Metering on Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. Well, Charlotte looked like someone had taken a huge can of polyurethane and sprayed the entire city—multiple...
  • Blog Post: Use PowerShell to Create Multiple DHCP Scopes on DHCP Servers

    Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use functions from the DHCPServer module to create multiple IPv4 scopes. Microsoft Scripting Guy, Ed Wilson, is here. One thing that is great about Windows PowerShell is that, in general, it always behaves in a similar fashion. This means that...
  • Blog Post: Use PowerShell to Create IPv4 Scopes on Your DHCP Server

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create IPv4 scopes on a Windows Server 2012 DHCP server. Microsoft Scripting Guy, Ed Wilson, is here. As I expected, it is cold, wet, and rainy in Redmond this week. Oh well, the cool thing is getting together with...
  • Blog Post: Weekend Scripter: DHCP Address Conflict Detection

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to configure DHCP address conflict detection. Microsoft Scripting Guy, Ed Wilson, is here. Well, it’s the weekend here in Charlotte, North Carolina. This morning it is foggy, and the air is crisp but not cold....
  • Blog Post: Weekend Scripter: Messing Around with Disks

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows 8 storage module to create partitions and to format disks. Microsoft Scripting Guy, Ed Wilson, is here. Today, I thought I would spend a bit more time playing around with the Windows 8 and Windows Server 2012 cmdlets in the...
  • Blog Post: Use PowerShell to Deploy a New Active Directory Forest

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to deploy a new Active Directory forest. Microsoft Scripting Guy, Ed Wilson, is here. Today, I thought I would provide another excerpt from my new Microsoft Press book: Windows PowerShell 3.0 Step by Step, which is available...
  • Blog Post: Use PowerShell to Map Disk Drives and Partitions

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and the CIM cmdlets to use WMI to map disk drives to partitions. Microsoft Scripting Guy, Ed Wilson, is here. It is definitely a cliché that the more things change, the more they stay the same. This is certainly...
  • Blog Post: Weekend Scripter: Use PowerShell and WMI Associations to Find User Group Membership

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and WMI associations to find user group membership. Microsoft Scripting Guy, Ed Wilson, is here. Today is sort of a mellow day. I just finished reading a mystery story called Some Like it Hawk by Donna Andrews. Donna...
  • Blog Post: Weekend Scripter: Use PowerShell to Find Local Administrators on a Computer

    Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell and WMI CIM associations to find local administrators. Microsoft Scripting Guy, Ed Wilson, is here. Well, we have been really lucky the past couple of days in Charlotte, North Carolina—at least weather wise. Yesterday...
  • Blog Post: PowerTip: Use PowerShell 3.0 to Find an IP Address

    Summary: Using Windows PowerShell 3.0 on Windows 8 or Windows Server 2012 to display the IP address. How can I use Windows PowerShell 3.0 on Windows 8 or Windows Server 2012 to display IP address configurations? Use the Get-NetAdapter cmdlet and filter for net adapters that have a status of up...
  • Blog Post: Use the PowerShell Best Practices Module to Configure Servers

    Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows PowerShell Best Practices module to audit configuration of servers. Microsoft Scripting Guy, Ed Wilson, is here. Well, tonight is the Charlotte Windows PowerShell user group. We are doing a mini version of the Scripting Games...
  • Blog Post: Use PowerShell Default Parameter Values to Simplify Scripts

    Summary: Microsoft PowerShell MVP and guest blogger Dave Moravec talks about using default parameter values to simplify Windows PowerShell scripts. Microsoft Scripting Guy, Ed Wilson, is here. Well, our European Tour is drawing down, but it’s not over yet. Yesterday, we had a great time with...
  • Blog Post: PowerTip: Find All Cmdlets When Searching by a Specific Noun or Verb

    Summary: Use this trick to find all cmdlets when searching by a specific noun or verb. When I just open up Windows PowerShell 3.0, an error arises when I try to search for a cmdlet by a noun or verb. The error is “Object reference not set to an instance of an object.” Is there something...
  • Blog Post: PowerTip: Find Updatable WMI Classes

    Summary: Learn how to use Windows PowerShell 3.0 to easily find WMI classes you can update. How can I find WMI classes that support updating? Use the Get-Cimclass cmdlet and a wild card for the WMI class name. Then, look for the class qualifier of supportsupdate , as shown here. Get-CimClass...
Page 1 of 3 (75 items) 123