Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何为oracle云安装PowerShell模块_Oracle_Powershell_Powershell Module_Oracle Cloud Infrastructure - Fatal编程技术网

如何为oracle云安装PowerShell模块

如何为oracle云安装PowerShell模块,oracle,powershell,powershell-module,oracle-cloud-infrastructure,Oracle,Powershell,Powershell Module,Oracle Cloud Infrastructure,需要oracle云命令来执行某些操作。 为此,您需要oracle powershell模块。您可以在此处看到在powershell中安装OCI CLI的详细步骤: @isarecz您的链接显示了如何使用powershell安装oci cli,不幸的是,它不在powershell中 我认为问题更多的是关于“是否存在用于OCI的powershell cmdlet?”,所以您可以使用powershell命令查询OCI API。答案是:目前还没有 此处列出了官方SDK和cli: 然而,powershel

需要oracle云命令来执行某些操作。
为此,您需要oracle powershell模块。

您可以在此处看到在powershell中安装OCI CLI的详细步骤:

@isarecz您的链接显示了如何使用powershell安装oci cli,不幸的是,它不在powershell中

我认为问题更多的是关于“是否存在用于OCI的powershell cmdlet?”,所以您可以使用powershell命令查询OCI API。答案是:目前还没有

此处列出了官方SDK和cli:


然而,powershell cmdlet将是一个伟大的补充

昨天,Oracle Cloud为PowerShell发布了OCI模块。此链接将帮助您开始-

这将允许从PowerShell本机调用OCI cmdlet来访问和管理Oracle云资源