<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>neko3cs</author_name>
  <author_url>https://blog.hatena.ne.jp/neko3cs/</author_url>
  <blog_title>ねこさんのぶろぐ</blog_title>
  <blog_url>https://blog.neko3cs.net/</blog_url>
  <categories>
    <anon>PowerShell</anon>
    <anon>PowerShell Core</anon>
    <anon>備忘録</anon>
  </categories>
  <description>作業の確認でファイルの一覧を取得したい場合などありますよね。 ですが、Get-ChildItemコマンドはパスが長すぎる場合、FullNameプロパティの値が途中で切れてしまうといったことが起こります。 その場合以下のコマンドを実行することで対処可能です。 コマンド Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Format-Table -AutoSize -Wrap | Out-File -Path $HOME\Desktop\file_list.txt Format-Table コマンドの A…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.neko3cs.net%2Fentry%2Fpowershell-how-to-run-get-childitem-with-all-fullname&quot; title=&quot;PowerShellのGet-ChildItemでFullNameが途切れちゃう場合の対処法 - ねこさんのぶろぐ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-07-06 16:52:10</published>
  <title>PowerShellのGet-ChildItemでFullNameが途切れちゃう場合の対処法</title>
  <type>rich</type>
  <url>https://blog.neko3cs.net/entry/powershell-how-to-run-get-childitem-with-all-fullname</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
