<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hanaaaaaachiru</author_name>
  <author_url>https://blog.hatena.ne.jp/hanaaaaaachiru/</author_url>
  <blog_title>はなちるのマイノート</blog_title>
  <blog_url>https://www.hanachiru-blog.com/</blog_url>
  <categories>
    <anon>PowerShell</anon>
  </categories>
  <description>はじめに PowerShellのモジュール開発をしていた際にImport-Moduleを実行してもキャッシュが読み込まれてしまう現象にあいました。 # before.ps1 Import-Module &quot;${PSScriptRoot}/../UnityPackageMaker&quot; # モジュールを修正しても前回のモジュールが読み取られてしまう Hoge-Fuga その対処法をメモしておこうと思います。 はじめに 対処法 参考 対処法 単純にキャッシュを削除すればよいです。 # after1.ps1 Remove-Module UnityPackageMaker -ErrorAction Sile…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.hanachiru-blog.com%2Fentry%2F2025%2F05%2F01%2F120000&quot; title=&quot;【PowerShell】Import-Moduleコマンドで古いモジュールが読み込まれるときの対処法 - はなちるのマイノート&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>https://cdn.user.blog.st-hatena.com/default_entry_og_image/152984076/1645753484961719</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-05-01 12:00:00</published>
  <title>【PowerShell】Import-Moduleコマンドで古いモジュールが読み込まれるときの対処法</title>
  <type>rich</type>
  <url>https://www.hanachiru-blog.com/entry/2025/05/01/120000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
