Skip to content
Wisdom And Wonder

Wisdom And Wonder

Equanimity Λ Computing

  • About
  • Archive
  • Privacy Policy
  • RSS

Tag: Powershell

The Case for PowerShell

The Case for PowerShell.
Brief, terse, compact, too many jokes. Excellent details. Not training, rather informational. Must have scripting/automation experience to appreciate the implications of what is covered. Without that experience, the presentation could be viewed as too light-weight.

Author grantPosted on 2015-02-02Categories ArticleTags .NET, DevOps, PluralSight, Powershell, Programming, Programming LanguageLeave a comment on The Case for PowerShell

A Friendlier Powershell Prompt

function prompt {
$user = [Environment]::UserName;
$computer = gc env:computername;
$dir = [Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath;
$user + "@" + $computer + ":" + $dir + ">"
}

This post helped with the last part.

Author grantPosted on 2011-06-10Categories ArticleTags Powershell, Utility, WindowsLeave a comment on A Friendlier Powershell Prompt
  • About
  • Archive
  • Privacy Policy
  • RSS
Wisdom And Wonder Privacy Policy Proudly powered by WordPress