Skip to main content AI All .NET posts .NET MAUI ASP.NET Core Blazor Entity Framework C++ C# F# TypeScript NuGet Servicing .NET Blog in Chinese Microsoft for Developers Agent Framework Develop from the cloud Xcode ISE Developer TypeScript PowerShell Python Java Java Blog in Chinese Go Microsoft Edge Dev Microsoft 365 Developer Microsoft Entra Identity Developer Microsoft Entra PowerShell Visual Studio Visual Studio Code Aspire All things Azure Azure SDK Azure VM Runtime Team Microsoft Azure Azure Cosmos DB Azure DocumentDB Azure Data Studio Azure SQL DevOps DirectX Microsoft Foundry Power Platform OData Unified Data Model (IDEAs) Windows Command Line #ifdef Windows Inside MSIX MIDI and music React Native The Old New Thing Windows Developer

Showing archive results for December 2012

Dec 31, 2012
Post comments count0
Post likes count0

PowerTip: Pause a PowerShell Script

ScriptingGuy1

Summary: Learn how to pause a Windows PowerShell script.  How can I pause a Windows PowerShell script?  In Windows PowerShell 3.0 use the pause function, as shown here. 23:10 C:\> pause Press Enter to continue...: 23:11 C:\>

Scripting Guy!Windows PowerShellPowerTip
Dec 31, 2012
Post comments count0
Post likes count0

Using Windows PowerShell Jobs

ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, shows an excerpt from his new step-by-step book about using Windows PowerShell jobs. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to share a portion of my new Microsoft Press Windows PowerShell 3.0 Step by Step book. This book is available now for preorder. Using Windows PowerShell Jobs You ...

Scripting Guy!Windows PowerShellscripting techniques
Dec 30, 2012
Post comments count1
Post likes count0

PowerTip: Change the PowerShell Console Title

ScriptingGuy1

Summary: Learn how to change the Windows PowerShell console title.  How can I change the title of the Windows PowerShell console?  One way to do this is to use the WindowTitle property from $host.ui.rawui, as shown here. $host.ui.RawUI.WindowTitle = "Changed Title"

Scripting Guy!Windows PowerShellPowerTip
Dec 30, 2012
Post comments count0
Post likes count0

Understanding PowerShell Remote Management

ScriptingGuy1

Summary: Understanding Windows PowerShell remote management. Weekend Scripter: Enabling Windows remote management Microsoft Scripting Guy, Ed Wilson, is here. Today I thought I would share a portion of my new Windows PowerShell 3.0 Step by Step book published by Microsoft Press. This book is available for pre-order now. WinRM – Windows Remote...

Scripting Guy!Windows PowerShellscripting techniques
Dec 29, 2012
Post comments count0
Post likes count0

PowerTip: Find Which PowerShell Cmdlets Have Most Aliases

Doctor Scripto

Summary: Find out which Windows PowerShell cmdlets have the most defined aliases.  How can I determine which Windows PowerShell cmdlets have the most aliases?  Use the Get-Alias cmdlet and group by the definition. Sort the count in a descending manner, and select the top 10 items. The following command accomplishes this tas...

Scripting Guy!Windows PowerShellPowerTip
Your Privacy Choices Your Privacy Choices
Consumer Health Privacy Sitemap Contact Microsoft Privacy Manage cookies Terms of use Trademarks Safety & eco Recycling About our ads
Morty Proxy This is a proxified and sanitized view of the page, visit original site.