mattmcspirit / azurestack

Azure Stack Resources
80 stars 41 forks source link

MFA #45

Closed zeronines closed 5 years ago

zeronines commented 6 years ago

About to start the script, I have MFA on my AAD account that I used. Is the user password parameters required in Example 2?

zeronines commented 6 years ago

Second question: we installed a Server 2016 STD edition, and there are no ISO files on the box. Do I need to copy the original ISO image used to the ASDK box?

mattmcspirit commented 6 years ago

I've not done any testing with MFA I'm afraid, so I'm not 100% sure what will happen. The script logs in and out of both Azure and Azure Stack frequently to ensure tokens are fresh (due to some long running processes). Feel free to test and let me know. I haven't got bandwidth to test right now I'm afraid. For your second question, yes, and you can get the eval ISO by using the AzureStackDownloader.exe tool, or going via MSDN etc. Thanks!

zeronines commented 6 years ago

I've not done any testing with MFA I'm afraid, so I'm not 100% sure what will happen. The script logs in and out of both Azure and Azure Stack frequently to ensure tokens are fresh (due to some long running processes). Feel free to test and let me know. I haven't got bandwidth to test right now I'm afraid. For your second question, yes, and you can get the eval ISO by using the AzureStackDownloader.exe tool, or going via MSDN etc. Thanks!

Okay, I'll let you know on the MFA question. As far as the eval ISO, I have the ISO for the base Win 2016 STD that I used to initially load the main server that I installed ASDK. When you mention the AzureStackDeveloper.exe tool, is that in lieu of the xxxx.ISO, I would use the "D:\AzureStackDeveloperKit.exe" for that variable? Thanks,

mattmcspirit commented 6 years ago

No, my script needs the ISO, not the exe. It will fail if you provide the path to an exe. The AzureStackDownloader.exe (sorry, typo earlier) is what you would have used to download the Cloudbuilder.vhdx file. That tool has an option to download a WS2016 ISO at that time. You should be able to use your Windows Server ISO instead, just make sure it's on the ASDK host.

mattmcspirit commented 6 years ago

Also, just to set expectation, I don't expect it will work with MFA, so I'd plan to use an alternative account/sub if possible. Non-interactive PS-based MFA login, I don't believe, is possible. Happy to be corrected though... Good luck!

zeronines commented 6 years ago

There was a test performed about 5 minutes in and I got the enclosed excerpt. I'm not sure if this is related to the MFA question.:

================

VERBOSE: [5:23 PM]::[TEST LOGINS]:: ASDK Configurator will now test all logins

Name : AzureStackAdmin EnableAdfsAuthentication : False OnPremise : False ActiveDirectoryServiceEndpointResourceId : https://adminmanagement.zerodownstack.onmicrosoft.com/2039913c-c982-480e-b7be-a5c60514b6d3 AdTenant : GalleryUrl : https://adminportal.local.azurestack.external:30015/ ManagementPortalUrl : ServiceManagementUrl : PublishSettingsFileUrl : ResourceManagerUrl : https://adminmanagement.local.azurestack.external SqlDatabaseDnsSuffix : StorageEndpointSuffix : local.azurestack.external ActiveDirectoryAuthority : https://login.windows.net/ GraphUrl : https://graph.windows.net/ GraphEndpointResourceId : https://graph.windows.net/ TrafficManagerDnsSuffix : AzureKeyVaultDnsSuffix : vault.local.azurestack.external DataLakeEndpointResourceId : AzureDataLakeStoreFileSystemEndpointSuffix : AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix : AzureKeyVaultServiceEndpointResourceId : https://vault.local.azurestack.external AzureOperationalInsightsEndpointResourceId : AzureOperationalInsightsEndpoint : VersionProfiles : {} ExtendedProperties : {} BatchEndpointResourceId :

VERBOSE: [5:23 PM]::[TEST LOGINS]:: Testing Azure login with Azure Active Directory

VERBOSE: [5:23 PM]::[TEST LOGINS]:: Value cannot be null. Parameter name: Could not find tenant id for provided tenant domain 'zerodownstack.onmicrosoft.com'. Please ensure that the provided service principal is found in the provided tenant domain..Exception.Message

PS C:\ConfigASDK>

mattmcspirit commented 6 years ago

Could you provide the commands you used to run the script? Please feel free to XXXXXXXXXXX your password and subscription ID info. I just want to check how it's being called, but in reality, it's probably the MFA. I haven't done any testing with MFA as i don't believe it can work.

If it is being blocked by MFA, I'm afraid you'll either have to install the pieces manually following the docs, or, do some editing of my script to prompt for manual login, take each section of my script in a PowerShell ISE and run them separately - each time it prompts you, enter your creds. I don't know if that will work, but may be worth a try.

Or, just create a new Azure AD / Sub for test purposes and use that?

Thanks! Matt

zeronines commented 6 years ago

.\ConfigASDK.ps1 -azureDirectoryTenantName "zerodownstack.onmicrosoft.com" -authenticationType AzureAD `

-downloadPath "D:\ASDKfiles" -ISOPath "E:\SW_DVD9_Win_Server_STD_CORE_2016_64BitEnglish-4_DC_STD_MLF_X21-70526.iso" -azureStackAdminPwd 'XXXXXXXXXXX' `

-VMpwd 'XXXXXXXXXXXXXXXXX' -azureAdUsername "keith@zeronines.com" -azureAdPwd 'XXXXXXXXXXXXXX' `

-registerASDK -useAzureCredsForRegistration -azureRegSubId "9c68ed65-33cb-4cfd-85d6-6c73f6c9798a"

From: Matt McSpirit notifications@github.com Reply-To: mattmcspirit/azurestack reply@reply.github.com Date: Thursday, September 20, 2018 at 4:40 PM To: mattmcspirit/azurestack azurestack@noreply.github.com Cc: Keith Fukuhara keith@zeronines.com, Author author@noreply.github.com Subject: Re: [mattmcspirit/azurestack] MFA (#45)

Could you provide the commands you used to run the script? Please feel free to XXXXXXXXXXX your password and subscription ID info. I just want to check how it's being called, but in reality, it's probably the MFA. I haven't done any testing with MFA as i don't believe it can work.

If it is being blocked by MFA, I'm afraid you'll either have to install the pieces manually following the docs, or, do some editing of my script to prompt for manual login, take each section of my script in a PowerShell ISE and run them separately - each time it prompts you, enter your creds. I don't know if that will work, but may be worth a try.

Or, just create a new Azure AD / Sub for test purposes and use that?

Thanks! Matt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mattmcspirit commented 6 years ago

Thanks - and to confirm, the keith@zeronines.com account is a Global Admin within the zerodownstack.onmicrosoft.com Azure Active Directory Tenant, and also, has Owner privileges on the subscription 9c68ed65-33cb-4cfd-85d6-6c73f6c9798a to create resources?

zeronines commented 6 years ago

Correct.

From: Matt McSpirit notifications@github.com Reply-To: mattmcspirit/azurestack reply@reply.github.com Date: Thursday, September 20, 2018 at 4:49 PM To: mattmcspirit/azurestack azurestack@noreply.github.com Cc: Keith Fukuhara keith@zeronines.com, Author author@noreply.github.com Subject: Re: [mattmcspirit/azurestack] MFA (#45)

Thanks - and to confirm, the keith@zeronines.com account is a Global Admin within the zerodownstack.onmicrosoft.com Azure Active Directory Tenant, and also, has Owner privileges on the subscription 9c68ed65-33cb-4cfd-85d6-6c73f6c9798a to create resources?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mattmcspirit commented 6 years ago

So this is what's being run at that point:

Login-AzureRmAccount -EnvironmentName "AzureCloud" -TenantId "$azureDirectoryTenantName" -Credential $asdkCreds -ErrorAction Stop $testAzureSub = Get-AzureRmContext Write-Output $testAzureSub

Rerun your initial command, but dot source it . .\ConfigASDK.ps1... etc then when it fails, it will retain the variables, so you can test the login manually using the above couple of lines and the error may present itself. If it fails, rerun but remove the -Credential $asdkCreds and see how it works when it prompts you for entry of creds.

zeronines commented 5 years ago

Matt,

I’ll bet you’re up to the top of your head at Ignite.

So, here’s what we did, we added a new global admin account (stackadmin@zerodownstack.onmicrosoft.com) to zerodownstack.onmicrosoft.com, new subscription with ownership, no MFA.

I think we’re getting the same error code.  Our ASDK box was configured based on the examples given from the installation guides, I’m not sure if we were to add other services?  Also, we used the Win Svr 2016 ISO image that we installed as the boot OS, downloaded from the Microsoft site.

Script to initiate the ConfigASDK.ps1 as follows (censored):

.\ConfigASDK.ps1 -azureDirectoryTenantName "contoso.onmicrosoft.com" -authenticationType AzureAD `

-downloadPath "D:\ASDKfiles" -ISOPath "D:\Windows_Server_2016_Datacenter_EVAL_en-us_14393_refresh.iso" -azureStackAdminPwd '################' `

-VMpwd '##############' -azureAdUsername "stackadmin@zerodownstack.onmicrosoft.com" -azureAdPwd '###############' `

-registerASDK -useAzureCredsForRegistration -azureRegSubId "99999999-9999-9999-9999-99999999999"

Any other ideas?

Thx.

Keith.

