readme.txt
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ Open PowerShell then navigate to where the files were extracted Install the module by using: "Install-Module -Name Acs.Namespaces" Get a list of all possible commands: "Get-Command -module Acs.Namespaces" Get help on a specific command: "Get-Help <Command-Name> -full" Use the Connect-AcsAccount to login, before using any of the other commands Use Get-AcsSubscription to get a list of SubscriptionsIds to be used with the other commands |