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
Tag: powershell
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
Remotely login to Linux using New-SshSession in PowerShell (with a private key) fails with “Invalid private key file”
Am trying to log on to Linux servers from Windows PowerShell using a key with the 3 inputs listed below. I’ve been sent the text for a private key from a colleague and need to know how to implement that. Saving it in a .ppk file hasn’t yielded any results. PowerShell spits out the following in response to running the