# Welcome to the Azure Kubernetes Service enabled by Azure Arc (AKS Arc) repo This is where the AKS Arc team will track features and issues with AKS Arc. We will monitor this repo in order to engage with our community and discuss questions, customer scenarios, or feature requests. Checkout our projects tab to see the roadmap for AKS Arc!
Describe the bug
When attempting to use the AKSHCI PowerShell module in PowerShell Core on Windows or MacOS the module fails to load.
To Reproduce
Steps to reproduce the behavior:
Open PowerShell Core on Windows or MacOS
Import-Module AKSHCI
Import-Module akshci
Import-Module: The term 'New-EventLog' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Expected behavior
Module will import successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: Windows PowerShell 7.1.3 or MacOS PowerShell 7.1.3
AKS-HCI Version (i.e. Public Preview March 2021)
Additional context
Issue occurs as well if you connect to server using PS 7.1.3 remotely using enter-psssesion to remote PS Core based server.
Module works as expected using PS 5.1
Describe the bug When attempting to use the AKSHCI PowerShell module in PowerShell Core on Windows or MacOS the module fails to load.
To Reproduce Steps to reproduce the behavior:
Import-Module akshci Import-Module: The term 'New-EventLog' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Expected behavior Module will import successfully.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Issue occurs as well if you connect to server using PS 7.1.3 remotely using enter-psssesion to remote PS Core based server. Module works as expected using PS 5.1