<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mataro777</author_name>
  <author_url>https://blog.hatena.ne.jp/mataro777/</author_url>
  <blog_title>だめでもいいからやってみる</blog_title>
  <blog_url>https://mataro777.hateblo.jp/</blog_url>
  <categories>
    <anon>PowerShell</anon>
  </categories>
  <description>RemotePC上で任意のコマンドを実行する 以下のPowerShellスクリプトをファイルとして保存する。 ここでは「RemoteCommand.ps1」とする。 Param( $computer, $username, $passwd, $command ) $password = ConvertTo-SecureString $passwd -asplaintext -force $cred = New-Object System.Management.Automation.PsCredential $username,$password invoke-command -Computer…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmataro777.hateblo.jp%2Fentry%2F2014%2F02%2F18%2F225536&quot; title=&quot;Windows+PowerShellでリモートPC上で、任意のコマンドを実行する。 - だめでもいいからやってみる&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>2014-02-18 22:55:36</published>
  <title>Windows+PowerShellでリモートPC上で、任意のコマンドを実行する。</title>
  <type>rich</type>
  <url>https://mataro777.hateblo.jp/entry/2014/02/18/225536</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
