<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
  <title type="text">合同会社小村ソフト ブログ</title>
  <subtitle type="text">技術系・B2B向けのホームページ制作、SEO対策、問い合わせ導線改善と、Windows受託開発・技術相談を行う合同会社小村ソフトの公式サイトです。</subtitle>
  <id>https://comcomponent.com/feed.xml</id>
  <link rel="alternate" type="text/html" hreflang="ja" href="https://comcomponent.com/blog/"/>
  <link rel="alternate" type="text/html" hreflang="en" href="https://comcomponent.com/en/blog/"/>
  <link rel="self" type="application/atom+xml" href="https://comcomponent.com/feed.xml"/>
  <updated>2026-07-18T00:00:00+00:00</updated>
  <rights>© 2026 合同会社小村ソフト</rights>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <author>
    <name>小村 豪</name>
    <uri>https://comcomponent.com/profile/go-komura/</uri>
  </author>
  
  <entry xml:lang="ja">
    <title type="text">そのバッチファイル、PowerShellに移行すべき？ ── cmd/bat資産の棚卸しと移行判断</title>
    <id>https://comcomponent.com/blog/bat-to-powershell-migration-decision/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/bat-to-powershell-migration-decision/"/>
    <published>2026-07-18T04:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">社内に残るバッチファイル(bat)をPowerShellに移行すべきかを判断表で整理します。cmdとVBScriptの扱いの対比、エラーで止まらないなどbat特有の弱点、混在期の書き方、コマンド書き換え対応表、移行手順を解説します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="バッチファイル"/>
    
    <category term="cmd"/>
    
    <category term="VBScript"/>
    
    <category term="既存資産活用"/>
    
    <category term="運用改善"/>
    
    <category term="スクリプト"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">PowerShellからCOMと.NETを呼ぶ実践 ── スクリプトの届く範囲を一気に広げる</title>
    <id>https://comcomponent.com/blog/powershell-com-dotnet-interop/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/powershell-com-dotnet-interop/"/>
    <published>2026-07-18T04:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShellから.NETクラスを呼ぶ方法、Add-TypeによるC#とWin32 APIの組み込み、COM操作、Excelのプロセス残留と後始末、Officeの無人実行が非サポートである理由、5.1と7の違いまで実務目線で解説します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="COM"/>
    
    <category term=".NET"/>
    
    <category term="自動化"/>
    
    <category term="スクリプト"/>
    
    <category term="既存資産活用"/>
    
    <category term="業務効率化"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Power AutomateとPowerShell+タスクスケジューラの使い分け ── 自動化の道具を混ぜずに適材適所でつなぐ</title>
    <id>https://comcomponent.com/blog/power-automate-powershell-task-scheduler-comparison/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/power-automate-powershell-task-scheduler-comparison/"/>
    <published>2026-07-18T04:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShell+タスクスケジューラの夜間バッチとPower Automateフローが社内に混在し始めた中小企業の情シス向けに、両者の得意分野の違い、どちらで作るかの判断表、SharePoint経由で疎結合につなぐ連携パターン、ライセンスと保守の注意点まで整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="PowerShell"/>
    
    <category term="タスクスケジューラ"/>
    
    <category term="Windows"/>
    
    <category term="SharePoint"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">PowerShellでの資格情報の安全な扱い ── 平文パスワードをスクリプトから追放する</title>
    <id>https://comcomponent.com/blog/powershell-credential-secretmanagement/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/powershell-credential-secretmanagement/"/>
    <published>2026-07-18T03:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShellスクリプトの平文パスワードを安全な保管へ移行する手順を整理します。SecureStringの実像と限界、Export-ClixmlによるDPAPI保存の仕組み、SecretManagement/SecretStoreの使いどころまで解説します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="セキュリティ"/>
    
    <category term="資格情報"/>
    
    <category term="DPAPI"/>
    
    <category term="自動化"/>
    
    <category term="運用改善"/>
    
    <category term="スクリプト"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Power Automateの属人化対策 ── 作った人が辞めてもフローが止まらないために</title>
    <id>https://comcomponent.com/blog/power-automate-ownership-handover-governance/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/power-automate-ownership-handover-governance/"/>
    <published>2026-07-18T03:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">Power Automateのフローが作成者の退職・異動で止まる属人化リスクへの対策を整理。所有者削除時の挙動、共同所有者の設定、孤立フローの引き継ぎ、実行アカウントの設計、フロー台帳による棚卸しまで解説します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="属人化"/>
    
    <category term="引き継ぎ"/>
    
    <category term="運用保守"/>
    
    <category term="ガバナンス"/>
    
    <category term="Microsoft 365"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">保険者番号は8桁で何を語るか ── 法別番号・都道府県番号・検証番号をレセコンの実装から読む</title>
    <id>https://comcomponent.com/blog/insurer-number-structure/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/insurer-number-structure/"/>
    <published>2026-07-18T03:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">保険証の保険者番号は、法別番号2桁・都道府県番号2桁・保険者別番号3桁・検証番号1桁でできています。厚生労働省の設定要領を一次資料に構成を分解し、検証番号の検算やORCA(日レセ)のCOBOL実装まで公開ソースで確認します。</summary>
    
    
    
    <category term="医療IT"/>
    
    <category term="ORCA"/>
    
    <category term="保険者番号"/>
    
    <category term="レセコン"/>
    
    <category term="レセプト"/>
    
    <category term="医療事務"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">PowerShellスクリプトの引数設計とモジュール化 ── 「動くスクリプト」から「人に渡せるスクリプト」へ</title>
    <id>https://comcomponent.com/blog/powershell-param-module-design/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/powershell-param-module-design/"/>
    <published>2026-07-18T03:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShellスクリプトを他人に渡せる品質に引き上げる手順を整理します。paramブロックと[CmdletBinding()]、入力検証、パイプライン入力、-WhatIf対応、.psm1モジュール化、社内共有とGit管理の勘所まで解説します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="スクリプト"/>
    
    <category term="自動化"/>
    
    <category term="運用改善"/>
    
    <category term="業務効率化"/>
    
    <category term="既存資産活用"/>
    
    <category term="コマンドライン"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">FAXで届く注文書をAI Builderで読み取る ── 手入力転記を減らす現実的な設計と限界</title>
    <id>https://comcomponent.com/blog/fax-order-ai-builder-ocr-automation/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/fax-order-ai-builder-ocr-automation/"/>
    <published>2026-07-18T03:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">FAX注文書の手入力転記をAI Builderのドキュメント処理で減らす設計を解説。複合機でのPDF化、カスタムモデルの学習、信頼度スコアで人の確認を挟むフロー、クレジットの費用感、EDIとの線引きまで整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="AI Builder"/>
    
    <category term="FAX受注"/>
    
    <category term="OCR"/>
    
    <category term="SharePoint"/>
    
    <category term="受発注"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">PowerShellでファイルサーバーを棚卸しする ── 容量調査とアクセス権(ACL)監査</title>
    <id>https://comcomponent.com/blog/powershell-file-server-acl-audit/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/powershell-file-server-acl-audit/"/>
    <published>2026-07-18T02:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShellでファイルサーバーを棚卸しする実務手順。容量調査とアクセス拒否の記録、古いファイル一覧と重複候補のハッシュ抽出、Get-Aclによる権限監査と継承切れの検出、CSVレポート化、icaclsとの使い分け、Set-Aclの安全な変更手順まで整理します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="ファイルサーバー"/>
    
    <category term="ACL"/>
    
    <category term="アクセス権"/>
    
    <category term="運用改善"/>
    
    <category term="セキュリティ"/>
    
    <category term="スクリプト"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Power Automateのライセンス ── Microsoft 365でどこまで無料か、プレミアムが要るのはいつか</title>
    <id>https://comcomponent.com/blog/power-automate-license-connector-guide/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/power-automate-license-connector-guide/"/>
    <published>2026-07-18T02:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">Power AutomateはMicrosoft 365の範囲で標準コネクタのクラウドフローを無料で作れますが、HTTP・SQL Server・DataverseなどプレミアムコネクタやRPA・AI Builderには有料ライセンスが必要です。Premium/Processの選び方、90日試用版の注意点まで整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="ライセンス"/>
    
    <category term="プレミアムコネクタ"/>
    
    <category term="Microsoft 365"/>
    
    <category term="クラウドフロー"/>
    
    <category term="RPA"/>
    
    <category term="AI Builder"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">業務システムのコード設計 ── 商品コード・顧客コードの決め方とチェックディジット</title>
    <id>https://comcomponent.com/blog/business-code-design-check-digit/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/business-code-design-check-digit/"/>
    <published>2026-07-18T02:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">商品コード・顧客コードなど業務システムのコード体系を決める実践ガイド。有意コードと無意味連番の判断表、JAN・Luhn等のチェックディジット算式とC#実装、Excelの0落ち対策、桁あふれと移行まで整理します。</summary>
    
    
    
    <category term="コード設計"/>
    
    <category term="チェックディジット"/>
    
    <category term="業務システム"/>
    
    <category term="データベース"/>
    
    <category term="C#"/>
    
    <category term=".NET"/>
    
    <category term="Excel"/>
    
    <category term="判断表"/>
    
    <category term="設計"/>
    
    <category term="Windows開発"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">PowerShell Remoting(WinRM)入門 ── 複数台のWindowsを一括管理する</title>
    <id>https://comcomponent.com/blog/powershell-remoting-winrm-introduction/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/powershell-remoting-winrm-introduction/"/>
    <published>2026-07-18T02:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShell Remoting(WinRM)で複数台のWindowsを一括管理する入門。仕組みとポート5985/5986、Enable-PSRemotingで起きること、ワークグループのTrustedHosts、Invoke-CommandとPSSession、second hop問題、安全運用まで整理します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="WinRM"/>
    
    <category term="リモート管理"/>
    
    <category term="自動化"/>
    
    <category term="運用改善"/>
    
    <category term="セキュリティ"/>
    
    <category term="スクリプト"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Microsoft Formsで社内申請・依頼の受け口を作る ── メールと口頭の依頼をフォームに集約する</title>
    <id>https://comcomponent.com/blog/forms-power-automate-request-intake/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/forms-power-automate-request-intake/"/>
    <published>2026-07-18T02:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">情シス・総務・経理に届くメールや口頭の依頼をMicrosoft Formsに集約する実践ガイド。質問設計と分岐、組織内限定と匿名の違い、Power AutomateによるSharePoint転記・承認連携、Forms単体の限界まで整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="Microsoft Forms"/>
    
    <category term="Forms"/>
    
    <category term="SharePoint"/>
    
    <category term="Teams"/>
    
    <category term="Microsoft 365"/>
    
    <category term="クラウドフロー"/>
    
    <category term="申請フォーム"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">電子処方箋はレセコンの何を変えるのか ── ORCAの電子処方箋対応をソースコードから読む</title>
    <id>https://comcomponent.com/blog/orca-eprescription-integration/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/orca-eprescription-integration/"/>
    <published>2026-07-18T02:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">電子処方箋でレセコンには何が必要になるのか。処方箋ID・引換番号・リフィルを管理するORCA(日レセ)のテーブル設計、電子処方箋CSV連携、発行形態の希望がオンライン資格確認から届く仕組みまで、公開ソースコードの実測で解説します。</summary>
    
    
    
    <category term="医療IT"/>
    
    <category term="ORCA"/>
    
    <category term="電子処方箋"/>
    
    <category term="レセコン"/>
    
    <category term="システム連携"/>
    
    <category term="マイナ保険証"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Windows PowerShell 5.1とPowerShell 7の違い ── 社内スクリプト移行の実務ガイド</title>
    <id>https://comcomponent.com/blog/windows-powershell-5-vs-powershell-7-migration/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/windows-powershell-5-vs-powershell-7-migration/"/>
    <published>2026-07-18T01:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">Windows PowerShell 5.1とPowerShell 7の関係(共存とpwsh.exe)、5.1は新機能追加なしという公式方針、エンコーディング差による文字化け、#Requiresでの防御、タスクスケジューラ更新まで移行手順を整理します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="移行"/>
    
    <category term="自動化"/>
    
    <category term="運用改善"/>
    
    <category term="スクリプト"/>
    
    <category term="既存資産活用"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Excel台帳をSharePointリストへ置き換える ── 共有・履歴・フロー連携で「台帳が壊れる」を卒業する</title>
    <id>https://comcomponent.com/blog/sharepoint-list-excel-ledger-migration/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/sharepoint-list-excel-ledger-migration/"/>
    <published>2026-07-18T01:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">共有フォルダのExcel台帳をSharePointリスト(Microsoft Lists)へ移行する実践ガイド。同時編集・上書き・行ズレの解決、Excelからのインポート手順、列型設計、リストビューしきい値5000の正しい理解、Power Automate連携までを整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="SharePoint"/>
    
    <category term="Microsoft Lists"/>
    
    <category term="Excel"/>
    
    <category term="Microsoft 365"/>
    
    <category term="台帳管理"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">PowerShellでExcel・CSV業務処理を自動化する ── 集計・突合・帳票出力の実務レシピ</title>
    <id>https://comcomponent.com/blog/powershell-excel-csv-automation-recipes/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/powershell-excel-csv-automation-recipes/"/>
    <published>2026-07-18T01:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShellでCSVの集計・突合・Excel帳票出力を自動化する実務レシピ。Import-Csv/Export-Csvの文字コード既定(5.1と7の違い)、Group-Objectの集計、Compare-Objectとハッシュテーブルの突合、ImportExcelとExcel COMの注意点を解説します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="CSV"/>
    
    <category term="Excel"/>
    
    <category term="自動化"/>
    
    <category term="業務効率化"/>
    
    <category term="スクリプト"/>
    
    <category term="既存資産活用"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Power Automateのエラー処理とリトライ設計 ── 「動いていたフローが止まっていた」を防ぐ</title>
    <id>https://comcomponent.com/blog/power-automate-error-handling-retry-design/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/power-automate-error-handling-retry-design/"/>
    <published>2026-07-18T01:00:00+00:00</published>
    <updated>2026-07-20T00:00:00+00:00</updated>
    
    <summary type="text">Power Automateのフローが「気づいたら止まっていた」を防ぐ設計パターン集。リトライポリシーの既定値、スコープによるTry-Catch、失敗通知、再送信と冪等性、同時実行制御まで、Microsoft Learnの仕様に基づき整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="エラー処理"/>
    
    <category term="クラウドフロー"/>
    
    <category term="リトライ"/>
    
    <category term="冪等性"/>
    
    <category term="運用監視"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">査定と返戻はどこで起きるのか ── レセプト点検のロジックをORCAのソースコードと公開資料から分解する</title>
    <id>https://comcomponent.com/blog/receipt-check-assessment-logic/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/receipt-check-assessment-logic/"/>
    <published>2026-07-18T01:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">レセプトの査定・返戻はどこで起きるのか。ORCAのデータチェック業務とチェックマスタ、レセ電データチェック、審査支払機関のコンピュータチェック・突合点検・縦覧点検まで、レセプト点検の多段構造を公開ソースと公開資料で解説します。</summary>
    
    
    
    <category term="医療IT"/>
    
    <category term="ORCA"/>
    
    <category term="レセプト"/>
    
    <category term="レセプト点検"/>
    
    <category term="査定・返戻"/>
    
    <category term="レセコン"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">PowerShellのエラー処理と再実行設計 ── try/catchが効かない罠からexit code・リトライの定石まで</title>
    <id>https://comcomponent.com/blog/powershell-error-handling-retry-design/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/powershell-error-handling-retry-design/"/>
    <published>2026-07-18T00:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShellの終了エラーと非終了エラーの違い、try/catchが効かない罠と-ErrorAction Stopの定石、$LASTEXITCODEによる成否判定、exit code設計、指数バックオフのリトライまでを実務目線で整理します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="エラー処理"/>
    
    <category term="リトライ"/>
    
    <category term="自動化"/>
    
    <category term="運用改善"/>
    
    <category term="スクリプト"/>
    
    <category term="タスクスケジューラ"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Power Automateで定期実行フローを設計する ── 月末処理・営業日判定・リマインドの実務</title>
    <id>https://comcomponent.com/blog/power-automate-scheduled-flow-business-day-design/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/power-automate-scheduled-flow-business-day-design/"/>
    <published>2026-07-18T00:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">Power AutomateのRecurrenceトリガーで定期処理を自動化する実践ガイド。既定タイムゾーンがUTCである罠、日付式、祝日マスタによる営業日判定、督促設計、90日自動オフなど運用の注意まで整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="クラウドフロー"/>
    
    <category term="定期実行"/>
    
    <category term="営業日"/>
    
    <category term="祝日"/>
    
    <category term="SharePoint"/>
    
    <category term="Microsoft 365"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">PowerShellの実行ポリシーとスクリプト署名 ── 「Bypassで蓋をする」運用から卒業する実務ガイド</title>
    <id>https://comcomponent.com/blog/powershell-execution-policy-script-signing/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/powershell-execution-policy-script-signing/"/>
    <published>2026-07-18T00:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">PowerShellの実行ポリシーは「セキュリティ境界ではなく安全装置」です。RemoteSigned等の違い、スコープの優先順位、Mark of the WebとUnblock-File、スクリプト署名、社内配布の現実的な運用までを整理します。</summary>
    
    
    
    <category term="PowerShell"/>
    
    <category term="Windows"/>
    
    <category term="実行ポリシー"/>
    
    <category term="コード署名"/>
    
    <category term="セキュリティ"/>
    
    <category term="スクリプト"/>
    
    <category term="運用改善"/>
    
    <category term="自動化"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Power Automate for desktopで基幹システムへの転記を自動化する ── Excel・紙からの手入力をUI自動化に置き換える</title>
    <id>https://comcomponent.com/blog/power-automate-desktop-legacy-app-data-entry/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/power-automate-desktop-legacy-app-data-entry/"/>
    <published>2026-07-18T00:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">APIのない古い基幹システムへの手入力転記を、Power Automate for desktop(PAD)のUI自動化で置き換える実践ガイド。無料で使える範囲、無人実行のライセンス、セレクターと例外処理による安定化まで整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="RPA"/>
    
    <category term="デスクトップフロー"/>
    
    <category term="UI自動化"/>
    
    <category term="Excel"/>
    
    <category term="基幹システム"/>
    
    <category term="業務自動化"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">メールで届く注文書・請求書PDFをPower Automateで自動処理する ── 保存・振り分け・通知・読み取りの設計</title>
    <id>https://comcomponent.com/blog/power-automate-email-attachment-automation/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/power-automate-email-attachment-automation/"/>
    <published>2026-07-17T12:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">メールで届く注文書・請求書PDFの保存・振り分け・通知をPower Automateで自動化する設計を整理します。Outlookトリガーと共有メールボックスの前提、署名画像の誤検知対策、AI Builderによる読み取りとライセンスの注意点まで実務者視点で解説します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="クラウドフロー"/>
    
    <category term="Outlook"/>
    
    <category term="SharePoint"/>
    
    <category term="AI Builder"/>
    
    <category term="業務自動化"/>
    
    <category term="メール"/>
    
    <category term="Office"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">Power Automateで承認フローを作る ── 紙とメールの稟議・申請を電子化する</title>
    <id>https://comcomponent.com/blog/power-automate-approval-workflow-guide/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/power-automate-approval-workflow-guide/"/>
    <published>2026-07-17T11:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">紙の稟議書やメール添付Excelの申請・承認をPower Automateで電子化する実践ガイド。承認アクションの種類、Forms・SharePoint・Teamsの使い分け、実行履歴の制限を踏まえた記録の残し方、差し戻しまで整理します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="承認フロー"/>
    
    <category term="クラウドフロー"/>
    
    <category term="Microsoft 365"/>
    
    <category term="Teams"/>
    
    <category term="SharePoint"/>
    
    <category term="Forms"/>
    
    <category term="業務自動化"/>
    
    <category term="稟議"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">ExcelマクロVBAをPower Automateへ移行する ── Officeスクリプトで置き換える範囲と、VBAのまま残す範囲</title>
    <id>https://comcomponent.com/blog/excel-vba-to-power-automate-office-scripts/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/excel-vba-to-power-automate-office-scripts/"/>
    <published>2026-07-17T11:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">Excel VBAマクロをPower Automateへ移行できるかを整理します。Officeスクリプトで置き換えられる範囲とVBAにしかできないこと、コネクタの制限値、ライセンス要件、棚卸しから始める段階移行の進め方まで解説します。</summary>
    
    
    
    <category term="Power Automate"/>
    
    <category term="VBA"/>
    
    <category term="Excel"/>
    
    <category term="Office"/>
    
    <category term="Officeスクリプト"/>
    
    <category term="業務自動化"/>
    
    <category term="クラウドフロー"/>
    
    <category term="既存資産活用"/>
    
    <category term="移行"/>
    
    <category term="技術相談"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">情報セキュリティ10大脅威 2026 ── ランキングの眺め方と、中小企業が本当に対策すべきもの</title>
    <id>https://comcomponent.com/blog/ipa-10-major-threats-2026/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/ipa-10-major-threats-2026/"/>
    <published>2026-07-17T08:00:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">IPA「情報セキュリティ10大脅威2026」では、ランサム攻撃が11年連続の1位、サプライチェーン攻撃が2位、初選出の「AIの利用をめぐるサイバーリスク」が3位に入りました。組織編トップ10の内容と、中小企業がどの脅威を自分事として対策すべきかを解説します。</summary>
    
    
    
    <category term="情報セキュリティ"/>
    
    <category term="セキュリティ対策"/>
    
    <category term="10大脅威"/>
    
    <category term="ランサムウェア"/>
    
    <category term="サプライチェーン攻撃"/>
    
    <category term="AI"/>
    
    <category term="中小企業"/>
    
    <category term="IPA"/>
    
    <category term="B2B"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">障害対応は復旧で終わらない ── 小さな開発チームのためのポストモーテム(再発防止)の型</title>
    <id>https://comcomponent.com/blog/postmortem-recurrence-prevention-small-teams/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/postmortem-recurrence-prevention-small-teams/"/>
    <published>2026-07-17T07:50:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">障害を「直して謝って終わり」にすると同じ障害を繰り返します。blameless postmortemを小規模チーム向けに翻訳し、1時間で書けるテンプレート、再発防止策の強度判断表、実施のトリアージまでをまとめます。</summary>
    
    
    
    <category term="不具合調査"/>
    
    <category term="ログ設計"/>
    
    <category term="ポストモーテム"/>
    
    <category term="再発防止"/>
    
    <category term="運用"/>
    
    <category term="保守"/>
    
    <category term="Windows開発"/>
    
    <category term="技術相談"/>
    
    <category term="判断表"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">ADR(Architecture Decision Record)入門 ── 小規模開発で「なぜこの設計にしたか」を残す最小の方法</title>
    <id>https://comcomponent.com/blog/adr-architecture-decision-record-small-teams/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/adr-architecture-decision-record-small-teams/"/>
    <published>2026-07-17T07:40:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">コードは「なぜそうしたか」を語りません。ADR(Architecture Decision Record)で設計判断の理由を1決定=1ファイルのMarkdownとして残す方法を、テンプレート、書く/書かないの判断表、実例つきで解説します。</summary>
    
    
    
    <category term="設計"/>
    
    <category term="設計レビュー"/>
    
    <category term="ドキュメント"/>
    
    <category term="ADR"/>
    
    <category term="技術相談"/>
    
    <category term="保守"/>
    
    <category term="受託開発"/>
    
    <category term="Windows開発"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
  <entry xml:lang="ja">
    <title type="text">DLL・COMインターフェースの後方互換性 ── どの変更が呼び出し側を壊すのかの判断表</title>
    <id>https://comcomponent.com/blog/dll-com-interface-backward-compatibility/</id>
    <link rel="alternate" type="text/html" href="https://comcomponent.com/blog/dll-com-interface-backward-compatibility/"/>
    <published>2026-07-17T07:30:00+00:00</published>
    <updated>2026-07-18T00:00:00+00:00</updated>
    
    <summary type="text">DLLやCOMコンポーネントのどの変更が呼び出し側を壊すのか。バイナリ互換・ソース互換・動作互換の3層を整理し、変更内容別の判断表、COMインターフェース不変の鉄則、semver運用までを実務ガイドとしてまとめます。</summary>
    
    
    
    <category term="COM"/>
    
    <category term="DLL"/>
    
    <category term=".NET"/>
    
    <category term="C#"/>
    
    <category term="C++"/>
    
    <category term="後方互換性"/>
    
    <category term="バージョニング"/>
    
    <category term="レガシー技術"/>
    
    <category term="既存資産活用"/>
    
    <category term="判断表"/>
    
    
    <author>
      <name>小村 豪</name>
    </author>
  </entry>
  
</feed>