From: Matt McSpirit notifications@github.com Reply-To: mattmcspirit/azurestack reply@reply.github.com Date: Thursday, September 20, 2018 at 4:49 PM To: mattmcspirit/azurestack azurestack@noreply.github.com Cc: Keith Fukuhara keith@zeronines.com, Author author@noreply.github.com Subject: Re: [mattmcspirit/azurestack] MFA (#45)

Thanks - and to confirm, the keith@zeronines.com account is a Global Admin within the zerodownstack.onmicrosoft.com Azure Active Directory Tenant, and also, has Owner privileges on the subscription 9c68ed65-33cb-4cfd-85d6-6c73f6c9798a to create resources?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

** Windows PowerShell transcript start Start time: 20180926045242 Username: AZURESTACK\AzureStackAdmin RunAs User: AZURESTACK\AzureStackAdmin Machine: STACK1 (Microsoft Windows NT 10.0.14393.0) Host Application: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Process ID: 17104 PSVersion: 5.1.14393.2430 PSEdition: Desktop PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.14393.2430 BuildVersion: 10.0.14393.2430 CLRVersion: 4.0.30319.42000 WSManStackVersion: 3.0 PSRemotingProtocolVersion: 2.3 SerializationVersion: 1.1.0.1


VERBOSE: [4:52 AM]::[VALIDATION]:: Transcript started, output file is C:\ConfigASDK\Logs\20180926\ConfigASDKLog0926-045242.txt VERBOSE: [4:52 AM]::[VALIDATION]:: Testing internet connectivity to various internet resources: VERBOSE: [4:52 AM]::[VALIDATION]:: Connection to Azure: True VERBOSE: [4:52 AM]::[VALIDATION]:: Connection to Microsoft.com: True VERBOSE: [4:52 AM]::[VALIDATION]:: Connection to Microsoft Update Catalog: True VERBOSE: [4:52 AM]::[VALIDATION]:: Connection to GitHub: True VERBOSE: [4:52 AM]::[VALIDATION]:: Connection to Ubuntu's Image Repo: True VERBOSE: [4:52 AM]::[VALIDATION]:: Connection to Chocolatey: True VERBOSE: [4:52 AM]::[VALIDATION]:: All internet connectivity tests passed VERBOSE: [4:52 AM]::[VALIDATION]:: Validating download path. VERBOSE: [4:52 AM]::[VALIDATION]:: Download path exists and is valid VERBOSE: [4:52 AM]::[VALIDATION]:: Files will be stored at D:\ASDKfiles VERBOSE: [4:52 AM]::[VALIDATION]:: Selected identity provider is AzureAD VERBOSE: [4:52 AM]::[VALIDATION]:: Checking to see if Virtual Machine password is strong... VERBOSE: [4:52 AM]::[VALIDATION]:: Virtual Machine password meets desired complexity level VERBOSE: [4:52 AM]::[VALIDATION]:: Checking to see Azure Stack Admin password is strong...

Azure Stack Admin (AzureStack\AzureStackAdmin) password is not a strong password. It should ideally be at least 8 characters, with at least 1 upper case, 1 lower case, and 1 special character. Please consider a stronger password in the future. VERBOSE: [4:52 AM]::[VALIDATION]:: You didn't enter a username for the Azure AD login. VERBOSE: [4:53 AM]::[VALIDATION]:: Checking to see if Azure AD Service Administrator (Used for ASDK Deployment) username is correctly formatted... VERBOSE: [4:53 AM]::[VALIDATION]:: Azure AD Service Administrator username (Used for ASDK Deployment) is correctly formatted. VERBOSE: [4:53 AM]::[VALIDATION]:: stackadmin@zerodownstack.onmicrosoft.com will be used to connect to Azure. VERBOSE: [4:53 AM]::[VALIDATION]:: You didn't enter the Azure AD Service Administrator account (Used for ASDK Deployment) password. VERBOSE: [4:53 AM]::[VALIDATION]:: Checking to see if password for the Azure AD Service Administrator used to deploy the ASDK, is strong...

Azure AD Service Administrator account password is not a strong password. It should ideally be at least 8 characters, with at least 1 upper case, 1 lower case, and 1 special character. Please consider a stronger password in the future. VERBOSE: [4:53 AM]::[VALIDATION]:: Checking for a valid Azure subscription ID that will be used to register the Azure Stack to Azure VERBOSE: [4:53 AM]::[VALIDATION]:: Azure subscription ID has been provided. VERBOSE: [4:53 AM]::[VALIDATION]:: 6cd82c59-e377-4b85-ae08-9b97cf662141 will be used to register this Azure Stack with Azure. VERBOSE: [4:53 AM]::[VALIDATION]:: No ConfigASDkProgressLog.csv exists - this must be a fresh deployment VERBOSE: [4:53 AM]::[VALIDATION]:: Creating ConfigASDKProgressLog.csv

Stage Status


ExtractZip Incomplete InstallPowerShell Incomplete DownloadTools Incomplete HostConfiguration Incomplete Registration Incomplete UbuntuImage Incomplete WindowsImage Incomplete MySQLGalleryItem Incomplete SQLServerGalleryItem Incomplete VMExtensions Incomplete MySQLRP Incomplete SQLServerRP Incomplete MySQLSKUQuota Incomplete SQLServerSKUQuota Incomplete UploadScripts Incomplete MySQLDBVM Incomplete SQLServerDBVM Incomplete MySQLAddHosting Incomplete SQLServerAddHosting Incomplete AppServiceFileServer Incomplete AppServiceSQLServer Incomplete DownloadAppService Incomplete GenerateAppServiceCerts Incomplete CreateServicePrincipal Incomplete GrantAzureADAppPermissions Incomplete InstallAppService Incomplete RegisterNewRPs Incomplete CreatePlansOffers Incomplete InstallHostApps Incomplete CreateOutput Incomplete

VERBOSE: [4:53 AM]::[VALIDATION]:: ASDK folder doesn't exist within D:\ASDKfiles, creating it VERBOSE: [4:53 AM]::[VALIDATION]:: ASDK folder full path is D:\ASDKfiles\ASDK VERBOSE: [4:53 AM]::[EXTRACTZIP]:: Skipping zip extraction - this is a 100% online deployment

Stage Status


ExtractZip Skipped InstallPowerShell Incomplete DownloadTools Incomplete HostConfiguration Incomplete Registration Incomplete UbuntuImage Incomplete WindowsImage Incomplete MySQLGalleryItem Incomplete SQLServerGalleryItem Incomplete VMExtensions Incomplete MySQLRP Incomplete SQLServerRP Incomplete MySQLSKUQuota Incomplete SQLServerSKUQuota Incomplete UploadScripts Incomplete MySQLDBVM Incomplete SQLServerDBVM Incomplete MySQLAddHosting Incomplete SQLServerAddHosting Incomplete AppServiceFileServer Incomplete AppServiceSQLServer Incomplete DownloadAppService Incomplete GenerateAppServiceCerts Incomplete CreateServicePrincipal Incomplete GrantAzureADAppPermissions Incomplete InstallAppService Incomplete RegisterNewRPs Incomplete CreatePlansOffers Incomplete InstallHostApps Incomplete CreateOutput Incomplete

VERBOSE: [4:53 AM]::[VALIDATE ISO]:: Validating ISO path VERBOSE: [4:53 AM]::[VALIDATE ISO]:: Found path to valid ISO file VERBOSE: [4:53 AM]::[VALIDATE ISO]:: The Windows Server 2016 Eval found at e:\Windows_Server_2016_Datacenter_EVAL_en-us_14393_refresh.iso will be used VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PowerShellGet.psd1'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSGet.Format.ps1xml'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1'. VERBOSE: Exporting function 'Publish-Module'. VERBOSE: Exporting function 'Find-Module'. VERBOSE: Exporting function 'Save-Module'. VERBOSE: Exporting function 'Install-Module'. VERBOSE: Exporting function 'Update-Module'. VERBOSE: Exporting function 'Uninstall-Module'. VERBOSE: Exporting function 'Get-InstalledModule'. VERBOSE: Exporting function 'Find-DscResource'. VERBOSE: Exporting function 'Find-Command'. VERBOSE: Exporting function 'Find-RoleCapability'. VERBOSE: Exporting function 'Publish-Script'. VERBOSE: Exporting function 'Find-Script'. VERBOSE: Exporting function 'Save-Script'. VERBOSE: Exporting function 'Install-Script'. VERBOSE: Exporting function 'Update-Script'. VERBOSE: Exporting function 'Uninstall-Script'. VERBOSE: Exporting function 'Get-InstalledScript'. VERBOSE: Exporting function 'Register-PSRepository'. VERBOSE: Exporting function 'Set-PSRepository'. VERBOSE: Exporting function 'Unregister-PSRepository'. VERBOSE: Exporting function 'Get-PSRepository'. VERBOSE: Exporting function 'Test-ScriptFileInfo'. VERBOSE: Exporting function 'New-ScriptFileInfo'. VERBOSE: Exporting function 'Update-ScriptFileInfo'. VERBOSE: Exporting function 'Get-PackageProviderName'. VERBOSE: Exporting function 'Get-Feature'. VERBOSE: Exporting function 'Initialize-Provider'. VERBOSE: Exporting function 'Get-DynamicOptions'. VERBOSE: Exporting function 'Add-PackageSource'. VERBOSE: Exporting function 'Resolve-PackageSource'. VERBOSE: Exporting function 'Remove-PackageSource'. VERBOSE: Exporting function 'Find-Package'. VERBOSE: Exporting function 'Download-Package'. VERBOSE: Exporting function 'Install-Package'. VERBOSE: Exporting function 'Uninstall-Package'. VERBOSE: Exporting function 'Get-InstalledPackage'. VERBOSE: Exporting function 'Update-ModuleManifest'. VERBOSE: Exporting alias 'fimo'. VERBOSE: Exporting alias 'inmo'. VERBOSE: Exporting alias 'upmo'. VERBOSE: Exporting alias 'pumo'. VERBOSE: Importing function 'Find-Command'. VERBOSE: Importing function 'Find-DscResource'. VERBOSE: Importing function 'Find-Module'. VERBOSE: Importing function 'Find-RoleCapability'. VERBOSE: Importing function 'Find-Script'. VERBOSE: Importing function 'Get-InstalledModule'. VERBOSE: Importing function 'Get-InstalledScript'. VERBOSE: Importing function 'Get-PSRepository'. VERBOSE: Importing function 'Install-Module'. VERBOSE: Importing function 'Install-Script'. VERBOSE: Importing function 'New-ScriptFileInfo'. VERBOSE: Importing function 'Publish-Module'. VERBOSE: Importing function 'Publish-Script'. VERBOSE: Importing function 'Register-PSRepository'. VERBOSE: Importing function 'Save-Module'. VERBOSE: Importing function 'Save-Script'. VERBOSE: Importing function 'Set-PSRepository'. VERBOSE: Importing function 'Test-ScriptFileInfo'. VERBOSE: Importing function 'Uninstall-Module'. VERBOSE: Importing function 'Uninstall-Script'. VERBOSE: Importing function 'Unregister-PSRepository'. VERBOSE: Importing function 'Update-Module'. VERBOSE: Importing function 'Update-ModuleManifest'. VERBOSE: Importing function 'Update-Script'. VERBOSE: Importing function 'Update-ScriptFileInfo'. VERBOSE: Importing alias 'fimo'. VERBOSE: Importing alias 'inmo'. VERBOSE: Importing alias 'pumo'. VERBOSE: Importing alias 'upmo'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.1\PackageManagement.psd1'. VERBOSE: Importing cmdlet 'Find-Package'. VERBOSE: Importing cmdlet 'Find-PackageProvider'. VERBOSE: Importing cmdlet 'Get-Package'. VERBOSE: Importing cmdlet 'Get-PackageProvider'. VERBOSE: Importing cmdlet 'Get-PackageSource'. VERBOSE: Importing cmdlet 'Import-PackageProvider'. VERBOSE: Importing cmdlet 'Install-Package'. VERBOSE: Importing cmdlet 'Install-PackageProvider'. VERBOSE: Importing cmdlet 'Register-PackageSource'. VERBOSE: Importing cmdlet 'Save-Package'. VERBOSE: Importing cmdlet 'Set-PackageSource'. VERBOSE: Importing cmdlet 'Uninstall-Package'. VERBOSE: Importing cmdlet 'Unregister-PackageSource'. VERBOSE: [4:53 AM]::[INSTALLPOWERSHELL]:: Uninstalling previously existing Azure Stack modules VERBOSE: Successfully uninstalled the module 'AzureStack' from module base 'C:\Program Files\WindowsPowerShell\Modules\AzureStack\1.4.0'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Azurebridge.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Azurebridge.Admin\0.1.1\Azs.Azurebridge.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Backup.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Backup.Admin\0.1.1\Azs.Backup.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Commerce.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Commerce.Admin\0.1.1\Azs.Commerce.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Compute.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Compute.Admin\0.1.1\Azs.Compute.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Fabric.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Fabric.Admin\0.1.2\Azs.Fabric.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Gallery.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Gallery.Admin\0.1.1\Azs.Gallery.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Infrastructureinsights.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Infrastructureinsights.Admin\0.1.1\Azs.InfrastructureInsights.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Keyvault.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Keyvault.Admin\0.1.1\Azs.KeyVault.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Network.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Network.Admin\0.1.1\Azs.Network.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Storage.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Storage.Admin\0.1.1\Azs.Storage.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Subscriptions. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Subscriptions\0.1.1\Azs.Subscriptions.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Subscriptions.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Subscriptions.Admin\0.2.0\Azs.Subscriptions.Admin.psm1'. VERBOSE: Populating RepositorySourceLocation property for module Azs.Update.Admin. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Update.Admin\0.1.1\Azs.Update.Admin.psm1'. VERBOSE: Successfully uninstalled the module 'Azs.Azurebridge.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Azurebridge.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Backup.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Backup.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Commerce.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Commerce.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Compute.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Compute.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Fabric.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Fabric.Admin\0.1.2'. VERBOSE: Successfully uninstalled the module 'Azs.Gallery.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Gallery.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Infrastructureinsights.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Infrastructureinsights.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Keyvault.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Keyvault.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Network.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Network.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Storage.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Storage.Admin\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Subscriptions' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Subscriptions\0.1.1'. VERBOSE: Successfully uninstalled the module 'Azs.Subscriptions.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Subscriptions.Admin\0.2.0'. VERBOSE: Successfully uninstalled the module 'Azs.Update.Admin' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azs.Update.Admin\0.1.1'. VERBOSE: [4:55 AM]::[INSTALLPOWERSHELL]:: Configuring the PSGallery Repo for Azure Stack PowerShell Modules VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. VERBOSE: Successfully unregistered the repository 'PSGallery'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'.

Name InstallationPolicy SourceLocation


PSGallery Untrusted https://www.powershellgallery.com/api/v2 VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. PSGallery Trusted https://www.powershellgallery.com/api/v2 VERBOSE: Using the provider 'PowerShellGet' for searching packages. VERBOSE: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories. VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'. VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRm.BootStrapper'' for ''. VERBOSE: Total package yield:'1' for the specified package 'AzureRm.BootStrapper'. VERBOSE: The installation scope is specified to be 'AllUsers'. VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'. VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'. VERBOSE: Downloading module 'AzureRM.BootStrapper' with version '0.4.0' from the repository 'https://www.powershellgallery.com/api/v2'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.BootStrapper'' for ''. VERBOSE: InstallPackage' - name='AzureRM.BootStrapper', version='0.4.0',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\339380796' VERBOSE: DownloadPackage' - name='AzureRM.BootStrapper', version='0.4.0',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\339380796\AzureRM.BootStrapper\AzureRM.BootStrapper.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.BootStrapper/0.4.0' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.BootStrapper/0.4.0'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.BootStrapper/0.4.0'. VERBOSE: Completed downloading 'AzureRM.BootStrapper'. VERBOSE: Hash for package 'AzureRM.BootStrapper' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.BootStrapper', version='0.4.0',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\339380796' VERBOSE: Catalog file 'AzureRM.BootStrapper.cat' is not found in the contents of the module 'AzureRM.BootStrapper' being installed. VERBOSE: For publisher validation, current module 'AzureRM.BootStrapper' with version '0.4.0' with publisher name ''. Is this module signed by Microsoft: 'False'. VERBOSE: For publisher validation, using the previously-installed module 'AzureRM.BootStrapper' with version '0.4.0' under 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.BootStrapper\0.4.0' with publisher name ''. Is this module signed by Microsoft: 'False'. VERBOSE: Module 'AzureRM.BootStrapper' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.BootStrapper\0.4.0'. Loading Profile 2017-03-09-profile VERBOSE: Getting the version of AzureRM from 2017-03-09-profile VERBOSE: Populating RepositorySourceLocation property for module AzureRM. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\2.3.0\AzureRM.psm1'. VERBOSE: Populating RepositorySourceLocation property for module AzureRM. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\1.2.11\AzureRM.psm1'. VERBOSE: Importing module AzureRM VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\1.2.11\AzureRM.psd1'. VERBOSE: Populating RepositorySourceLocation property for module AzureRM. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\1.2.11\AzureRM.psm1'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\AzureRM.Profile.psd1'. VERBOSE: Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions. VERBOSE: Loading 'Assembly' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll'. VERBOSE: Loading 'Assembly' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll'. VERBOSE: Loading 'TypesToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\Microsoft.Azure.Commands.Profile.types.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\Microsoft.Azure.Commands.Profile.format.ps1xml'. VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Profile. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1.\Microsoft.Azure.Commands.Profile.dll'. VERBOSE: Importing cmdlet 'Remove-AzureRmAccount'. VERBOSE: Importing cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Send-Feedback'. VERBOSE: Importing cmdlet 'Get-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Add-AzureRmAccount'. VERBOSE: Importing cmdlet 'Get-AzureRmContext'. VERBOSE: Importing cmdlet 'Set-AzureRmContext'. VERBOSE: Importing cmdlet 'Import-AzureRmContext'. VERBOSE: Importing cmdlet 'Save-AzureRmContext'. VERBOSE: Importing cmdlet 'Get-AzureRmTenant'. VERBOSE: Importing cmdlet 'Resolve-AzureRmError'. VERBOSE: Importing cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Importing cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Clear-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmContext'. VERBOSE: Importing cmdlet 'Rename-AzureRmContext'. VERBOSE: Importing cmdlet 'Select-AzureRmContext'. VERBOSE: Importing alias 'Logout-AzAccount'. VERBOSE: Importing alias 'Logout-AzureRmAccount'. VERBOSE: Importing alias 'Login-AzureRmAccount'. VERBOSE: Importing alias 'Login-AzAccount'. VERBOSE: Importing alias 'Select-AzureRmSubscription'. VERBOSE: Importing alias 'Get-AzureRmDomain'. VERBOSE: Importing alias 'Resolve-Error'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\AzureRM.Profile.psm1'. VERBOSE: Exporting cmdlet 'Remove-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Send-Feedback'. VERBOSE: Exporting cmdlet 'Get-AzureRmSubscription'. VERBOSE: Exporting cmdlet 'Add-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Get-AzureRmContext'. VERBOSE: Exporting cmdlet 'Set-AzureRmContext'. VERBOSE: Exporting cmdlet 'Import-AzureRmContext'. VERBOSE: Exporting cmdlet 'Save-AzureRmContext'. VERBOSE: Exporting cmdlet 'Get-AzureRmTenant'. VERBOSE: Exporting cmdlet 'Resolve-AzureRmError'. VERBOSE: Exporting cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Exporting cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Clear-AzureRmContext'. VERBOSE: Exporting cmdlet 'Remove-AzureRmContext'. VERBOSE: Exporting cmdlet 'Rename-AzureRmContext'. VERBOSE: Exporting cmdlet 'Select-AzureRmContext'. VERBOSE: Exporting alias 'Login-AzAccount'. VERBOSE: Exporting alias 'Select-AzureRmProfile'. VERBOSE: Exporting alias 'Logout-AzAccount'. VERBOSE: Exporting alias 'Resolve-Error'. VERBOSE: Exporting alias 'Select-AzureRmSubscription'. VERBOSE: Exporting alias 'Save-AzureRmProfile'. VERBOSE: Exporting alias 'Logout-AzureRmAccount'. VERBOSE: Exporting alias 'Login-AzureRmAccount'. VERBOSE: Exporting alias 'Get-AzureRmDomain'. VERBOSE: Importing cmdlet 'Add-AzureRmAccount'. VERBOSE: Importing cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Clear-AzureRmContext'. VERBOSE: Importing cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Get-AzureRmContext'. VERBOSE: Importing cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Importing cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Get-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Get-AzureRmTenant'. VERBOSE: Importing cmdlet 'Import-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmAccount'. VERBOSE: Importing cmdlet 'Remove-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Rename-AzureRmContext'. VERBOSE: Importing cmdlet 'Resolve-AzureRmError'. VERBOSE: Importing cmdlet 'Save-AzureRmContext'. VERBOSE: Importing cmdlet 'Select-AzureRmContext'. VERBOSE: Importing cmdlet 'Send-Feedback'. VERBOSE: Importing cmdlet 'Set-AzureRmContext'. VERBOSE: Importing cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Importing alias 'Login-AzAccount'. VERBOSE: Importing alias 'Login-AzureRmAccount'. VERBOSE: Importing alias 'Logout-AzAccount'. VERBOSE: Importing alias 'Logout-AzureRmAccount'. VERBOSE: Importing alias 'Resolve-Error'. VERBOSE: Importing alias 'Select-AzureRmSubscription'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4\Azure.Storage.psd1'. VERBOSE: Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions. VERBOSE: Loading 'TypesToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4\Microsoft.WindowsAzure.Commands.Storage.Types.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4\Microsoft.WindowsAzure.Commands.Storage.format.ps1xml'. VERBOSE: Populating RepositorySourceLocation property for module Azure.Storage. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4.\Microsoft.WindowsAzure.Commands.Storage.dll'. VERBOSE: Importing cmdlet 'Get-AzureStorageTable'. VERBOSE: Importing cmdlet 'New-AzureStorageTableSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageTable'. VERBOSE: Importing cmdlet 'Remove-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageTable'. VERBOSE: Importing cmdlet 'Get-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageQueue'. VERBOSE: Importing cmdlet 'New-AzureStorageQueue'. VERBOSE: Importing cmdlet 'Remove-AzureStorageQueue'. VERBOSE: Importing cmdlet 'Get-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageQueueSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageFile'. VERBOSE: Importing cmdlet 'Get-AzureStorageFileContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageFileCopyState'. VERBOSE: Importing cmdlet 'Get-AzureStorageShare'. VERBOSE: Importing cmdlet 'Get-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageDirectory'. VERBOSE: Importing cmdlet 'New-AzureStorageFileSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageShare'. VERBOSE: Importing cmdlet 'New-AzureStorageShareSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageDirectory'. VERBOSE: Importing cmdlet 'Remove-AzureStorageFile'. VERBOSE: Importing cmdlet 'Remove-AzureStorageShare'. VERBOSE: Importing cmdlet 'Remove-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageFileContent'. VERBOSE: Importing cmdlet 'Set-AzureStorageShareQuota'. VERBOSE: Importing cmdlet 'Set-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Start-AzureStorageFileCopy'. VERBOSE: Importing cmdlet 'Stop-AzureStorageFileCopy'. VERBOSE: Importing cmdlet 'Set-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Get-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Get-AzureStorageServiceLoggingProperty'. VERBOSE: Importing cmdlet 'Get-AzureStorageServiceMetricsProperty'. VERBOSE: Importing cmdlet 'Remove-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Set-AzureStorageServiceLoggingProperty'. VERBOSE: Importing cmdlet 'Set-AzureStorageServiceMetricsProperty'. VERBOSE: Importing cmdlet 'New-AzureStorageContext'. VERBOSE: Importing cmdlet 'Set-AzureStorageContainerAcl'. VERBOSE: Importing cmdlet 'Remove-AzureStorageBlob'. VERBOSE: Importing cmdlet 'Set-AzureStorageBlobContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlob'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlobContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlobCopyState'. VERBOSE: Importing cmdlet 'Get-AzureStorageContainer'. VERBOSE: Importing cmdlet 'Get-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageBlobSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageContainer'. VERBOSE: Importing cmdlet 'New-AzureStorageContainerSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageContainer'. VERBOSE: Importing cmdlet 'Remove-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Start-AzureStorageBlobCopy'. VERBOSE: Importing cmdlet 'Stop-AzureStorageBlobCopy'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4\Azure.Storage.psm1'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\AzureRM.Profile.psd1'. VERBOSE: Importing cmdlet 'Add-AzureRmAccount'. VERBOSE: Importing cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Clear-AzureRmContext'. VERBOSE: Importing cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Get-AzureRmContext'. VERBOSE: Importing cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Importing cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Get-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Get-AzureRmTenant'. VERBOSE: Importing cmdlet 'Import-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmAccount'. VERBOSE: Importing cmdlet 'Remove-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Rename-AzureRmContext'. VERBOSE: Importing cmdlet 'Resolve-AzureRmError'. VERBOSE: Importing cmdlet 'Save-AzureRmContext'. VERBOSE: Importing cmdlet 'Select-AzureRmContext'. VERBOSE: Importing cmdlet 'Send-Feedback'. VERBOSE: Importing cmdlet 'Set-AzureRmContext'. VERBOSE: Importing cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Importing alias 'Login-AzAccount'. VERBOSE: Importing alias 'Login-AzureRmAccount'. VERBOSE: Importing alias 'Logout-AzAccount'. VERBOSE: Importing alias 'Logout-AzureRmAccount'. VERBOSE: Importing alias 'Resolve-Error'. VERBOSE: Importing alias 'Select-AzureRmSubscription'. VERBOSE: Exporting cmdlet 'Get-AzureStorageTable'. VERBOSE: Exporting cmdlet 'New-AzureStorageTableSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageTableStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'New-AzureStorageTable'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageTableStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageTable'. VERBOSE: Exporting cmdlet 'Get-AzureStorageTableStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageTableStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Get-AzureStorageQueue'. VERBOSE: Exporting cmdlet 'New-AzureStorageQueue'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageQueue'. VERBOSE: Exporting cmdlet 'Get-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'New-AzureStorageQueueSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Get-AzureStorageFile'. VERBOSE: Exporting cmdlet 'Get-AzureStorageFileContent'. VERBOSE: Exporting cmdlet 'Get-AzureStorageFileCopyState'. VERBOSE: Exporting cmdlet 'Get-AzureStorageShare'. VERBOSE: Exporting cmdlet 'Get-AzureStorageShareStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'New-AzureStorageDirectory'. VERBOSE: Exporting cmdlet 'New-AzureStorageFileSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageShare'. VERBOSE: Exporting cmdlet 'New-AzureStorageShareSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageShareStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageDirectory'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageFile'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageShare'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageShareStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageFileContent'. VERBOSE: Exporting cmdlet 'Set-AzureStorageShareQuota'. VERBOSE: Exporting cmdlet 'Set-AzureStorageShareStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Start-AzureStorageFileCopy'. VERBOSE: Exporting cmdlet 'Stop-AzureStorageFileCopy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageCORSRule'. VERBOSE: Exporting cmdlet 'Get-AzureStorageCORSRule'. VERBOSE: Exporting cmdlet 'Get-AzureStorageServiceLoggingProperty'. VERBOSE: Exporting cmdlet 'Get-AzureStorageServiceMetricsProperty'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageCORSRule'. VERBOSE: Exporting cmdlet 'Set-AzureStorageServiceLoggingProperty'. VERBOSE: Exporting cmdlet 'Set-AzureStorageServiceMetricsProperty'. VERBOSE: Exporting cmdlet 'New-AzureStorageContext'. VERBOSE: Exporting cmdlet 'Set-AzureStorageContainerAcl'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageBlob'. VERBOSE: Exporting cmdlet 'Set-AzureStorageBlobContent'. VERBOSE: Exporting cmdlet 'Get-AzureStorageBlob'. VERBOSE: Exporting cmdlet 'Get-AzureStorageBlobContent'. VERBOSE: Exporting cmdlet 'Get-AzureStorageBlobCopyState'. VERBOSE: Exporting cmdlet 'Get-AzureStorageContainer'. VERBOSE: Exporting cmdlet 'Get-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'New-AzureStorageBlobSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageContainer'. VERBOSE: Exporting cmdlet 'New-AzureStorageContainerSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageContainer'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Start-AzureStorageBlobCopy'. VERBOSE: Exporting cmdlet 'Stop-AzureStorageBlobCopy'. VERBOSE: Exporting cmdlet 'Add-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Clear-AzureRmContext'. VERBOSE: Exporting cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Get-AzureRmContext'. VERBOSE: Exporting cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Exporting cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Get-AzureRmSubscription'. VERBOSE: Exporting cmdlet 'Get-AzureRmTenant'. VERBOSE: Exporting cmdlet 'Import-AzureRmContext'. VERBOSE: Exporting cmdlet 'Remove-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Remove-AzureRmContext'. VERBOSE: Exporting cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Rename-AzureRmContext'. VERBOSE: Exporting cmdlet 'Resolve-AzureRmError'. VERBOSE: Exporting cmdlet 'Save-AzureRmContext'. VERBOSE: Exporting cmdlet 'Select-AzureRmContext'. VERBOSE: Exporting cmdlet 'Send-Feedback'. VERBOSE: Exporting cmdlet 'Set-AzureRmContext'. VERBOSE: Exporting cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Exporting alias 'Get-AzureStorageContainerAcl'. VERBOSE: Exporting alias 'Start-CopyAzureStorageBlob'. VERBOSE: Exporting alias 'Stop-CopyAzureStorageBlob'. VERBOSE: Exporting alias 'Login-AzAccount'. VERBOSE: Exporting alias 'Login-AzureRmAccount'. VERBOSE: Exporting alias 'Logout-AzAccount'. VERBOSE: Exporting alias 'Logout-AzureRmAccount'. VERBOSE: Exporting alias 'Resolve-Error'. VERBOSE: Exporting alias 'Select-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlob'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlobContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlobCopyState'. VERBOSE: Importing cmdlet 'Get-AzureStorageContainer'. VERBOSE: Importing cmdlet 'Get-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Get-AzureStorageFile'. VERBOSE: Importing cmdlet 'Get-AzureStorageFileContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageFileCopyState'. VERBOSE: Importing cmdlet 'Get-AzureStorageQueue'. VERBOSE: Importing cmdlet 'Get-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageServiceLoggingProperty'. VERBOSE: Importing cmdlet 'Get-AzureStorageServiceMetricsProperty'. VERBOSE: Importing cmdlet 'Get-AzureStorageShare'. VERBOSE: Importing cmdlet 'Get-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageTable'. VERBOSE: Importing cmdlet 'Get-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageBlobSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageContainer'. VERBOSE: Importing cmdlet 'New-AzureStorageContainerSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageContext'. VERBOSE: Importing cmdlet 'New-AzureStorageDirectory'. VERBOSE: Importing cmdlet 'New-AzureStorageFileSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageQueue'. VERBOSE: Importing cmdlet 'New-AzureStorageQueueSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageShare'. VERBOSE: Importing cmdlet 'New-AzureStorageShareSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageTable'. VERBOSE: Importing cmdlet 'New-AzureStorageTableSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageBlob'. VERBOSE: Importing cmdlet 'Remove-AzureStorageContainer'. VERBOSE: Importing cmdlet 'Remove-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Remove-AzureStorageDirectory'. VERBOSE: Importing cmdlet 'Remove-AzureStorageFile'. VERBOSE: Importing cmdlet 'Remove-AzureStorageQueue'. VERBOSE: Importing cmdlet 'Remove-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageShare'. VERBOSE: Importing cmdlet 'Remove-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageTable'. VERBOSE: Importing cmdlet 'Remove-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageBlobContent'. VERBOSE: Importing cmdlet 'Set-AzureStorageContainerAcl'. VERBOSE: Importing cmdlet 'Set-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Set-AzureStorageFileContent'. VERBOSE: Importing cmdlet 'Set-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageServiceLoggingProperty'. VERBOSE: Importing cmdlet 'Set-AzureStorageServiceMetricsProperty'. VERBOSE: Importing cmdlet 'Set-AzureStorageShareQuota'. VERBOSE: Importing cmdlet 'Set-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Start-AzureStorageBlobCopy'. VERBOSE: Importing cmdlet 'Start-AzureStorageFileCopy'. VERBOSE: Importing cmdlet 'Stop-AzureStorageBlobCopy'. VERBOSE: Importing cmdlet 'Stop-AzureStorageFileCopy'. VERBOSE: Importing alias 'Get-AzureStorageContainerAcl'. VERBOSE: Importing alias 'Start-CopyAzureStorageBlob'. VERBOSE: Importing alias 'Stop-CopyAzureStorageBlob'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\AzureRM.Compute.psd1'. VERBOSE: Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versions. VERBOSE: Loading 'TypesToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\Microsoft.Azure.Commands.Compute.Types.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\Microsoft.Azure.Commands.Compute.format.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\Microsoft.Azure.Commands.Compute.format.generated.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\Generated\Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml'. VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Compute. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4.\Microsoft.Azure.Commands.Compute.dll'. VERBOSE: Importing cmdlet 'Remove-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'Get-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'New-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtensionImageType'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtensionImage'. VERBOSE: Importing cmdlet 'Set-AzureRmVMBginfoExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'New-AzureVMSqlServerAutoBackupConfig'. VERBOSE: Importing cmdlet 'New-AzureVMSqlServerAutoPatchingConfig'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImage'. VERBOSE: Importing cmdlet 'Get-AzureRmVMAccessExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMAccessExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMAccessExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImageSku'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImagePublisher'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImageOffer'. VERBOSE: Importing cmdlet 'Get-AzureRmRemoteDesktopFile'. VERBOSE: Importing cmdlet 'Get-AzureRmVMUsage'. VERBOSE: Importing cmdlet 'Get-AzureRmVMSize'. VERBOSE: Importing cmdlet 'Save-AzureRmVMImage'. VERBOSE: Importing cmdlet 'Set-AzureRmVM'. VERBOSE: Importing cmdlet 'Add-AzureRmVMAdditionalUnattendContent'. VERBOSE: Importing cmdlet 'Add-AzureRmVMSshPublicKey'. VERBOSE: Importing cmdlet 'Add-AzureRmVMSecret'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMNetworkInterface'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDataDisk'. VERBOSE: Importing cmdlet 'Set-AzureRmVMBootDiagnostics'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDataDisk'. VERBOSE: Importing cmdlet 'Set-AzureRmVMPlan'. VERBOSE: Importing cmdlet 'Set-AzureRmVMSourceImage'. VERBOSE: Importing cmdlet 'Set-AzureRmVMOSDisk'. VERBOSE: Importing cmdlet 'Get-AzureRmVMBootDiagnosticsData'. VERBOSE: Importing cmdlet 'Get-AzureRmVM'. VERBOSE: Importing cmdlet 'Update-AzureRmVM'. VERBOSE: Importing cmdlet 'Restart-AzureRmVM'. VERBOSE: Importing cmdlet 'New-AzureRmVM'. VERBOSE: Importing cmdlet 'Start-AzureRmVM'. VERBOSE: Importing cmdlet 'Stop-AzureRmVM'. VERBOSE: Importing cmdlet 'Remove-AzureRmVM'. VERBOSE: Importing cmdlet 'New-AzureRmVMConfig'. VERBOSE: Importing cmdlet 'Set-AzureRmVMOperatingSystem'. VERBOSE: Importing cmdlet 'Add-AzureRmVMDataDisk'. VERBOSE: Importing cmdlet 'Add-AzureRmVMNetworkInterface'. VERBOSE: Importing cmdlet 'Add-AzureRmVhd'. VERBOSE: Importing cmdlet 'Save-AzureRmVhd'. VERBOSE: Importing cmdlet 'Get-AzureRmVmssVM'. VERBOSE: Importing cmdlet 'Set-AzureRmVmssVM'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssAdditionalUnattendContent'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssExtension'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssNetworkInterfaceConfiguration'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssSecret'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssSshPublicKey'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssWinRMListener'. VERBOSE: Importing cmdlet 'New-AzureRmVmssConfig'. VERBOSE: Importing cmdlet 'New-AzureRmVmssIpConfig'. VERBOSE: Importing cmdlet 'New-AzureRmVmssVaultCertificateConfig'. VERBOSE: Importing cmdlet 'Remove-AzureRmVmssExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVmssNetworkInterfaceConfiguration'. VERBOSE: Importing cmdlet 'Set-AzureRmVmssOsProfile'. VERBOSE: Importing cmdlet 'Set-AzureRmVmssStorageProfile'. VERBOSE: Importing cmdlet 'New-AzureRmVmss'. VERBOSE: Importing cmdlet 'Update-AzureRmVmss'. VERBOSE: Importing cmdlet 'Stop-AzureRmVmss'. VERBOSE: Importing cmdlet 'Remove-AzureRmVmss'. VERBOSE: Importing cmdlet 'Get-AzureRmVmss'. VERBOSE: Importing cmdlet 'Get-AzureRmVmssSku'. VERBOSE: Importing cmdlet 'Set-AzureRmVmss'. VERBOSE: Importing cmdlet 'Restart-AzureRmVmss'. VERBOSE: Importing cmdlet 'Start-AzureRmVmss'. VERBOSE: Importing cmdlet 'Update-AzureRmVmssInstance'. VERBOSE: Importing cmdlet 'Get-AzureRmVMDscExtensionStatus'. VERBOSE: Importing cmdlet 'Publish-AzureRmVMDscConfiguration'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDscExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDscExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMDscExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMBackup'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDiskEncryptionExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDiskEncryptionExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMBackupExtension'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\AzureRM.Compute.psm1'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\AzureRM.Profile.psd1'. VERBOSE: Importing cmdlet 'Add-AzureRmAccount'. VERBOSE: Importing cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Clear-AzureRmContext'. VERBOSE: Importing cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Get-AzureRmContext'. VERBOSE: Importing cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Importing cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Get-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Get-AzureRmTenant'. VERBOSE: Importing cmdlet 'Import-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmAccount'. VERBOSE: Importing cmdlet 'Remove-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Rename-AzureRmContext'. VERBOSE: Importing cmdlet 'Resolve-AzureRmError'. VERBOSE: Importing cmdlet 'Save-AzureRmContext'. VERBOSE: Importing cmdlet 'Select-AzureRmContext'. VERBOSE: Importing cmdlet 'Send-Feedback'. VERBOSE: Importing cmdlet 'Set-AzureRmContext'. VERBOSE: Importing cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Importing alias 'Login-AzAccount'. VERBOSE: Importing alias 'Login-AzureRmAccount'. VERBOSE: Importing alias 'Logout-AzAccount'. VERBOSE: Importing alias 'Logout-AzureRmAccount'. VERBOSE: Importing alias 'Resolve-Error'. VERBOSE: Importing alias 'Select-AzureRmSubscription'. VERBOSE: Exporting cmdlet 'Remove-AzureRmAvailabilitySet'. VERBOSE: Exporting cmdlet 'Get-AzureRmAvailabilitySet'. VERBOSE: Exporting cmdlet 'New-AzureRmAvailabilitySet'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMExtensionImageType'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMExtensionImage'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMBginfoExtension'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMCustomScriptExtension'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMCustomScriptExtension'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMCustomScriptExtension'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMDiagnosticsExtension'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMDiagnosticsExtension'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMDiagnosticsExtension'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMExtension'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMExtension'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMExtension'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMSqlServerExtension'. VERBOSE: Exporting cmdlet 'New-AzureVMSqlServerAutoBackupConfig'. VERBOSE: Exporting cmdlet 'New-AzureVMSqlServerAutoPatchingConfig'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMSqlServerExtension'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMSqlServerExtension'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMImage'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMAccessExtension'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMAccessExtension'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMAccessExtension'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMImageSku'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMImagePublisher'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMImageOffer'. VERBOSE: Exporting cmdlet 'Get-AzureRmRemoteDesktopFile'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMUsage'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMSize'. VERBOSE: Exporting cmdlet 'Save-AzureRmVMImage'. VERBOSE: Exporting cmdlet 'Set-AzureRmVM'. VERBOSE: Exporting cmdlet 'Add-AzureRmVMAdditionalUnattendContent'. VERBOSE: Exporting cmdlet 'Add-AzureRmVMSshPublicKey'. VERBOSE: Exporting cmdlet 'Add-AzureRmVMSecret'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMNetworkInterface'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMDataDisk'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMBootDiagnostics'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMDataDisk'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMPlan'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMSourceImage'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMOSDisk'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMBootDiagnosticsData'. VERBOSE: Exporting cmdlet 'Get-AzureRmVM'. VERBOSE: Exporting cmdlet 'Update-AzureRmVM'. VERBOSE: Exporting cmdlet 'Restart-AzureRmVM'. VERBOSE: Exporting cmdlet 'New-AzureRmVM'. VERBOSE: Exporting cmdlet 'Start-AzureRmVM'. VERBOSE: Exporting cmdlet 'Stop-AzureRmVM'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVM'. VERBOSE: Exporting cmdlet 'New-AzureRmVMConfig'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMOperatingSystem'. VERBOSE: Exporting cmdlet 'Add-AzureRmVMDataDisk'. VERBOSE: Exporting cmdlet 'Add-AzureRmVMNetworkInterface'. VERBOSE: Exporting cmdlet 'Add-AzureRmVhd'. VERBOSE: Exporting cmdlet 'Save-AzureRmVhd'. VERBOSE: Exporting cmdlet 'Get-AzureRmVmssVM'. VERBOSE: Exporting cmdlet 'Set-AzureRmVmssVM'. VERBOSE: Exporting cmdlet 'Add-AzureRmVmssAdditionalUnattendContent'. VERBOSE: Exporting cmdlet 'Add-AzureRmVmssExtension'. VERBOSE: Exporting cmdlet 'Add-AzureRmVmssNetworkInterfaceConfiguration'. VERBOSE: Exporting cmdlet 'Add-AzureRmVmssSecret'. VERBOSE: Exporting cmdlet 'Add-AzureRmVmssSshPublicKey'. VERBOSE: Exporting cmdlet 'Add-AzureRmVmssWinRMListener'. VERBOSE: Exporting cmdlet 'New-AzureRmVmssConfig'. VERBOSE: Exporting cmdlet 'New-AzureRmVmssIpConfig'. VERBOSE: Exporting cmdlet 'New-AzureRmVmssVaultCertificateConfig'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVmssExtension'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVmssNetworkInterfaceConfiguration'. VERBOSE: Exporting cmdlet 'Set-AzureRmVmssOsProfile'. VERBOSE: Exporting cmdlet 'Set-AzureRmVmssStorageProfile'. VERBOSE: Exporting cmdlet 'New-AzureRmVmss'. VERBOSE: Exporting cmdlet 'Update-AzureRmVmss'. VERBOSE: Exporting cmdlet 'Stop-AzureRmVmss'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVmss'. VERBOSE: Exporting cmdlet 'Get-AzureRmVmss'. VERBOSE: Exporting cmdlet 'Get-AzureRmVmssSku'. VERBOSE: Exporting cmdlet 'Set-AzureRmVmss'. VERBOSE: Exporting cmdlet 'Restart-AzureRmVmss'. VERBOSE: Exporting cmdlet 'Start-AzureRmVmss'. VERBOSE: Exporting cmdlet 'Update-AzureRmVmssInstance'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMDscExtensionStatus'. VERBOSE: Exporting cmdlet 'Publish-AzureRmVMDscConfiguration'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMDscExtension'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMDscExtension'. VERBOSE: Exporting cmdlet 'Get-AzureRmVMDscExtension'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMBackup'. VERBOSE: Exporting cmdlet 'Remove-AzureRmVMDiskEncryptionExtension'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMDiskEncryptionExtension'. VERBOSE: Exporting cmdlet 'Set-AzureRmVMBackupExtension'. VERBOSE: Exporting cmdlet 'Add-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Clear-AzureRmContext'. VERBOSE: Exporting cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Get-AzureRmContext'. VERBOSE: Exporting cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Exporting cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Get-AzureRmSubscription'. VERBOSE: Exporting cmdlet 'Get-AzureRmTenant'. VERBOSE: Exporting cmdlet 'Import-AzureRmContext'. VERBOSE: Exporting cmdlet 'Remove-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Remove-AzureRmContext'. VERBOSE: Exporting cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Rename-AzureRmContext'. VERBOSE: Exporting cmdlet 'Resolve-AzureRmError'. VERBOSE: Exporting cmdlet 'Save-AzureRmContext'. VERBOSE: Exporting cmdlet 'Select-AzureRmContext'. VERBOSE: Exporting cmdlet 'Send-Feedback'. VERBOSE: Exporting cmdlet 'Set-AzureRmContext'. VERBOSE: Exporting cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Exporting alias 'Login-AzAccount'. VERBOSE: Exporting alias 'Login-AzureRmAccount'. VERBOSE: Exporting alias 'Logout-AzAccount'. VERBOSE: Exporting alias 'Logout-AzureRmAccount'. VERBOSE: Exporting alias 'Resolve-Error'. VERBOSE: Exporting alias 'Select-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Add-AzureRmVhd'. VERBOSE: Importing cmdlet 'Add-AzureRmVMAdditionalUnattendContent'. VERBOSE: Importing cmdlet 'Add-AzureRmVMDataDisk'. VERBOSE: Importing cmdlet 'Add-AzureRmVMNetworkInterface'. VERBOSE: Importing cmdlet 'Add-AzureRmVMSecret'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssAdditionalUnattendContent'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssExtension'. VERBOSE: Importing cmdlet 'Add-AzureRmVMSshPublicKey'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssNetworkInterfaceConfiguration'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssSecret'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssSshPublicKey'. VERBOSE: Importing cmdlet 'Add-AzureRmVmssWinRMListener'. VERBOSE: Importing cmdlet 'Get-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'Get-AzureRmRemoteDesktopFile'. VERBOSE: Importing cmdlet 'Get-AzureRmVM'. VERBOSE: Importing cmdlet 'Get-AzureRmVMAccessExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMBootDiagnosticsData'. VERBOSE: Importing cmdlet 'Get-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMDscExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMDscExtensionStatus'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtensionImage'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtensionImageType'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImage'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImageOffer'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImagePublisher'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImageSku'. VERBOSE: Importing cmdlet 'Get-AzureRmVMSize'. VERBOSE: Importing cmdlet 'Get-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVmss'. VERBOSE: Importing cmdlet 'Get-AzureRmVmssSku'. VERBOSE: Importing cmdlet 'Get-AzureRmVmssVM'. VERBOSE: Importing cmdlet 'Get-AzureRmVMUsage'. VERBOSE: Importing cmdlet 'New-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'New-AzureRmVM'. VERBOSE: Importing cmdlet 'New-AzureRmVMConfig'. VERBOSE: Importing cmdlet 'New-AzureRmVmss'. VERBOSE: Importing cmdlet 'New-AzureRmVmssConfig'. VERBOSE: Importing cmdlet 'New-AzureRmVmssIpConfig'. VERBOSE: Importing cmdlet 'New-AzureRmVmssVaultCertificateConfig'. VERBOSE: Importing cmdlet 'Publish-AzureRmVMDscConfiguration'. VERBOSE: Importing cmdlet 'Remove-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'Remove-AzureRmVM'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMAccessExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMBackup'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDataDisk'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDiskEncryptionExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDscExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMNetworkInterface'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVmss'. VERBOSE: Importing cmdlet 'Remove-AzureRmVmssExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVmssNetworkInterfaceConfiguration'. VERBOSE: Importing cmdlet 'Restart-AzureRmVM'. VERBOSE: Importing cmdlet 'Restart-AzureRmVmss'. VERBOSE: Importing cmdlet 'Save-AzureRmVhd'. VERBOSE: Importing cmdlet 'Save-AzureRmVMImage'. VERBOSE: Importing cmdlet 'Set-AzureRmVM'. VERBOSE: Importing cmdlet 'Set-AzureRmVMAccessExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMBackupExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMBginfoExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMBootDiagnostics'. VERBOSE: Importing cmdlet 'Set-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDataDisk'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDiskEncryptionExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDscExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMOperatingSystem'. VERBOSE: Importing cmdlet 'Set-AzureRmVMOSDisk'. VERBOSE: Importing cmdlet 'Set-AzureRmVMPlan'. VERBOSE: Importing cmdlet 'Set-AzureRmVMSourceImage'. VERBOSE: Importing cmdlet 'Set-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVmss'. VERBOSE: Importing cmdlet 'Set-AzureRmVmssOsProfile'. VERBOSE: Importing cmdlet 'Set-AzureRmVmssStorageProfile'. VERBOSE: Importing cmdlet 'Set-AzureRmVmssVM'. VERBOSE: Importing cmdlet 'Start-AzureRmVM'. VERBOSE: Importing cmdlet 'Start-AzureRmVmss'. VERBOSE: Importing cmdlet 'Stop-AzureRmVM'. VERBOSE: Importing cmdlet 'Stop-AzureRmVmss'. VERBOSE: Importing cmdlet 'Update-AzureRmVM'. VERBOSE: Importing cmdlet 'Update-AzureRmVmss'. VERBOSE: Importing cmdlet 'Update-AzureRmVmssInstance'. VERBOSE: Importing alias 'Login-AzAccount'. VERBOSE: Importing alias 'Login-AzureRmAccount'. VERBOSE: Importing alias 'Logout-AzAccount'. VERBOSE: Importing alias 'Logout-AzureRmAccount'. VERBOSE: Importing alias 'Resolve-Error'. VERBOSE: Importing alias 'Select-AzureRmSubscription'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Dns\3.4.1\AzureRM.Dns.psd1'. VER

mattmcspirit commented 5 years ago

Hey Keith,

Are you at Ignite?

Could you paste the exact error this time, using the newly created non-MFA account?

Thanks! Matt

zeronines commented 5 years ago

Matt,

Unfortunately due to some conflicts I’m not at Ignite.

Here are the last few lines of the output in PowerShell – sorry for the colors:

VERBOSE: Catalog file 'Azs.Update.Admin.cat' is not found in the contents of the module 'Azs.Update.Admin' being installed.

VERBOSE: Installing the dependency module 'Azs.Update.Admin' with version '0.1.1' for the module 'AzureStack'.

VERBOSE: Module 'Azs.Update.Admin' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\Azs.Update.Admin\0.1.1'.

VERBOSE: Catalog file 'AzureStack.cat' is not found in the contents of the module 'AzureStack' being installed.

VERBOSE: Module 'AzureStack' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureStack\1.4.0'.

VERBOSE: [5:28 AM]::[INSTALLPOWERSHELL]:: Updating ConfigASDKProgressLog.csv file with successful completion

Stage Status


ExtractZip Skipped

InstallPowerShell Complete

DownloadTools Incomplete

HostConfiguration Incomplete

Registration Incomplete

UbuntuImage Incomplete

WindowsImage Incomplete

MySQLGalleryItem Incomplete

SQLServerGalleryItem Incomplete

VMExtensions Incomplete

MySQLRP Incomplete

SQLServerRP Incomplete

MySQLSKUQuota Incomplete

SQLServerSKUQuota Incomplete

UploadScripts Incomplete

MySQLDBVM Incomplete

SQLServerDBVM Incomplete

MySQLAddHosting Incomplete

SQLServerAddHosting Incomplete

AppServiceFileServer Incomplete

AppServiceSQLServer Incomplete

DownloadAppService Incomplete

GenerateAppServiceCerts Incomplete

CreateServicePrincipal Incomplete

GrantAzureADAppPermissions Incomplete

InstallAppService Incomplete

RegisterNewRPs Incomplete

CreatePlansOffers Incomplete

InstallHostApps Incomplete

CreateOutput Incomplete

Get-AzureRmContext : Run Login-AzureRmAccount to login.

At C:\ConfigASDK\ConfigASDK.ps1:987 char:1

PS D:\ASDKfiles>

From: Matt McSpirit notifications@github.com Reply-To: mattmcspirit/azurestack reply@reply.github.com Date: Wednesday, September 26, 2018 at 8:33 AM To: mattmcspirit/azurestack azurestack@noreply.github.com Cc: Keith Fukuhara keith@zeronines.com, Author author@noreply.github.com Subject: Re: [mattmcspirit/azurestack] MFA (#45)

Hey Keith,

Are you at Ignite?

Could you paste the exact error this time, using the newly created non-MFA account?

Thanks! Matt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mattmcspirit commented 5 years ago

Hi Keith,

Assuming you're still having issues, I think it's PS issues, so here's what i would do on the ASDK Host:

  1. Close all PS windows
  2. Open an ISE as administrator and run Get-AzureRMProfile
  3. Assuming it returns results, do the following:
Uninstall-AzureRmProfile -Profile '2017-03-09-profile' -Force
Uninstall-AzureRmProfile -Profile '2018-03-01-hybrid' -Force
Uninstall-AzureRmProfile -Profile latest -Force
Uninstall-Module -Name AzureRM.AzureStackAdmin -Force
Uninstall-Module -Name AzureRM.AzureStackStorage -Force
Uninstall-Module -Name AzureRM.Bootstrapper -Force
Uninstall-Module -Name AzureStack -Force
Get-Module -Name Azs.* -ListAvailable | Uninstall-Module -Force

You may get some errors saying modules were not found, but that's OK.

  1. Go into the following folders and delete all the folders that start with Azure from the C:\Program Files\WindowsPowerShell\Modules and C:\Users{yourusername}\Documents\WindowsPowerShell\Modules folders. Deleting these folders removes any existing PowerShell modules. Make sure you include AzureRM.Bootstrapper for deletion.
  2. Remove the PS Repository:
Get-PSRepository | Unregister-PSRepository
  1. Close the PS ISE and open a fresh one.
  2. In Folder Explorer, navigate to your -downloadPath (ASDKfiles?) and delete the folders within it, and and .CSV, log files etc.
  3. Delete your ConfigASDK.ps1 file from your C:\ConfigASDK folder.
  4. Run the following:
# Create directory on the root drive.
New-Item -ItemType Directory -Force -Path "C:\ConfigASDK"
Set-Location "C:\ConfigASDK"

# Download the ConfigASDK Script.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-Webrequest http://bit.ly/configasdk -UseBasicParsing -OutFile ConfigASDK.ps1
  1. Run your launch command again to run the script. Hopefully it should proceed as normal.

Let me know if that works and we can go from there.

Thanks, Matt

zeronines commented 5 years ago

Matt,

Thanks, I’ll try that out and get back to you.  Is there any output that I should capture for you?

Thanks,

Keith.

From: Matt McSpirit notifications@github.com Reply-To: mattmcspirit/azurestack reply@reply.github.com Date: Tuesday, October 2, 2018 at 10:11 AM To: mattmcspirit/azurestack azurestack@noreply.github.com Cc: Keith Fukuhara keith@zeronines.com, Author author@noreply.github.com Subject: Re: [mattmcspirit/azurestack] MFA (#45)

Hi Keith,

Assuming you're still having issues, I think it's PS issues, so here's what i would do on the ASDK Host: Close all PS windows Open an ISE as administrator and run Get-AzureRMProfile Assuming it returns results, do the following: Uninstall-AzureRmProfile -Profile '2017-03-09-profile' -Force Uninstall-AzureRmProfile -Profile '2018-03-01-hybrid' -Force Uninstall-AzureRmProfile -Profile latest -Force Uninstall-Module -Name AzureRM.AzureStackAdmin -Force Uninstall-Module -Name AzureRM.AzureStackStorage -Force Uninstall-Module -Name AzureRM.Bootstrapper -Force Uninstall-Module -Name AzureStack -Force Get-Module -Name Azs.* -ListAvailable | Uninstall-Module -Force You may get some errors saying modules were not found, but that's OK. Go into the following folders and delete all the folders that start with Azure from the C:\Program Files\WindowsPowerShell\Modules and C:\Users{yourusername}\Documents\WindowsPowerShell\Modules folders. Deleting these folders removes any existing PowerShell modules. Make sure you include AzureRM.Bootstrapper for deletion. Remove the PS Repository: Get-PSRepository | Unregister-PSRepository Close the PS ISE and open a fresh one. In Folder Explorer, navigate to your -downloadPath (ASDKfiles?) and delete the folders within it, and and .CSV, log files etc. Delete your ConfigASDK.ps1 file from your C:\ConfigASDK folder. Run the following:

Create directory on the root drive.

New-Item -ItemType Directory -Force -Path "C:\ConfigASDK" Set-Location "C:\ConfigASDK"

Download the ConfigASDK Script.

Invoke-Webrequest http://bit.ly/configasdk -UseBasicParsing -OutFile ConfigASDK.ps1 Run your launch command again to run the script. Hopefully it should proceed as normal. Let me know if that works and we can go from there.

Thanks, Matt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mattmcspirit commented 5 years ago

Hi Keith,

Just let me know if there are any strange errors with the cleanup, and additionally, if there are any issues when you finally re-run the ConfigASDK.ps1 script. We can look into it then.

Thanks! Matt

zeronines commented 5 years ago

Question as we’re going through the folder names:

We are only looking for folder that start with “Azure” verbatim.  Not anything that says AzureStack or AS…

Also, in the users section, we noticed that we’ve been using the AzureStackAdmin account for the scripts.  Is this okay or do we need to be logged in as Administrator?

Keith.

From: Matt McSpirit notifications@github.com Reply-To: mattmcspirit/azurestack reply@reply.github.com Date: Tuesday, October 2, 2018 at 10:11 AM To: mattmcspirit/azurestack azurestack@noreply.github.com Cc: Keith Fukuhara keith@zeronines.com, Author author@noreply.github.com Subject: Re: [mattmcspirit/azurestack] MFA (#45)

Hi Keith,

Assuming you're still having issues, I think it's PS issues, so here's what i would do on the ASDK Host: Close all PS windows Open an ISE as administrator and run Get-AzureRMProfile Assuming it returns results, do the following: Uninstall-AzureRmProfile -Profile '2017-03-09-profile' -Force Uninstall-AzureRmProfile -Profile '2018-03-01-hybrid' -Force Uninstall-AzureRmProfile -Profile latest -Force Uninstall-Module -Name AzureRM.AzureStackAdmin -Force Uninstall-Module -Name AzureRM.AzureStackStorage -Force Uninstall-Module -Name AzureRM.Bootstrapper -Force Uninstall-Module -Name AzureStack -Force Get-Module -Name Azs.* -ListAvailable | Uninstall-Module -Force You may get some errors saying modules were not found, but that's OK. Go into the following folders and delete all the folders that start with Azure from the C:\Program Files\WindowsPowerShell\Modules and C:\Users{yourusername}\Documents\WindowsPowerShell\Modules folders. Deleting these folders removes any existing PowerShell modules. Make sure you include AzureRM.Bootstrapper for deletion. Remove the PS Repository: Get-PSRepository | Unregister-PSRepository Close the PS ISE and open a fresh one. In Folder Explorer, navigate to your -downloadPath (ASDKfiles?) and delete the folders within it, and and .CSV, log files etc. Delete your ConfigASDK.ps1 file from your C:\ConfigASDK folder. Run the following:

Create directory on the root drive.

New-Item -ItemType Directory -Force -Path "C:\ConfigASDK" Set-Location "C:\ConfigASDK"

Download the ConfigASDK Script.

Invoke-Webrequest http://bit.ly/configasdk -UseBasicParsing -OutFile ConfigASDK.ps1 Run your launch command again to run the script. Hopefully it should proceed as normal. Let me know if that works and we can go from there.

Thanks, Matt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mattmcspirit commented 5 years ago

Hi Keith,

It'll be folders that start with AzureRM.modulename and Azs.modulename but these commands "should" catch most of them:

Uninstall-Module -Name AzureRM.AzureStackAdmin -Force Uninstall-Module -Name AzureRM.AzureStackStorage -Force Uninstall-Module -Name AzureRM.Bootstrapper -Force Uninstall-Module -Name AzureStack -Force Get-Module -Name Azs.* -ListAvailable | Uninstall-Module -Force

but just double check in the folders to make sure you get them all.

For user, yep, the azurestack\azurestackadmin is the right user.

Thanks! Matt

zeronines commented 5 years ago

Matt,

It looks like I hit the same road block.  Are there any services or subscriptions in our subscription that we need to turn on?  The account is registered, and a subscription assigned to the Azure Admin account that we Authenticated to.  In the enclosed file is the powershell run output.  I blanked out our AAD password but left the local VM password.  I’m not sure if that’s an issue or not.

Keith.

From: Matt McSpirit notifications@github.com Reply-To: mattmcspirit/azurestack reply@reply.github.com Date: Tuesday, October 2, 2018 at 5:14 PM To: mattmcspirit/azurestack azurestack@noreply.github.com Cc: Keith Fukuhara keith@zeronines.com, Author author@noreply.github.com Subject: Re: [mattmcspirit/azurestack] MFA (#45)

Hi Keith,

It'll be folders that start with AzureRM.modulename and Azs.modulename but these commands "should" catch most of them:

Uninstall-Module -Name AzureRM.AzureStackAdmin -Force Uninstall-Module -Name AzureRM.AzureStackStorage -Force Uninstall-Module -Name AzureRM.Bootstrapper -Force Uninstall-Module -Name AzureStack -Force Get-Module -Name Azs.* -ListAvailable | Uninstall-Module -Force

but just double check in the folders to make sure you get them all.

For user, yep, the azurestack\azurestackadmin is the right user.

Thanks! Matt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

PS C:\Windows\system32> cd \

PS C:> dir

Directory: C:\

Mode LastWriteTime Length Name


d----- 9/25/2018 6:23 PM ACS
d----- 9/26/2018 1:39 AM AzureStack-Tools-master
d----- 9/25/2018 6:35 PM CloudDeployment
da---- 9/25/2018 7:18 PM ClusterStorage
d----- 9/25/2018 8:18 PM CompleteBootDSCStatus
d----- 10/2/2018 9:50 PM ConfigASDK
d----- 9/25/2018 7:11 PM DSCConfigs
d----- 9/25/2018 7:16 PM EceStore
d----- 8/27/2018 8:48 PM fwupdate
d----- 8/12/2018 1:02 AM inetpub
d----- 9/26/2018 1:59 AM MASLogs
d----- 9/25/2018 6:23 PM Monitoring
d----- 9/25/2018 6:23 PM NugetStore
d----- 8/12/2018 1:27 AM PerfLogs
d-r--- 9/25/2018 8:53 PM Program Files
d----- 9/27/2018 11:08 PM Program Files (x86)
d----- 9/25/2018 7:15 PM RemoteInstall
d----- 9/25/2018 10:09 PM Temp
d----- 8/12/2018 1:29 AM tools
d----- 9/25/2018 7:20 PM TraceCollector
d----- 9/25/2018 9:59 PM Updates
d-r--- 9/26/2018 1:40 AM Users
d----- 9/25/2018 6:38 PM VMs
d----- 9/25/2018 9:17 PM Windows
-a---- 9/26/2018 1:39 AM 42756038 master.zip
-a---- 9/26/2018 1:06 AM 3462 unattend.xml

PS C:> cd .\ConfigASDK

PS C:\ConfigASDK> dir

Directory: C:\ConfigASDK

Mode LastWriteTime Length Name


-a---- 10/2/2018 9:50 PM 297818 ConfigASDK.ps1

PS C:\ConfigASDK> PS C:\ConfigASDK> .\ConfigASDK.ps1 -azureDirectoryTenantName "zerodownstack.onmicrosoft.com" -authenticationType AzureAD -downloadPath "D:\ASDKfiles" -ISOPath "D:\Windows_Server_2016_Datacenter_EVAL_en-us_14393_refresh.ISO" -azureStackAdminPwd '############' -VMpwd '1234@M$ft4321' -azureAdUsername "stackadmin@zerodownstack.onmicrosoft.com" -azureAdPwd '##########' ` -registerASDK -useAzureCredsForRegistration -azureRegSubId "6cd82c59-e377-4b85-ae08-9b97cf662141"

VERBOSE: [1:54 AM]::[VALIDATION]:: Validating if running under Admin Privileges VERBOSE: [1:54 AM]::[VALIDATION]:: Log folder full path is C:\ConfigASDK\Logs\20181003 VERBOSE: [1:54 AM]::[VALIDATION]:: Transcript started, output file is C:\ConfigASDK\Logs\20181003\ConfigASDKLog1003-015420. txt VERBOSE: [1:54 AM]::[VALIDATION]:: Testing internet connectivity to various internet resources: VERBOSE: Exporting function 'Get-NetCompartment'. VERBOSE: Exporting function 'New-NetIPAddress'. VERBOSE: Exporting function 'Get-NetIPAddress'. VERBOSE: Exporting function 'Set-NetIPAddress'. VERBOSE: Exporting function 'Remove-NetIPAddress'. VERBOSE: Exporting function 'Get-NetIPInterface'. VERBOSE: Exporting function 'Set-NetIPInterface'. VERBOSE: Exporting function 'Get-NetIPv4Protocol'. VERBOSE: Exporting function 'Set-NetIPv4Protocol'. VERBOSE: Exporting function 'Get-NetIPv6Protocol'. VERBOSE: Exporting function 'Set-NetIPv6Protocol'. VERBOSE: Exporting function 'New-NetNeighbor'. VERBOSE: Exporting function 'Get-NetNeighbor'. VERBOSE: Exporting function 'Set-NetNeighbor'. VERBOSE: Exporting function 'Remove-NetNeighbor'. VERBOSE: Exporting function 'Get-NetOffloadGlobalSetting'. VERBOSE: Exporting function 'Set-NetOffloadGlobalSetting'. VERBOSE: Exporting function 'Get-NetPrefixPolicy'. VERBOSE: Exporting function 'New-NetRoute'. VERBOSE: Exporting function 'Find-NetRoute'. VERBOSE: Exporting function 'Get-NetRoute'. VERBOSE: Exporting function 'Set-NetRoute'. VERBOSE: Exporting function 'Remove-NetRoute'. VERBOSE: Exporting function 'Get-NetTCPConnection'. VERBOSE: Exporting function 'Get-NetTCPSetting'. VERBOSE: Exporting function 'Set-NetTCPSetting'. VERBOSE: Exporting function 'New-NetTransportFilter'. VERBOSE: Exporting function 'Get-NetTransportFilter'. VERBOSE: Exporting function 'Remove-NetTransportFilter'. VERBOSE: Exporting function 'Get-NetUDPEndpoint'. VERBOSE: Exporting function 'Get-NetUDPSetting'. VERBOSE: Exporting function 'Set-NetUDPSetting'. VERBOSE: Exporting function 'Get-NetIPConfiguration'. VERBOSE: Exporting alias 'gip'. VERBOSE: Exporting function 'Test-NetConnection'. VERBOSE: Exporting alias 'TNC'. VERBOSE: [1:54 AM]::[VALIDATION]:: Connection to Azure: True VERBOSE: [1:54 AM]::[VALIDATION]:: Connection to Microsoft.com: True VERBOSE: [1:54 AM]::[VALIDATION]:: Connection to Microsoft Update Catalog: True VERBOSE: [1:54 AM]::[VALIDATION]:: Connection to GitHub: True VERBOSE: [1:54 AM]::[VALIDATION]:: Connection to Ubuntu's Image Repo: True VERBOSE: [1:54 AM]::[VALIDATION]:: Connection to Chocolatey: True VERBOSE: [1:54 AM]::[VALIDATION]:: All internet connectivity tests passed VERBOSE: [1:54 AM]::[VALIDATION]:: Validating download path. VERBOSE: [1:54 AM]::[VALIDATION]:: Download path exists and is valid VERBOSE: [1:54 AM]::[VALIDATION]:: Files will be stored at D:\ASDKfiles VERBOSE: [1:54 AM]::[VALIDATION]:: Selected identity provider is AzureAD VERBOSE: [1:54 AM]::[VALIDATION]:: Checking to see if Virtual Machine password is strong... VERBOSE: [1:54 AM]::[VALIDATION]:: Virtual Machine password meets desired complexity level VERBOSE: [1:54 AM]::[VALIDATION]:: Checking to see Azure Stack Admin password is strong...

Azure Stack Admin (AzureStack\AzureStackAdmin) password is not a strong password. It should ideally be at least 8 characters, with at least 1 upper case, 1 lower case, and 1 special character. Please consider a stronger password in the future.

VERBOSE: [1:54 AM]::[VALIDATION]:: Checking to see if Azure AD Service Administrator (Used for ASDK Deployment) username is correctly formatted... VERBOSE: [1:54 AM]::[VALIDATION]:: Azure AD Service Administrator username (Used for ASDK Deployment) is correctly formatte d. VERBOSE: [1:54 AM]::[VALIDATION]:: stackadmin@zerodownstack.onmicrosoft.com will be used to connect to Azure. VERBOSE: [1:54 AM]::[VALIDATION]:: Checking to see if password for the Azure AD Service Administrator used to deploy the AS DK, is strong... VERBOSE: [1:54 AM]::[VALIDATION]:: Password for the Azure AD Service Administrator account used to deploy the ASDK meets de sired complexity level VERBOSE: [1:54 AM]::[VALIDATION]:: Checking for a valid Azure subscription ID that will be used to register the Azure Stack to Azure VERBOSE: [1:54 AM]::[VALIDATION]:: Azure subscription ID has been provided. VERBOSE: [1:54 AM]::[VALIDATION]:: 6cd82c59-e377-4b85-ae08-9b97cf662141 will be used to register this Azure Stack with Azur e. VERBOSE: [1:54 AM]::[VALIDATION]:: No ConfigASDkProgressLog.csv exists - this must be a fresh deployment VERBOSE: [1:54 AM]::[VALIDATION]:: Creating ConfigASDKProgressLog.csv

Stage Status


ExtractZip Incomplete InstallPowerShell Incomplete DownloadTools Incomplete HostConfiguration Incomplete Registration Incomplete UbuntuImage Incomplete WindowsImage Incomplete MySQLGalleryItem Incomplete SQLServerGalleryItem Incomplete VMExtensions Incomplete MySQLRP Incomplete SQLServerRP Incomplete MySQLSKUQuota Incomplete SQLServerSKUQuota Incomplete UploadScripts Incomplete MySQLDBVM Incomplete SQLServerDBVM Incomplete MySQLAddHosting Incomplete SQLServerAddHosting Incomplete AppServiceFileServer Incomplete AppServiceSQLServer Incomplete DownloadAppService Incomplete GenerateAppServiceCerts Incomplete CreateServicePrincipal Incomplete GrantAzureADAppPermissions Incomplete InstallAppService Incomplete RegisterNewRPs Incomplete CreatePlansOffers Incomplete InstallHostApps Incomplete CreateOutput Incomplete

VERBOSE: [1:54 AM]::[VALIDATION]:: ASDK folder doesn't exist within D:\ASDKfiles, creating it VERBOSE: [1:54 AM]::[VALIDATION]:: ASDK folder full path is D:\ASDKfiles\ASDK VERBOSE: [1:54 AM]::[EXTRACTZIP]:: Skipping zip extraction - this is a 100% online deployment

Stage Status


ExtractZip Skipped
InstallPowerShell Incomplete DownloadTools Incomplete HostConfiguration Incomplete Registration Incomplete UbuntuImage Incomplete WindowsImage Incomplete MySQLGalleryItem Incomplete SQLServerGalleryItem Incomplete VMExtensions Incomplete MySQLRP Incomplete SQLServerRP Incomplete MySQLSKUQuota Incomplete SQLServerSKUQuota Incomplete UploadScripts Incomplete MySQLDBVM Incomplete SQLServerDBVM Incomplete MySQLAddHosting Incomplete SQLServerAddHosting Incomplete AppServiceFileServer Incomplete AppServiceSQLServer Incomplete DownloadAppService Incomplete GenerateAppServiceCerts Incomplete CreateServicePrincipal Incomplete GrantAzureADAppPermissions Incomplete InstallAppService Incomplete RegisterNewRPs Incomplete CreatePlansOffers Incomplete InstallHostApps Incomplete CreateOutput Incomplete

VERBOSE: [1:54 AM]::[VALIDATE ISO]:: Validating ISO path VERBOSE: [1:54 AM]::[VALIDATE ISO]:: Found path to valid ISO file VERBOSE: [1:54 AM]::[VALIDATE ISO]:: The Windows Server 2016 Eval found at D:\Windows_Server_2016_Datacenter_EVAL_en-us_143 93_refresh.ISO will be used VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PowerShellGet.psd1'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.1\PackageManagement.p sd1'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.1\Package Management.format.ps1xml'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.1\Microsoft.PowerShel l.PackageManagement.dll'. VERBOSE: Exporting cmdlet 'Find-Package'. VERBOSE: Exporting cmdlet 'Get-Package'. VERBOSE: Exporting cmdlet 'Get-PackageProvider'. VERBOSE: Exporting cmdlet 'Get-PackageSource'. VERBOSE: Exporting cmdlet 'Install-Package'. VERBOSE: Exporting cmdlet 'Import-PackageProvider'. VERBOSE: Exporting cmdlet 'Find-PackageProvider'. VERBOSE: Exporting cmdlet 'Install-PackageProvider'. VERBOSE: Exporting cmdlet 'Register-PackageSource'. VERBOSE: Exporting cmdlet 'Save-Package'. VERBOSE: Exporting cmdlet 'Set-PackageSource'. VERBOSE: Exporting cmdlet 'Uninstall-Package'. VERBOSE: Exporting cmdlet 'Unregister-PackageSource'. VERBOSE: Importing cmdlet 'Find-Package'. VERBOSE: Importing cmdlet 'Find-PackageProvider'. VERBOSE: Importing cmdlet 'Get-Package'. VERBOSE: Importing cmdlet 'Get-PackageProvider'. VERBOSE: Importing cmdlet 'Get-PackageSource'. VERBOSE: Importing cmdlet 'Import-PackageProvider'. VERBOSE: Importing cmdlet 'Install-Package'. VERBOSE: Importing cmdlet 'Install-PackageProvider'. VERBOSE: Importing cmdlet 'Register-PackageSource'. VERBOSE: Importing cmdlet 'Save-Package'. VERBOSE: Importing cmdlet 'Set-PackageSource'. VERBOSE: Importing cmdlet 'Uninstall-Package'. VERBOSE: Importing cmdlet 'Unregister-PackageSource'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSGet.Forma t.ps1xml'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1'. VERBOSE: Exporting function 'Publish-Module'. VERBOSE: Exporting function 'Find-Module'. VERBOSE: Exporting function 'Save-Module'. VERBOSE: Exporting function 'Install-Module'. VERBOSE: Exporting function 'Update-Module'. VERBOSE: Exporting function 'Uninstall-Module'. VERBOSE: Exporting function 'Get-InstalledModule'. VERBOSE: Exporting function 'Find-DscResource'. VERBOSE: Exporting function 'Find-Command'. VERBOSE: Exporting function 'Find-RoleCapability'. VERBOSE: Exporting function 'Publish-Script'. VERBOSE: Exporting function 'Find-Script'. VERBOSE: Exporting function 'Save-Script'. VERBOSE: Exporting function 'Install-Script'. VERBOSE: Exporting function 'Update-Script'. VERBOSE: Exporting function 'Uninstall-Script'. VERBOSE: Exporting function 'Get-InstalledScript'. VERBOSE: Exporting function 'Register-PSRepository'. VERBOSE: Exporting function 'Set-PSRepository'. VERBOSE: Exporting function 'Unregister-PSRepository'. VERBOSE: Exporting function 'Get-PSRepository'. VERBOSE: Exporting function 'Test-ScriptFileInfo'. VERBOSE: Exporting function 'New-ScriptFileInfo'. VERBOSE: Exporting function 'Update-ScriptFileInfo'. VERBOSE: Exporting function 'Get-PackageProviderName'. VERBOSE: Exporting function 'Get-Feature'. VERBOSE: Exporting function 'Initialize-Provider'. VERBOSE: Exporting function 'Get-DynamicOptions'. VERBOSE: Exporting function 'Add-PackageSource'. VERBOSE: Exporting function 'Resolve-PackageSource'. VERBOSE: Exporting function 'Remove-PackageSource'. VERBOSE: Exporting function 'Find-Package'. VERBOSE: Exporting function 'Download-Package'. VERBOSE: Exporting function 'Install-Package'. VERBOSE: Exporting function 'Uninstall-Package'. VERBOSE: Exporting function 'Get-InstalledPackage'. VERBOSE: Exporting function 'Update-ModuleManifest'. VERBOSE: Exporting alias 'fimo'. VERBOSE: Exporting alias 'inmo'. VERBOSE: Exporting alias 'upmo'. VERBOSE: Exporting alias 'pumo'. VERBOSE: Importing function 'Find-Command'. VERBOSE: Importing function 'Find-DscResource'. VERBOSE: Importing function 'Find-Module'. VERBOSE: Importing function 'Find-RoleCapability'. VERBOSE: Importing function 'Find-Script'. VERBOSE: Importing function 'Get-InstalledModule'. VERBOSE: Importing function 'Get-InstalledScript'. VERBOSE: Importing function 'Get-PSRepository'. VERBOSE: Importing function 'Install-Module'. VERBOSE: Importing function 'Install-Script'. VERBOSE: Importing function 'New-ScriptFileInfo'. VERBOSE: Importing function 'Publish-Module'. VERBOSE: Importing function 'Publish-Script'. VERBOSE: Importing function 'Register-PSRepository'. VERBOSE: Importing function 'Save-Module'. VERBOSE: Importing function 'Save-Script'. VERBOSE: Importing function 'Set-PSRepository'. VERBOSE: Importing function 'Test-ScriptFileInfo'. VERBOSE: Importing function 'Uninstall-Module'. VERBOSE: Importing function 'Uninstall-Script'. VERBOSE: Importing function 'Unregister-PSRepository'. VERBOSE: Importing function 'Update-Module'. VERBOSE: Importing function 'Update-ModuleManifest'. VERBOSE: Importing function 'Update-Script'. VERBOSE: Importing function 'Update-ScriptFileInfo'. VERBOSE: Importing alias 'fimo'. VERBOSE: Importing alias 'inmo'. VERBOSE: Importing alias 'pumo'. VERBOSE: Importing alias 'upmo'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.0.0.1\PackageManagement.p sd1'. VERBOSE: Importing cmdlet 'Find-Package'. VERBOSE: Importing cmdlet 'Find-PackageProvider'. VERBOSE: Importing cmdlet 'Get-Package'. VERBOSE: Importing cmdlet 'Get-PackageProvider'. VERBOSE: Importing cmdlet 'Get-PackageSource'. VERBOSE: Importing cmdlet 'Import-PackageProvider'. VERBOSE: Importing cmdlet 'Install-Package'. VERBOSE: Importing cmdlet 'Install-PackageProvider'. VERBOSE: Importing cmdlet 'Register-PackageSource'. VERBOSE: Importing cmdlet 'Save-Package'. VERBOSE: Importing cmdlet 'Set-PackageSource'. VERBOSE: Importing cmdlet 'Uninstall-Package'. VERBOSE: Importing cmdlet 'Unregister-PackageSource'. VERBOSE: [1:54 AM]::[INSTALLPOWERSHELL]:: Uninstalling previously existing Azure Stack modules VERBOSE: Successfully uninstalled the module 'AzureStack' from module base 'C:\Program Files\WindowsPowerShell\Modules\Azur eStack\1.4.0'. VERBOSE: [1:54 AM]::[INSTALLPOWERSHELL]:: Configuring the PSGallery Repo for Azure Stack PowerShell Modules VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'.

Name InstallationPolicy SourceLocation


PSGallery Untrusted https://www.powershellgallery.com/api/v2
VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'False' ; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. PSGallery Trusted https://www.powershellgallery.com/api/v2
VERBOSE: Using the provider 'PowerShellGet' for searching packages. VERBOSE: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories. VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'. VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRm.BootStrapper'' for ' '. VERBOSE: Total package yield:'1' for the specified package 'AzureRm.BootStrapper'. VERBOSE: The installation scope is specified to be 'AllUsers'. VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'. VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'. VERBOSE: Downloading module 'AzureRM.BootStrapper' with version '0.4.0' from the repository 'https://www.powershellgallery. com/api/v2'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.BootStrapper'' for ' '. VERBOSE: InstallPackage' - name='AzureRM.BootStrapper', version='0.4.0',destination='C:\Users\AzureStackAdmin\AppData\Local \Temp\1827324318' VERBOSE: DownloadPackage' - name='AzureRM.BootStrapper', version='0.4.0',destination='C:\Users\AzureStackAdmin\AppData\Loca l\Temp\1827324318\AzureRM.BootStrapper\AzureRM.BootStrapper.nupkg', uri='https://www.powershellgallery.com/api/v2/package/A zureRM.BootStrapper/0.4.0' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.BootStrapper/0.4.0'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.BootStrapper/0.4.0'. VERBOSE: Completed downloading 'AzureRM.BootStrapper'. VERBOSE: Hash for package 'AzureRM.BootStrapper' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.BootStrapper', version='0.4.0',destination='C:\Users\AzureStackAdmin\AppData\ Local\Temp\1827324318' VERBOSE: Catalog file 'AzureRM.BootStrapper.cat' is not found in the contents of the module 'AzureRM.BootStrapper' being in stalled. VERBOSE: Module 'AzureRM.BootStrapper' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\Azure RM.BootStrapper\0.4.0'. Loading Profile 2017-03-09-profile VERBOSE: Getting the version of AzureRM from 2017-03-09-profile VERBOSE: AzureRM was not found on the machine. Trying to install... VERBOSE: Checking if there is a potential conflict for module installation VERBOSE: Installing module AzureRM VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2'; IsTrusted = 'True'; IsRegistered = 'True'. VERBOSE: Using the provider 'PowerShellGet' for searching packages. VERBOSE: Using the specified source names : 'PSGallery'. VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'. VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'' for ''. VERBOSE: Total package yield:'1' for the specified package 'AzureRM'. VERBOSE: The installation scope is specified to be 'AllUsers'. VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'. VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'. VERBOSE: Downloading module 'AzureRM' with version '1.2.11' from the repository 'https://www.powershellgallery.com/api/v2'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Profile'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Azure.Storage'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Dns'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.KeyVault'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Resources'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Storage'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Tags'' for ''. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.UsageAggregates'' fo r ''. VERBOSE: InstallPackage' - name='AzureRM.profile', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp \1825409924' VERBOSE: DownloadPackage' - name='AzureRM.profile', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Tem p\1825409924\AzureRM.profile\AzureRM.profile.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.profile/ 3.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.profile/3.4.1'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.profile/3.4.1'. VERBOSE: Completed downloading 'AzureRM.profile'. VERBOSE: Hash for package 'AzureRM.profile' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.profile', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local \Temp\1825409924' VERBOSE: InstallPackage' - name='Azure.Storage', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp \1825409924' VERBOSE: DownloadPackage' - name='Azure.Storage', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Local\Tem p\1825409924\Azure.Storage\Azure.Storage.nupkg', uri='https://www.powershellgallery.com/api/v2/package/Azure.Storage/1.0.5. 4' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/Azure.Storage/1.0.5.4'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/Azure.Storage/1.0.5.4'. VERBOSE: Completed downloading 'Azure.Storage'. VERBOSE: Hash for package 'Azure.Storage' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='Azure.Storage', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Local \Temp\1825409924' VERBOSE: InstallPackage' - name='AzureRM.Compute', version='1.2.3.4',destination='C:\Users\AzureStackAdmin\AppData\Local\Te mp\1825409924' VERBOSE: DownloadPackage' - name='AzureRM.Compute', version='1.2.3.4',destination='C:\Users\AzureStackAdmin\AppData\Local\T emp\1825409924\AzureRM.Compute\AzureRM.Compute.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.Comput e/1.2.3.4' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Compute/1.2.3.4'. VERBOSE: Catalog file 'AzureRM.profile.cat' is not found in the contents of the module 'AzureRM.profile' being installed. VERBOSE: Installing the dependency module 'AzureRM.profile' with version '3.4.1' for the module 'AzureRM'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Compute/1.2.3.4'. VERBOSE: Completed downloading 'AzureRM.Compute'. VERBOSE: Hash for package 'AzureRM.Compute' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.Compute', version='1.2.3.4',destination='C:\Users\AzureStackAdmin\AppData\Loc al\Temp\1825409924' VERBOSE: Module 'AzureRM.profile' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.pr ofile\3.4.1'. VERBOSE: InstallPackage' - name='AzureRM.Dns', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\182 5409924' VERBOSE: DownloadPackage' - name='AzureRM.Dns', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\18 25409924\AzureRM.Dns\AzureRM.Dns.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.Dns/3.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Dns/3.4.1'. VERBOSE: Catalog file 'Azure.Storage.cat' is not found in the contents of the module 'Azure.Storage' being installed. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Dns/3.4.1'. VERBOSE: Completed downloading 'AzureRM.Dns'. VERBOSE: Hash for package 'AzureRM.Dns' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.Dns', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Tem p\1825409924' VERBOSE: Installing the dependency module 'Azure.Storage' with version '1.0.5.4' for the module 'AzureRM'. VERBOSE: InstallPackage' - name='AzureRM.KeyVault', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Tem p\1825409924' VERBOSE: DownloadPackage' - name='AzureRM.KeyVault', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Te mp\1825409924\AzureRM.KeyVault\AzureRM.KeyVault.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.KeyVa ult/3.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.KeyVault/3.4.1'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.KeyVault/3.4.1'. VERBOSE: Completed downloading 'AzureRM.KeyVault'. VERBOSE: Hash for package 'AzureRM.KeyVault' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.KeyVault', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Loca l\Temp\1825409924' VERBOSE: Module 'Azure.Storage' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storag e\1.0.5.4'. VERBOSE: InstallPackage' - name='AzureRM.Network', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Local\Te mp\1825409924' VERBOSE: DownloadPackage' - name='AzureRM.Network', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Local\T emp\1825409924\AzureRM.Network\AzureRM.Network.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.Networ k/1.0.5.4' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Network/1.0.5.4'. VERBOSE: Catalog file 'AzureRM.Compute.cat' is not found in the contents of the module 'AzureRM.Compute' being installed. VERBOSE: Installing the dependency module 'AzureRM.Compute' with version '1.2.3.4' for the module 'AzureRM'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Network/1.0.5.4'. VERBOSE: Completed downloading 'AzureRM.Network'. VERBOSE: Hash for package 'AzureRM.Network' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.Network', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Loc al\Temp\1825409924' VERBOSE: InstallPackage' - name='AzureRM.Resources', version='4.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Te mp\1825409924' VERBOSE: DownloadPackage' - name='AzureRM.Resources', version='4.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\T emp\1825409924\AzureRM.Resources\AzureRM.Resources.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.Re sources/4.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Resources/4.4.1'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Resources/4.4.1'. VERBOSE: Completed downloading 'AzureRM.Resources'. VERBOSE: Hash for package 'AzureRM.Resources' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.Resources', version='4.4.1',destination='C:\Users\AzureStackAdmin\AppData\Loc al\Temp\1825409924' VERBOSE: InstallPackage' - name='AzureRM.Storage', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Local\Te mp\1825409924' VERBOSE: DownloadPackage' - name='AzureRM.Storage', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Local\T emp\1825409924\AzureRM.Storage\AzureRM.Storage.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.Storag e/1.0.5.4' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Storage/1.0.5.4'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Storage/1.0.5.4'. VERBOSE: Completed downloading 'AzureRM.Storage'. VERBOSE: Hash for package 'AzureRM.Storage' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.Storage', version='1.0.5.4',destination='C:\Users\AzureStackAdmin\AppData\Loc al\Temp\1825409924' VERBOSE: Module 'AzureRM.Compute' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Co mpute\1.2.3.4'. VERBOSE: Catalog file 'AzureRM.Dns.cat' is not found in the contents of the module 'AzureRM.Dns' being installed. VERBOSE: InstallPackage' - name='AzureRM.Tags', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\18 25409924' VERBOSE: DownloadPackage' - name='AzureRM.Tags', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\1 825409924\AzureRM.Tags\AzureRM.Tags.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.Tags/3.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Tags/3.4.1'. VERBOSE: Installing the dependency module 'AzureRM.Dns' with version '3.4.1' for the module 'AzureRM'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.Tags/3.4.1'. VERBOSE: Completed downloading 'AzureRM.Tags'. VERBOSE: Hash for package 'AzureRM.Tags' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.Tags', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Local\Te mp\1825409924' VERBOSE: Module 'AzureRM.Dns' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Dns\3. 4.1'. VERBOSE: InstallPackage' - name='AzureRM.UsageAggregates', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\Lo cal\Temp\1825409924' VERBOSE: DownloadPackage' - name='AzureRM.UsageAggregates', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppData\L ocal\Temp\1825409924\AzureRM.UsageAggregates\AzureRM.UsageAggregates.nupkg', uri='https://www.powershellgallery.com/api/v2/ package/AzureRM.UsageAggregates/3.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.UsageAggregates/3.4.1'. VERBOSE: Catalog file 'AzureRM.KeyVault.cat' is not found in the contents of the module 'AzureRM.KeyVault' being installed. VERBOSE: Installing the dependency module 'AzureRM.KeyVault' with version '3.4.1' for the module 'AzureRM'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.UsageAggregates/3.4.1'. VERBOSE: Completed downloading 'AzureRM.UsageAggregates'. VERBOSE: Hash for package 'AzureRM.UsageAggregates' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM.UsageAggregates', version='3.4.1',destination='C:\Users\AzureStackAdmin\AppDa ta\Local\Temp\1825409924' VERBOSE: InstallPackage' - name='AzureRM', version='1.2.11',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\182540 9924' VERBOSE: DownloadPackage' - name='AzureRM', version='1.2.11',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\18254 09924\AzureRM\AzureRM.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM/1.2.11' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM/1.2.11'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM/1.2.11'. VERBOSE: Completed downloading 'AzureRM'. VERBOSE: Hash for package 'AzureRM' does not match hash provided from the server. VERBOSE: InstallPackageLocal' - name='AzureRM', version='1.2.11',destination='C:\Users\AzureStackAdmin\AppData\Local\Temp\1 825409924' VERBOSE: Module 'AzureRM.KeyVault' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.K eyVault\3.4.1'. VERBOSE: Catalog file 'AzureRM.Network.cat' is not found in the contents of the module 'AzureRM.Network' being installed. VERBOSE: Installing the dependency module 'AzureRM.Network' with version '1.0.5.4' for the module 'AzureRM'. VERBOSE: Module 'AzureRM.Network' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Ne twork\1.0.5.4'. VERBOSE: Catalog file 'AzureRM.Resources.cat' is not found in the contents of the module 'AzureRM.Resources' being installe d. VERBOSE: Installing the dependency module 'AzureRM.Resources' with version '4.4.1' for the module 'AzureRM'. VERBOSE: Module 'AzureRM.Resources' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM. Resources\4.4.1'. VERBOSE: Catalog file 'AzureRM.Storage.cat' is not found in the contents of the module 'AzureRM.Storage' being installed. VERBOSE: Installing the dependency module 'AzureRM.Storage' with version '1.0.5.4' for the module 'AzureRM'. VERBOSE: Module 'AzureRM.Storage' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.St orage\1.0.5.4'. VERBOSE: Catalog file 'AzureRM.Tags.cat' is not found in the contents of the module 'AzureRM.Tags' being installed. VERBOSE: Installing the dependency module 'AzureRM.Tags' with version '3.4.1' for the module 'AzureRM'. VERBOSE: Module 'AzureRM.Tags' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Tags\ 3.4.1'. VERBOSE: Catalog file 'AzureRM.UsageAggregates.cat' is not found in the contents of the module 'AzureRM.UsageAggregates' be ing installed. VERBOSE: Installing the dependency module 'AzureRM.UsageAggregates' with version '3.4.1' for the module 'AzureRM'. VERBOSE: Module 'AzureRM.UsageAggregates' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\Az ureRM.UsageAggregates\3.4.1'. VERBOSE: Catalog file 'AzureRM.cat' is not found in the contents of the module 'AzureRM' being installed. VERBOSE: Module 'AzureRM' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\1.2.11'. VERBOSE: Importing module AzureRM VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\1.2.11\AzureRM.psd1'. VERBOSE: Populating RepositorySourceLocation property for module AzureRM. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\1.2.11\AzureRM.psm1'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\AzureRM.Profile.psd1'. VERBOSE: Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versi ons. VERBOSE: Loading 'Assembly' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\Microsoft.Azure.Com mands.Common.Authentication.ResourceManager.dll'. VERBOSE: Loading 'Assembly' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\Microsoft.Azure.Com mands.Common.Authentication.ResourceManager.dll'. VERBOSE: Loading 'TypesToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\Microsoft.Azu re.Commands.Profile.types.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\Microsoft.A zure.Commands.Profile.format.ps1xml'. VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Profile. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1.\Microsoft.Azure.Comma nds.Profile.dll'. VERBOSE: Importing cmdlet 'Remove-AzureRmAccount'. VERBOSE: Importing cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Send-Feedback'. VERBOSE: Importing cmdlet 'Get-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Add-AzureRmAccount'. VERBOSE: Importing cmdlet 'Get-AzureRmContext'. VERBOSE: Importing cmdlet 'Set-AzureRmContext'. VERBOSE: Importing cmdlet 'Import-AzureRmContext'. VERBOSE: Importing cmdlet 'Save-AzureRmContext'. VERBOSE: Importing cmdlet 'Get-AzureRmTenant'. VERBOSE: Importing cmdlet 'Resolve-AzureRmError'. VERBOSE: Importing cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Importing cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Clear-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmContext'. VERBOSE: Importing cmdlet 'Rename-AzureRmContext'. VERBOSE: Importing cmdlet 'Select-AzureRmContext'. VERBOSE: Importing alias 'Logout-AzAccount'. VERBOSE: Importing alias 'Logout-AzureRmAccount'. VERBOSE: Importing alias 'Login-AzureRmAccount'. VERBOSE: Importing alias 'Login-AzAccount'. VERBOSE: Importing alias 'Select-AzureRmSubscription'. VERBOSE: Importing alias 'Get-AzureRmDomain'. VERBOSE: Importing alias 'Resolve-Error'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\AzureRM.Profile.psm1'. VERBOSE: Exporting cmdlet 'Remove-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Send-Feedback'. VERBOSE: Exporting cmdlet 'Get-AzureRmSubscription'. VERBOSE: Exporting cmdlet 'Add-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Get-AzureRmContext'. VERBOSE: Exporting cmdlet 'Set-AzureRmContext'. VERBOSE: Exporting cmdlet 'Import-AzureRmContext'. VERBOSE: Exporting cmdlet 'Save-AzureRmContext'. VERBOSE: Exporting cmdlet 'Get-AzureRmTenant'. VERBOSE: Exporting cmdlet 'Resolve-AzureRmError'. VERBOSE: Exporting cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Exporting cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Clear-AzureRmContext'. VERBOSE: Exporting cmdlet 'Remove-AzureRmContext'. VERBOSE: Exporting cmdlet 'Rename-AzureRmContext'. VERBOSE: Exporting cmdlet 'Select-AzureRmContext'. VERBOSE: Exporting alias 'Login-AzAccount'. VERBOSE: Exporting alias 'Select-AzureRmProfile'. VERBOSE: Exporting alias 'Logout-AzAccount'. VERBOSE: Exporting alias 'Resolve-Error'. VERBOSE: Exporting alias 'Select-AzureRmSubscription'. VERBOSE: Exporting alias 'Save-AzureRmProfile'. VERBOSE: Exporting alias 'Logout-AzureRmAccount'. VERBOSE: Exporting alias 'Login-AzureRmAccount'. VERBOSE: Exporting alias 'Get-AzureRmDomain'. VERBOSE: Importing cmdlet 'Add-AzureRmAccount'. VERBOSE: Importing cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Clear-AzureRmContext'. VERBOSE: Importing cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Get-AzureRmContext'. VERBOSE: Importing cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Importing cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Get-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Get-AzureRmTenant'. VERBOSE: Importing cmdlet 'Import-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmAccount'. VERBOSE: Importing cmdlet 'Remove-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Rename-AzureRmContext'. VERBOSE: Importing cmdlet 'Resolve-AzureRmError'. VERBOSE: Importing cmdlet 'Save-AzureRmContext'. VERBOSE: Importing cmdlet 'Select-AzureRmContext'. VERBOSE: Importing cmdlet 'Send-Feedback'. VERBOSE: Importing cmdlet 'Set-AzureRmContext'. VERBOSE: Importing cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Importing alias 'Login-AzAccount'. VERBOSE: Importing alias 'Login-AzureRmAccount'. VERBOSE: Importing alias 'Logout-AzAccount'. VERBOSE: Importing alias 'Logout-AzureRmAccount'. VERBOSE: Importing alias 'Resolve-Error'. VERBOSE: Importing alias 'Select-AzureRmSubscription'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4\Azure.Storage.psd1'. VERBOSE: Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versi ons. VERBOSE: Loading 'TypesToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4\Microsoft.Win dowsAzure.Commands.Storage.Types.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4\Microsoft.W indowsAzure.Commands.Storage.format.ps1xml'. VERBOSE: Populating RepositorySourceLocation property for module Azure.Storage. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4.\Microsoft.WindowsAzur e.Commands.Storage.dll'. VERBOSE: Importing cmdlet 'Get-AzureStorageTable'. VERBOSE: Importing cmdlet 'New-AzureStorageTableSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageTable'. VERBOSE: Importing cmdlet 'Remove-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageTable'. VERBOSE: Importing cmdlet 'Get-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageQueue'. VERBOSE: Importing cmdlet 'New-AzureStorageQueue'. VERBOSE: Importing cmdlet 'Remove-AzureStorageQueue'. VERBOSE: Importing cmdlet 'Get-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageQueueSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageFile'. VERBOSE: Importing cmdlet 'Get-AzureStorageFileContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageFileCopyState'. VERBOSE: Importing cmdlet 'Get-AzureStorageShare'. VERBOSE: Importing cmdlet 'Get-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageDirectory'. VERBOSE: Importing cmdlet 'New-AzureStorageFileSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageShare'. VERBOSE: Importing cmdlet 'New-AzureStorageShareSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageDirectory'. VERBOSE: Importing cmdlet 'Remove-AzureStorageFile'. VERBOSE: Importing cmdlet 'Remove-AzureStorageShare'. VERBOSE: Importing cmdlet 'Remove-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageFileContent'. VERBOSE: Importing cmdlet 'Set-AzureStorageShareQuota'. VERBOSE: Importing cmdlet 'Set-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Start-AzureStorageFileCopy'. VERBOSE: Importing cmdlet 'Stop-AzureStorageFileCopy'. VERBOSE: Importing cmdlet 'Set-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Get-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Get-AzureStorageServiceLoggingProperty'. VERBOSE: Importing cmdlet 'Get-AzureStorageServiceMetricsProperty'. VERBOSE: Importing cmdlet 'Remove-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Set-AzureStorageServiceLoggingProperty'. VERBOSE: Importing cmdlet 'Set-AzureStorageServiceMetricsProperty'. VERBOSE: Importing cmdlet 'New-AzureStorageContext'. VERBOSE: Importing cmdlet 'Set-AzureStorageContainerAcl'. VERBOSE: Importing cmdlet 'Remove-AzureStorageBlob'. VERBOSE: Importing cmdlet 'Set-AzureStorageBlobContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlob'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlobContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlobCopyState'. VERBOSE: Importing cmdlet 'Get-AzureStorageContainer'. VERBOSE: Importing cmdlet 'Get-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageBlobSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageContainer'. VERBOSE: Importing cmdlet 'New-AzureStorageContainerSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageContainer'. VERBOSE: Importing cmdlet 'Remove-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Start-AzureStorageBlobCopy'. VERBOSE: Importing cmdlet 'Stop-AzureStorageBlobCopy'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\1.0.5.4\Azure.Storage.psm1'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Profile\3.4.1\AzureRM.Profile.psd1'. VERBOSE: Importing cmdlet 'Add-AzureRmAccount'. VERBOSE: Importing cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Clear-AzureRmContext'. VERBOSE: Importing cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Importing cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Importing cmdlet 'Get-AzureRmContext'. VERBOSE: Importing cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Importing cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Get-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Get-AzureRmTenant'. VERBOSE: Importing cmdlet 'Import-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmAccount'. VERBOSE: Importing cmdlet 'Remove-AzureRmContext'. VERBOSE: Importing cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Importing cmdlet 'Rename-AzureRmContext'. VERBOSE: Importing cmdlet 'Resolve-AzureRmError'. VERBOSE: Importing cmdlet 'Save-AzureRmContext'. VERBOSE: Importing cmdlet 'Select-AzureRmContext'. VERBOSE: Importing cmdlet 'Send-Feedback'. VERBOSE: Importing cmdlet 'Set-AzureRmContext'. VERBOSE: Importing cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Importing alias 'Login-AzAccount'. VERBOSE: Importing alias 'Login-AzureRmAccount'. VERBOSE: Importing alias 'Logout-AzAccount'. VERBOSE: Importing alias 'Logout-AzureRmAccount'. VERBOSE: Importing alias 'Resolve-Error'. VERBOSE: Importing alias 'Select-AzureRmSubscription'. VERBOSE: Exporting cmdlet 'Get-AzureStorageTable'. VERBOSE: Exporting cmdlet 'New-AzureStorageTableSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageTableStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'New-AzureStorageTable'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageTableStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageTable'. VERBOSE: Exporting cmdlet 'Get-AzureStorageTableStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageTableStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Get-AzureStorageQueue'. VERBOSE: Exporting cmdlet 'New-AzureStorageQueue'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageQueue'. VERBOSE: Exporting cmdlet 'Get-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'New-AzureStorageQueueSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Get-AzureStorageFile'. VERBOSE: Exporting cmdlet 'Get-AzureStorageFileContent'. VERBOSE: Exporting cmdlet 'Get-AzureStorageFileCopyState'. VERBOSE: Exporting cmdlet 'Get-AzureStorageShare'. VERBOSE: Exporting cmdlet 'Get-AzureStorageShareStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'New-AzureStorageDirectory'. VERBOSE: Exporting cmdlet 'New-AzureStorageFileSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageShare'. VERBOSE: Exporting cmdlet 'New-AzureStorageShareSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageShareStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageDirectory'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageFile'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageShare'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageShareStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageFileContent'. VERBOSE: Exporting cmdlet 'Set-AzureStorageShareQuota'. VERBOSE: Exporting cmdlet 'Set-AzureStorageShareStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Start-AzureStorageFileCopy'. VERBOSE: Exporting cmdlet 'Stop-AzureStorageFileCopy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageCORSRule'. VERBOSE: Exporting cmdlet 'Get-AzureStorageCORSRule'. VERBOSE: Exporting cmdlet 'Get-AzureStorageServiceLoggingProperty'. VERBOSE: Exporting cmdlet 'Get-AzureStorageServiceMetricsProperty'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageCORSRule'. VERBOSE: Exporting cmdlet 'Set-AzureStorageServiceLoggingProperty'. VERBOSE: Exporting cmdlet 'Set-AzureStorageServiceMetricsProperty'. VERBOSE: Exporting cmdlet 'New-AzureStorageContext'. VERBOSE: Exporting cmdlet 'Set-AzureStorageContainerAcl'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageBlob'. VERBOSE: Exporting cmdlet 'Set-AzureStorageBlobContent'. VERBOSE: Exporting cmdlet 'Get-AzureStorageBlob'. VERBOSE: Exporting cmdlet 'Get-AzureStorageBlobContent'. VERBOSE: Exporting cmdlet 'Get-AzureStorageBlobCopyState'. VERBOSE: Exporting cmdlet 'Get-AzureStorageContainer'. VERBOSE: Exporting cmdlet 'Get-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'New-AzureStorageBlobSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageContainer'. VERBOSE: Exporting cmdlet 'New-AzureStorageContainerSASToken'. VERBOSE: Exporting cmdlet 'New-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageContainer'. VERBOSE: Exporting cmdlet 'Remove-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Set-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Exporting cmdlet 'Start-AzureStorageBlobCopy'. VERBOSE: Exporting cmdlet 'Stop-AzureStorageBlobCopy'. VERBOSE: Exporting cmdlet 'Add-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Add-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Clear-AzureRmContext'. VERBOSE: Exporting cmdlet 'Disable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Disable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Enable-AzureRmContextAutosave'. VERBOSE: Exporting cmdlet 'Enable-AzureRmDataCollection'. VERBOSE: Exporting cmdlet 'Get-AzureRmContext'. VERBOSE: Exporting cmdlet 'Get-AzureRmContextAutosaveSetting'. VERBOSE: Exporting cmdlet 'Get-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Get-AzureRmSubscription'. VERBOSE: Exporting cmdlet 'Get-AzureRmTenant'. VERBOSE: Exporting cmdlet 'Import-AzureRmContext'. VERBOSE: Exporting cmdlet 'Remove-AzureRmAccount'. VERBOSE: Exporting cmdlet 'Remove-AzureRmContext'. VERBOSE: Exporting cmdlet 'Remove-AzureRmEnvironment'. VERBOSE: Exporting cmdlet 'Rename-AzureRmContext'. VERBOSE: Exporting cmdlet 'Resolve-AzureRmError'. VERBOSE: Exporting cmdlet 'Save-AzureRmContext'. VERBOSE: Exporting cmdlet 'Select-AzureRmContext'. VERBOSE: Exporting cmdlet 'Send-Feedback'. VERBOSE: Exporting cmdlet 'Set-AzureRmContext'. VERBOSE: Exporting cmdlet 'Set-AzureRmEnvironment'. VERBOSE: Exporting alias 'Get-AzureStorageContainerAcl'. VERBOSE: Exporting alias 'Start-CopyAzureStorageBlob'. VERBOSE: Exporting alias 'Stop-CopyAzureStorageBlob'. VERBOSE: Exporting alias 'Login-AzAccount'. VERBOSE: Exporting alias 'Login-AzureRmAccount'. VERBOSE: Exporting alias 'Logout-AzAccount'. VERBOSE: Exporting alias 'Logout-AzureRmAccount'. VERBOSE: Exporting alias 'Resolve-Error'. VERBOSE: Exporting alias 'Select-AzureRmSubscription'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlob'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlobContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageBlobCopyState'. VERBOSE: Importing cmdlet 'Get-AzureStorageContainer'. VERBOSE: Importing cmdlet 'Get-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Get-AzureStorageFile'. VERBOSE: Importing cmdlet 'Get-AzureStorageFileContent'. VERBOSE: Importing cmdlet 'Get-AzureStorageFileCopyState'. VERBOSE: Importing cmdlet 'Get-AzureStorageQueue'. VERBOSE: Importing cmdlet 'Get-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageServiceLoggingProperty'. VERBOSE: Importing cmdlet 'Get-AzureStorageServiceMetricsProperty'. VERBOSE: Importing cmdlet 'Get-AzureStorageShare'. VERBOSE: Importing cmdlet 'Get-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Get-AzureStorageTable'. VERBOSE: Importing cmdlet 'Get-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageBlobSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageContainer'. VERBOSE: Importing cmdlet 'New-AzureStorageContainerSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageContext'. VERBOSE: Importing cmdlet 'New-AzureStorageDirectory'. VERBOSE: Importing cmdlet 'New-AzureStorageFileSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageQueue'. VERBOSE: Importing cmdlet 'New-AzureStorageQueueSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageShare'. VERBOSE: Importing cmdlet 'New-AzureStorageShareSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'New-AzureStorageTable'. VERBOSE: Importing cmdlet 'New-AzureStorageTableSASToken'. VERBOSE: Importing cmdlet 'New-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageBlob'. VERBOSE: Importing cmdlet 'Remove-AzureStorageContainer'. VERBOSE: Importing cmdlet 'Remove-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Remove-AzureStorageDirectory'. VERBOSE: Importing cmdlet 'Remove-AzureStorageFile'. VERBOSE: Importing cmdlet 'Remove-AzureStorageQueue'. VERBOSE: Importing cmdlet 'Remove-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageShare'. VERBOSE: Importing cmdlet 'Remove-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Remove-AzureStorageTable'. VERBOSE: Importing cmdlet 'Remove-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageBlobContent'. VERBOSE: Importing cmdlet 'Set-AzureStorageContainerAcl'. VERBOSE: Importing cmdlet 'Set-AzureStorageContainerStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageCORSRule'. VERBOSE: Importing cmdlet 'Set-AzureStorageFileContent'. VERBOSE: Importing cmdlet 'Set-AzureStorageQueueStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageServiceLoggingProperty'. VERBOSE: Importing cmdlet 'Set-AzureStorageServiceMetricsProperty'. VERBOSE: Importing cmdlet 'Set-AzureStorageShareQuota'. VERBOSE: Importing cmdlet 'Set-AzureStorageShareStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Set-AzureStorageTableStoredAccessPolicy'. VERBOSE: Importing cmdlet 'Start-AzureStorageBlobCopy'. VERBOSE: Importing cmdlet 'Start-AzureStorageFileCopy'. VERBOSE: Importing cmdlet 'Stop-AzureStorageBlobCopy'. VERBOSE: Importing cmdlet 'Stop-AzureStorageFileCopy'. VERBOSE: Importing alias 'Get-AzureStorageContainerAcl'. VERBOSE: Importing alias 'Start-CopyAzureStorageBlob'. VERBOSE: Importing alias 'Stop-CopyAzureStorageBlob'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\AzureRM.Compute.psd1' . VERBOSE: Cannot verify the Microsoft .NET Framework version 4.5.2 because it is not included in the list of permitted versi ons. VERBOSE: Loading 'TypesToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\Microsoft.A zure.Commands.Compute.Types.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\Microsoft .Azure.Commands.Compute.format.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\Microsoft .Azure.Commands.Compute.format.generated.ps1xml'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4\Generated \Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml'. VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Compute. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\1.2.3.4.\Microsoft.Azure.Com mands.Compute.dll'. VERBOSE: Importing cmdlet 'Remove-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'Get-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'New-AzureRmAvailabilitySet'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtensionImageType'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtensionImage'. VERBOSE: Importing cmdlet 'Set-AzureRmVMBginfoExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMCustomScriptExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMDiagnosticsExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'New-AzureVMSqlServerAutoBackupConfig'. VERBOSE: Importing cmdlet 'New-AzureVMSqlServerAutoPatchingConfig'. VERBOSE: Importing cmdlet 'Remove-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'Set-AzureRmVMSqlServerExtension'. VERBOSE: Importing cmdlet 'Get-AzureRmVMImage'. VERBOSE: Importing cmdlet 'Get-A

mattmcspirit commented 5 years ago

Closing for now as I think you're unblocked. I will investigate MFA support for a future release.