Skip to content
Advertisement

Tag: powershell

Azure Powershell Module – Linux (.NET Core) Support

There exists an AzureRM module that is built on .NET Core. However, the AzureRM module doesn’t have all of the required functionality to interact with Azure. Many of the other cmdlets, such as New-AzureAffinityGroup, are present in the Azure module. Here are a list of other cmdlets: https://www.powershellgallery.com/packages/Azure/4.2.1 When can we expect support for this module and the remaining Azure

Powershell for Linux: Workaround for missing “out-gridview”?

In Aug 2016, Microsoft’s Powershell went open-source. However, there is no “out-gridview” option yet. The autocompletion feature shows these Out* options Note that there is no Out-Gridview at this time. Did I overlook a feature, commandlet that can do something similar? Sometimes I’d ike to have my tabular data displayed in a sortable GUI Window (for showing something to windows

Advertisement