PowerShell 2.0 RC PowerShellでGAC(グローバル・アセンブリ・キャッシュ)覗き見! ▼Microsoft.PowerShell.ConsoleHost.dllの場所New-PSDrive-Name"chiakiGAC"-PSProvider"FileSystem"-Root"C:\WINDOWS\assembly"Get-... 2009.10.24 PowerShell 2.0 RC
PowerShell 2.0 RC [Tips]Enter-PSSessionコマンドレットでのエラー対処 ドメインに参加していないPCでEnter-PSSesionコマンドレットを使用しようとすると、下記のようなエラーが表示される場合があります。このような場合には、TrustedHostにマシンを登録します。最初にTrustedHostを確認す... 2009.10.15 PowerShell 2.0 RCTips
PowerShell [メモ]CTP3とRC版でのISE Object Modelの相違 CTP3とRC版では、ISEObjectModelに相違があるので注意。CTP3RC$psise.CurrentOpenedRunspace$psise.CurrentPowerShellTab$psise.CurrentOpenedRun... 2009.10.13 PowerShellPowerShell 2.0 RCPowerShell ISEPowerShell V2 CTP3
PowerShell [Tips]Windows VistaにPowerShell V2 RCをインストールするには? WindowsVistaにWindowsPowerShellV2RC(以下PowerShellV2)をインストールする手順について説明します。PowerShellV2は以前のバージョンのPowerShellと共存することはできません。以前の... 2009.10.09 PowerShellPowerShell 2.0 RCPowerShell ISETips
PowerShell [Tips]正規表現でファイル名を変更する デジカメで撮った写真が溜まってきたので、整理しようかと考えました。ついでなので、わかりやすいファイル名を付けようと思います。ということで以下が今回使用したコマンドです。dir"Photo*.jpg"|ren-newName{::Replac... 2009.10.07 PowerShellPowerShell 2.0 RCTips