PowerShell 【PowerShell】大文字・小文字を変換する
1. 大文字に変換する書式変数.ToUpper()「Windows Server 実践ガイド」という文字列を大文字に変換してみます。#変数に文字列を格納PS> $a = "Windows Server 実践ガイド"PS> #文字列を大文字に...
PowerShell
PowerShell
PowerShell
PowerShell