powershell 用于在Windows上运行东西的PowerShell脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 用于在Windows上运行东西的PowerShell脚本相关的知识,希望对你有一定的参考价值。

# From <http://blogs.msdn.com/b/powershell/archive/2007/06/19/get-scriptdirectory.aspx>
function Get-ScriptDirectory {
	$Invocation = (Get-Variable MyInvocation -Scope 1).Value
	Split-Path $Invocation.MyCommand.Path
}

$dir = Get-ScriptDirectory
$cmd = $dir + '\bin\mysqld.exe'
& $cmd
# Put the script in your MongoDB root directory to run it anywhere.

# From <http://blogs.msdn.com/b/powershell/archive/2007/06/19/get-scriptdirectory.aspx>
function Get-ScriptDirectory {
	$Invocation = (Get-Variable MyInvocation -Scope 1).Value
	Split-Path $Invocation.MyCommand.Path
}

$dir = Get-ScriptDirectory
$cmd = $dir + '\bin\mongod.exe'
$data = $dir + '\data'
& $cmd --dbpath $data
# From <http://blogs.msdn.com/b/powershell/archive/2007/06/19/get-scriptdirectory.aspx>
function Get-ScriptDirectory {
	$Invocation = (Get-Variable MyInvocation -Scope 1).Value
	Split-Path $Invocation.MyCommand.Path
}

$dir = Get-ScriptDirectory
$cmd = $dir + '\bin\mysqladmin.exe'
& $cmd -u root shutdown

以上是关于powershell 用于在Windows上运行东西的PowerShell脚本的主要内容,如果未能解决你的问题,请参考以下文章

用于 Exchange 2007 的 Powershell 管理单元

在 Windows IoT 核心设备上运行 powershell 脚本“.ps1”

PowerShell错误“在此系统上禁用了脚本的执行。”

如何在远程服务器上运行PowerShell命令

颤振医生不适用于命令提示符或 PowerShell 窗口?

Windows 2012 R2 中的 Powershell 5.1