azsdk/azsdk-docs

How to verify if AzSK is completely installed?

Opened this issue · 1 comments

I ran both using different module names (AzSK and AzSDK) without any error thrown. However, when trying to use Get-AzSDKSubscriptionSecurityStatus -SubscriptionId <SubscriptionId> I receive a common error saying the cmdlet is not recognized.

Running Get-Module -ListAvailable Azure* shows nothing from AzSDK/AzSK.

My PowerShell version is greater than 5.0. Output as follows:

PS C:\Users\Microsoft> $PSVersionTable

Name Value


PSVersion 5.1.16299.251
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16299.251
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Hi, I believe you have installed the module, if not pls install "Install-Module AzSK -Scope CurrentUser"