Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PowerShellコマンドを使用してAzureのVMのポートを取得しようとしています。そのためのコマンドを取得することはできませんので、紺碧のPowerShellコマンドを提案してください。
そのためにGet-AzureEndpointを使用できます。
Get-AzureVM -ServiceName "MyTestVM1" -Name "MyTestVM2" | Get-AzureEndpoint