名前 Add-Content 概要 Adds content to the specified items, such as adding words to a file. 構文 Add-Content [-Path] [-Value] [-Credential []] [-Encoding {Unknown | String | Unicode | Byte | BigEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii | Default | Oem | BigEndianUTF32}] [-Exclude []] [-Filter []] [-Force] [-Include []] [-InformationAction {SilentlyContinue | Stop | Co ntinue | Inquire | Ignore | Suspend}] [-InformationVariable []] [-PassThru] [-Stream []] [-Confirm] [-WhatIf] [-UseTransaction []] [] Add-Content [-Value] [-Credential []] [-Encoding {Unknown | String | Unicode | Byte | Bi gEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii | Default | Oem | BigEndianUTF32}] [-Exclude []] [-Filter []] [-Force] [-Include []] [-InformationAction {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend}] [-InformationVariable []] [-PassThru] [-Stream []] -LiteralPath [-Confirm] [-WhatIf] [-UseTransaction []] [] 説明 The Add-Content cmdlet appends content to a specified item or file. You can specify the content by typing the con tent in the command or by specifying an object that contains the content. 関連するリンク Online Version: http://go.microsoft.com/fwlink/p/?linkid=289796 Clear-Content Get-Content Get-Item Set-Content about_Providers 注釈 例を参照するには、次のように入力してください: "get-help Add-Content -examples". 詳細を参照するには、次のように入力してください: "get-help Add-Content -detailed". 技術情報を参照するには、次のように入力してください: "get-help Add-Content -full". オンライン ヘルプを参照するには、次のように入力してください: "get-help Add-Content -online"