-
Summary : Use Windows PowerShell 3.0 in Windows to easily find printer configuration settings. How can I use Windows PowerShell to easily find printer configuration settings on my Windows 8 computer? Use the Get-Printer function to retrieve all printer...
-
Summary : Microsoft SQL Server PFE, Thomas Stringer, talks about using Windows PowerShell to set up an AlwaysOn availability group. Microsoft Scripting Guy, Ed Wilson, is here. Today we kick off SQL Server Windows PowerShell Week. Our first blog of the...
-
Summary : Use Windows PowerShell to find the total CPU time of a process. How can I return a timespan that represents the total CPU time of a process? Use the Get-Process cmdlet and select the TotalProcessorTime property: PS C:\> (gps excel).totalprocessortime...
-
Summary : Microsoft PowerShell MVP, Niklas Goude, talks about using Windows PowerShell to upload a new version of a file to SharePoint. Microsoft Scripting Guy, Ed Wilson, is here. Today Niklas Goude is our guest blogger. You can read more from Niklas...
-
Summary : Easily add two Windows PowerShell arrays together. If I have an array stored in one variable, and another array stored in another variable, how can I add them together? Use the + operator to add to arrays together: PS C:\> $a = 2,3,4 PS C...
-
Summary : Microsoft premier field engineer, Chris Wu, talks about combining Windows PowerShell arrays. Microsoft Scripting Guy, Ed Wilson, is here. Chris Wu, a Microsoft PFE, is back to share his knowledge. See previous Hey, Scripting Guy! Blog guest...
-
Summary : Use Windows PowerShell to change the display to the Desktop. How can I use Windows PowerShell to switch to displaying the Desktop on my computer? Use the ToggleDesktop method from the Shell.Application COM object: (New-Object -ComObject shell...
-
Summary : Microsoft PFE, Chris Wu, talks about using Windows PowerShell to work with the Windows Desktop through the Windows Explorer interface. Microsoft Scripting Guy, Ed Wilson, is here. Today I have the privilege of welcoming back Chris Wu. Chris...
-
Summary : The Scripting Wife reveals her impressions of 2013 Scripting Games Beginner Event 1. Hi everyone, I want to welcome you to the 2013 Scripting Games. This year the events were designed by the Windows PowerShell community, and the games are being...
-
Summary : Dr. Scripto needs to gather all log files older than 90 days and move them to an archive location. Microsoft Scripting Guy, Ed Wilson, is here. This is a day for the history books. Today is the first day of the 2013 Scripting Games as run by...
-
Summary : Dr. Scripto needs to gather all log files older than 90 days and move them to an archive location. Microsoft Scripting Guy, Ed Wilson, is here. This is a day for the history books. Today is the first day of the 2013 Scripting Games as run by...
-
Summary : Use Windows PowerShell to find Hyper-V DVD information in Windows 8 or Windows Server 2012. How can I use Windows PowerShell in Windows 8 or Windows Server 2012 to find Hyper-V virtual machine DVD disk information? Use the Get-VM cmdlet and...
-
Summary : The Scripting Wife learns to use Windows PowerShell to get networking information from all virtual machines running Hyper-V in prep for the 2013 Scripting Games. Microsoft Scripting Guy, Ed Wilson, is here. It is the last day of the Windows...
-
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...
-
Summary : The Scripting Wife learns about querying Active Directory Domain Services with Windows PowerShell in prep for the 2013 Scripting Games. Microsoft Scripting Guy, Ed Wilson, is here. Well yesterday I gave my first presentation (of three) at the...