<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hagure_m</author_name>
  <author_url>https://blog.hatena.ne.jp/hagure_m/</author_url>
  <blog_title>うまく動けばいいな！</blog_title>
  <blog_url>https://hagure-m.hateblo.jp/</blog_url>
  <categories>
    <anon>Powershell</anon>
  </categories>
  <description>今回はPowerShellのスクリプト作成時に、自分がよく使うコードをTipsとして紹介します。 １．実行場所（カレントディレクトリ）をスクリプトのフォルダに指定 Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Path); ２．XML読込 $ConfigXmlPath = &quot;D:\hoge\etc\ConfigHoge.xml&quot;; $XMLConfig = [xml](Get-Content $ConfigXmlPath); foreach ($LogConfig in $XMLConfig.config.LogC…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhagure-m.hateblo.jp%2Fentry%2F2019%2F11%2F06%2F153022&quot; title=&quot;【Powershell】（Tips集）PowerShellよく使うコードの紹介 - うまく動けばいいな！&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>2019-11-06 15:30:22</published>
  <title>【Powershell】（Tips集）PowerShellよく使うコードの紹介</title>
  <type>rich</type>
  <url>https://hagure-m.hateblo.jp/entry/2019/11/06/153022</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
