Code Monkey home page Code Monkey logo

azure-iot-predictive-maintenance's Introduction

Note: As of December 10th 2020, Predictive Maintenance solution accelerator is no longer supported. All supporting repositories have been archived. Check the FAQ to learn more.

Microsoft Azure IoT Suite

You can deploy preconfigured solutions that implement common Internet of Things (IoT) scenarios to Microsoft Azure using your Azure subscrption. You can use preconfigured solutions:

  • as a starting point for your own IoT solution.
  • to learn about the most common patterns in IoT solution design and development.

Each preconfigured solution implements a common IoT scenario and is a complete, end-to-end implementation. You can deploy the Azure IoT Suite predictive maintenance preconfigured solution from https://www.azureiotsuite.com, following the guidance on provisioning pre-configured solutions outlined in this document. In addition, you can download the complete source code from this repository to customize and extend the solution to meet your specific requirements.

Predictive Maintenance pre-configured solution

The predictive maintenance pre-configured solution illustrates how you can predict the point when failure is likely to occur. The solution combines key Azure IoT Suite services, including an ML workspace complete with experiments for predicting the Remaining Useful Life (RUL) of an aircraft engine, based on a public sample data set.

Contents of this repository

Docs folder:

Other useful IoT Suite documentation:

EventProcessor folder:

  • Azure Worker Role that hosts an Event Hub EventProcessorHost instance to handle the event data from the devices forwarding event data to other back-end services or to the remote monitoring site

Visual Studio solution:

  • PredictiveMaintenance: contains the source code for the whole preconfigured solution, including the solution portal web app, the EventProcessor web job, and the Simulator web job.

Feedback

Have ideas for how we can improve Azure IoT? Give us Feedback.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

azure-iot-predictive-maintenance's People

Contributors

aguilaaj avatar azaslonov avatar clecompt-msft avatar dominicbetts avatar dricha avatar inspiravetion avatar jamesweb-ms avatar joyhui avatar kapil-ms avatar riteshrao avatar sethreidnz avatar tonydou avatar zhang-hua avatar zzcodework avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

azure-iot-predictive-maintenance's Issues

How to address this error message? Version 0.9.6; update to 1.0.3 and run again.

Run C:\azure-iot-predictive-maintenance\build.cmd local

An error message appears:

C:\azure-iot-predictive-maintenance>C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPo
licy Unrestricted -Command C:\azure-iot-predictive-maintenance\Common\Deployment\PrepareIoTSample.ps1 -en
vironmentName local -configuration Debug
Version 0.9.6; update to 1.0.3 and run again.
At C:\azure-iot-predictive-maintenance\Common\Deployment\DeploymentLib.ps1:1148 char:5

  • throw "Version $($module.Version.Major).$($module.Version.Minor).$($module.V ...
    
  • - CategoryInfo          : OperationStopped: (Version 0.9.6; ... and run again.:String) [], RuntimeException
    - FullyQualifiedErrorId : Version 0.9.6; update to 1.0.3 and run again.
    
    

Error C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -Command C:
azure-iot-predictive-maintenance\Common\Deployment\PrepareIoTSample.ps1 -environmentName local -configuration Debug
Arguments: build.cmd "Command" "Configuration" "EnvironmentName" "ActionType"
Command: build (just builds); local (config local); cloud (config cloud, build, and deploy)
Configuration: build configuration either Debug or Release; default is Debug
EnvironmentName: Name of cloud environment to deploy - default is local
ECHO is on.
eg.
build - build.cmd build
local deployment: build.cmd local
cloud deployment: build.cmd cloud release mydeployment

FullyQualifiedErrorId : Unable to create workspace 'LocalPM'

  • run build.cmd local

an error occurred after having selected the storage location and my account: " FullyQualifiedErrorId : Unable to create workspace 'LocalPM'"

Could you tell me what to do? restart everything?

Successfully assigned user to application 'localApp' as role 'Admin'
2016-04-02T02:10:46.4617031+02:00 - Added AADTenant with value 7d92164d81b0
2016-04-02T02:10:46.4757039+02:00 - Added AADMetadataAddress with value https://login.windows.net/7d92164d/FederationMetadata/2007-06/FederationMetadata.xml
2016-04-02T02:10:46.4887046+02:00 - Added AADAudience with value https://localhost:44305/iotsuite
2016-04-02T02:10:46.4967051+02:00 - Added AADRealm with value https://localhost:44305/iotsuite
2016-04-02T02:10:46.6037112+02:00 - Creating ML workspace: LocalPM
2016-04-02T02:10:47.2477480+02:00 - Creating new storage account: mllocalpme10e6

Unable to create workspace 'LocalPM'
At C:\dev\ro-github\azure-iot-predictive-maintenance\Common\Deployment\DeploymentLib.ps1:639 char:13

  •         throw ("Unable to create workspace '{0}'" -f $name)
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (Unable to create workspace 'LocalPM':String) [], RuntimeException
    • FullyQualifiedErrorId : Unable to create workspace 'LocalPM'

Error C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -Command C:\dev\ro-github
azure-iot-predictive-maintenance\Common\Deployment\PrepareIoTSample.ps1 -environmentName local -configuration Debug
Arguments: build.cmd "Command" "Configuration" "EnvironmentName" "ActionType"
Command: build (just builds); local (config local); cloud (config cloud, build, and deploy)
Configuration: build configuration either Debug or Release; default is Debug
EnvironmentName: Name of cloud environment to deploy - default is local
ECHO is on.
eg.
build - build.cmd build
local deployment: build.cmd local
cloud deployment: build.cmd cloud release mydeployment

Authorization error while accessing ML studio workspace or Launching the application

Step to reproduce:

  1. Create a PdM solution from https://www.azureiotsolutions.com/Accelerators
  2. Launch application
  3. Access Azure ML studio workspace

Expected behavior:
Access both Azure ML studio workspace and Launch application without an issue.

Actual behavior:
If MSFT tenant is used, launching application fails with authorization error.
If non MSFT tenant is used, accessing ML studio workspace fails with authorization error.

Globalization bug: RUL

Globalization bug: sensor data from non-English browsers causes RUL to not calculate.

Workaround: set your browser settings to English to resolve the issue in the meantime.

doesn't deploy to cloud

Pulled the code for this and within VS 2017 professional ran the command for cloud deploy as below:
image
please advise as to what is missing.

When creating ML workspace during local provisioning I got 'The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.'

Hi,

When creating ML workspace during provisioning using 'build local' I got 'The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.'. If I comment the correspondning part in PrepareIoTSample, the rest of the provisioning runs through. If I create a Machine Learning workspace manually with the expected LocalPM name, the GetMLWorkspaceByName function does not finds it.
The Azure Power Shell module is the latest (3.8.0), I had to replace the Select-AzureRmProfile calls with Import-AzureRmContext calls.
Please find below the verbose log, I added some minor logging in addition.
Thank you,

Tibi

Acure Power Shell module is the latest (3.8.0), I had to replace the Select-AzureRmProfile calls with Import-AzureRmContext calls.

D:\Work\DoIt\PredMaintenance\src>build local

D:\Work\DoIt\PredMaintenance\src>ECHO environmentName local configuration Debug
environmentName local configuration Debug

D:\Work\DoIt\PredMaintenance\src>"C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Unrestricted -Command "& ""D:\Work\DoIt\PredMaintenance\src\Common\Deployment\PrepareIoTSample.ps1""" -environmentName local -configuration Debug
VERBOSE: Populating RepositorySourceLocation property for module Azure.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\Automation\Microsoft.Azure.Commands.Automation.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\Compute\Microsoft.WindowsAzure.Commands.ServiceManagement.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\HDInsight\Microsoft.WindowsAzure.Commands.HDInsight.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\Networking\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\RecoveryServices\Microsoft.Azure.Commands.RecoveryServicesRdfe.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\RemoteApp\Microsoft.WindowsAzure.Commands.RemoteApp.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\Services\Microsoft.WindowsAzure.Commands.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\Services\Microsoft.WindowsAzure.Commands.Profile.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\Sql\Microsoft.WindowsAzure.Commands.SqlDatabase.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\StorSimple\Microsoft.WindowsAzure.Commands.StorSimple.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0.\TrafficManager\Microsoft.WindowsAzure.Commands.TrafficManager.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure\3.8.0\Azure.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module Azure.AnalysisServices.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.AnalysisServices\0.2.0.\Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.AnalysisServices\0.2.0\Azure.AnalysisServices.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module Azure.Storage.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\2.8.0.\Microsoft.WindowsAzure.Commands.Storage.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Azure.Storage\2.8.0\Azure.Storage.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM\3.8.0\AzureRM.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.AnalysisServices.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.AnalysisServices\0.2.0.\Microsoft.Azure.Commands.AnalysisServices.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.AnalysisServices\0.2.0\AzureRM.AnalysisServices.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.ApiManagement.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.ApiManagement\3.6.0.\Microsoft.Azure.Commands.ApiManagement.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.ApiManagement\3.6.0.\Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.ApiManagement\3.6.0\AzureRM.ApiManagement.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Automation.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Automation\2.8.0.\Microsoft.Azure.Commands.ResourceManager.Automation.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Automation\2.8.0\AzureRM.Automation.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Backup.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Backup\2.8.0.\Microsoft.Azure.Commands.AzureBackup.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Backup\2.8.0\AzureRM.Backup.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Batch.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Batch\2.8.0.\Microsoft.Azure.Commands.Batch.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Batch\2.8.0\AzureRM.Batch.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Billing.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Billing\0.11.0.\Microsoft.Azure.Commands.Billing.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Billing\0.11.0\AzureRM.Billing.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Cdn.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Cdn\2.8.0.\Microsoft.Azure.Commands.Cdn.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Cdn\2.8.0\AzureRM.Cdn.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.CognitiveServices.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.CognitiveServices\0.6.0.\Microsoft.Azure.Commands.Management.CognitiveServices.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.CognitiveServices\0.6.0\AzureRM.CognitiveServices.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Compute.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\2.9.0.\Microsoft.Azure.Commands.Compute.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Compute\2.9.0\AzureRM.Compute.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.DataFactories.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.DataFactories\2.8.0.\Microsoft.Azure.Commands.DataFactories.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.DataFactories\2.8.0\AzureRM.DataFactories.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.DataLakeAnalytics.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.DataLakeAnalytics\2.8.0.\Microsoft.Azure.Commands.DataLakeAnalytics.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.DataLakeAnalytics\2.8.0\AzureRM.DataLakeAnalytics.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.DataLakeStore.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.DataLakeStore\3.6.0.\Microsoft.Azure.Commands.DataLakeStore.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.DataLakeStore\3.6.0\AzureRM.DataLakeStore.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.DevTestLabs.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.DevTestLabs\2.8.0.\Microsoft.Azure.Commands.DevTestLabs.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.DevTestLabs\2.8.0\AzureRM.DevTestLabs.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Dns.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Dns\2.8.0.\Microsoft.Azure.Commands.Dns.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Dns\2.8.0\AzureRM.Dns.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.EventHub.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.EventHub\0.2.0.\Microsoft.Azure.Commands.EventHub.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.EventHub\0.2.0\AzureRM.EventHub.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.HDInsight.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.HDInsight\2.8.0.\Microsoft.Azure.Commands.HDInsight.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.HDInsight\2.8.0\AzureRM.HDInsight.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Insights.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Insights\2.8.0.\Microsoft.Azure.Commands.Insights.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Insights\2.8.0\AzureRM.Insights.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.IotHub.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.IotHub\1.4.0.\Microsoft.Azure.Commands.IotHub.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.IotHub\1.4.0\AzureRM.IotHub.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.KeyVault.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.KeyVault\2.8.0.\Microsoft.Azure.Commands.KeyVault.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.KeyVault\2.8.0\AzureRM.KeyVault.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.LogicApp.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.LogicApp\2.8.0.\Microsoft.Azure.Commands.LogicApp.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.LogicApp\2.8.0\AzureRM.LogicApp.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.MachineLearning.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.MachineLearning\0.13.0.\Microsoft.Azure.Commands.MachineLearning.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.MachineLearning\0.13.0\AzureRM.MachineLearning.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Media.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Media\0.5.0.\Microsoft.Azure.Commands.Media.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Media\0.5.0\AzureRM.Media.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Network.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Network\3.7.0.\Microsoft.Azure.Commands.Network.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Network\3.7.0\AzureRM.Network.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.NotificationHubs.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.NotificationHubs\2.8.0.\Microsoft.Azure.Commands.NotificationHubs.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.NotificationHubs\2.8.0\AzureRM.NotificationHubs.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.OperationalInsights.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.OperationalInsights\2.8.0.\Microsoft.Azure.Commands.OperationalInsights.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.OperationalInsights\2.8.0\AzureRM.OperationalInsights.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.PowerBIEmbedded.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.PowerBIEmbedded\2.8.0.\Microsoft.Azure.Commands.Management.PowerBIEmbedded.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.PowerBIEmbedded\2.8.0\AzureRM.PowerBIEmbedded.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.profile.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.profile\2.8.0.\Microsoft.Azure.Commands.Profile.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.profile\2.8.0\AzureRM.Profile.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.RecoveryServices.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.RecoveryServices\2.8.0.\Microsoft.Azure.Commands.RecoveryServices.ARM.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.RecoveryServices\2.8.0\AzureRM.RecoveryServices.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.RecoveryServices.Backup.
VERBOSE: Loading module from path 'C:\Program
Files\WindowsPowerShell\Modules\AzureRM.RecoveryServices.Backup\2.8.0.\Microsoft.Azure.Commands.RecoveryServices.Backup.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.RecoveryServices.Backup\2.8.0\AzureRM.RecoveryServices.Backup.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.RedisCache.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.RedisCache\2.8.0.\Microsoft.Azure.Commands.RedisCache.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.RedisCache\2.8.0\AzureRM.RedisCache.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Resources.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Resources\3.8.0.\Microsoft.Azure.Commands.Resources.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Resources\3.8.0.\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Resources\3.8.0\AzureRM.Resources.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Scheduler.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Scheduler\0.13.0.\Microsoft.Azure.Commands.Scheduler.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Scheduler\0.13.0\AzureRM.Scheduler.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.ServerManagement.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.ServerManagement\2.8.0.\Microsoft.Azure.Commands.ServerManagement.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.ServerManagement\2.8.0\AzureRM.ServerManagement.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.ServiceBus.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.ServiceBus\0.2.0.\Microsoft.Azure.Commands.ServiceBus.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.ServiceBus\0.2.0\AzureRM.ServiceBus.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.SiteRecovery.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.SiteRecovery\3.7.0.\Microsoft.Azure.Commands.SiteRecovery.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.SiteRecovery\3.7.0\AzureRM.SiteRecovery.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Sql.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Sql\2.8.0.\Microsoft.Azure.Commands.Sql.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Sql\2.8.0\AzureRM.Sql.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Storage.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Storage\2.8.0.\Microsoft.Azure.Commands.Management.Storage.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Storage\2.8.0\AzureRM.Storage.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.StreamAnalytics.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.StreamAnalytics\2.8.0.\Microsoft.Azure.Commands.StreamAnalytics.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.StreamAnalytics\2.8.0\AzureRM.StreamAnalytics.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Tags.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Tags\2.8.0.\Microsoft.Azure.Commands.Tags.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Tags\2.8.0\AzureRM.Tags.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.TrafficManager.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.TrafficManager\2.8.0.\Microsoft.Azure.Commands.TrafficManager.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.TrafficManager\2.8.0\AzureRM.TrafficManager.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.UsageAggregates.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.UsageAggregates\2.8.0.\Microsoft.Azure.Commands.UsageAggregates.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.UsageAggregates\2.8.0\AzureRM.UsageAggregates.psm1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureRM.Websites.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Websites\2.8.0.\Microsoft.Azure.Commands.Websites.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.Websites\2.8.0\AzureRM.Websites.psm1'.
VERBOSE: Loading module from path 'C:\Program
Files\WindowsPowerShell\Modules\Microsoft.PowerShell.Operation.Validation\1.0.1\Microsoft.PowerShell.Operation.Validation.psm1'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Pester\3.3.5\Pester.psm1'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PSReadline\1.2\Microsoft.PowerShell.PSReadLine.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PSReadline\1.2\PSReadLine.psm1'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PSReadline\1.1\Microsoft.PowerShell.PSReadLine.dll'.
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PSReadline\1.1\PSReadLine.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\AppBackgroundTask\PS_BackgroundTask.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\AppBackgroundTask\microsoft.windows.appbackgroundtask.commands.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\AppvClient\Microsoft.AppV.AppVClientPowerShell.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\AppvClient\AppVClientCmdlets.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Appx\Appx.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\AssignedAccess.\AssignedAccess.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BitLocker\Microsoft.BitLocker.Structures.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BitLocker\BitLocker.psd1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BitLocker\Microsoft.BitLocker.Structures.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BitLocker\BitLocker.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCacheClientSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCacheContentServerSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCacheHostedCacheServerSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCacheNetworkSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCacheOrchestrator.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCachePrimaryPublicationCacheFile.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCachePrimaryRepublicationCacheFile.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCacheSecondaryRepublicationCacheFile.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\BranchCache\BranchCacheStatus.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Defender\MSFT_MpComputerStatus.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Defender\MSFT_MpPreference.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Defender\MSFT_MpThreat.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Defender\MSFT_MpThreatCatalog.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Defender\MSFT_MpThreatDetection.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Defender\MSFT_MpScan.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Defender\MSFT_MpSignature.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Defender\MSFT_MpWDOScan.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DirectAccessClientComponents\MSFT_DASiteTableEntry.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DirectAccessClientComponents\MSFT_DAClientExperienceConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Dism\Microsoft.Dism.PowerShell.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Dism\Dism.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DnsClient\dnslookup.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DnsClient\MSFT_DnsClient.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DnsClient\MSFT_DnsClientCache.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DnsClient\MSFT_DnsClientGlobalSetting.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DnsClient\MSFT_DnsClientServerAddress.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DnsClient\PS_DnsClientNrptPolicy_v1.0.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DnsClient\PS_DnsClientNRPTGlobal_v1.0.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\DnsClient\PS_DnsClientNRPTRule_v1.0.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\EventTracingManagement\MSFT_EtwTraceSession_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\EventTracingManagement\MSFT_EtwTraceProvider_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\EventTracingManagement\MSFT_AutologgerConfig_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\HgsClient\MSFT_HgsClientConfiguration_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\HgsClient\MSFT_HgsGuardian_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\HgsClient\MSFT_HgsKeyProtector_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\HgsClient\HgsClient.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\IISAdministration\iisadministration.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\iSCSI\iSCSIConnection.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\iSCSI\iSCSISession.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\iSCSI\iSCSITarget.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\iSCSI\iSCSITargetPortal.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\ISE\ISE.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Archive\Microsoft.PowerShell.Archive.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.LocalAccounts\1.0.0.0\Microsoft.Powershell.LocalAccounts.psd1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.LocalAccounts\1.0.0.0\Microsoft.Powershell.LocalAccounts.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.ODataUtils\Microsoft.PowerShell.ODataUtils.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MMAgent\ps_mmagent_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcLogTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcAdvancedHostSettingTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcAdvancedSettingTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcClusterDefaultTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcDefaultTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcNetworkSettingTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcTransactionTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcTransactionsStatisticsTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcTransactionsTraceSessionTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcClusterTMMappingTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\MSFT_DtcTransactionsTraceSettingTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\MsDtc\TestDtc.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapter.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterAdvancedProperty.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterBinding.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterChecksumOffload.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterEncapsulatedPacketTaskOffload.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterHardwareInfo.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterIPsecOffload.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterLso.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterPowerManagement.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterQos.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterRdma.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterRsc.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterRss.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterSriov.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterSriovVf.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterStatistics.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterVmq.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterVmqQueue.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterVPort.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetAdapter\MSFT_NetAdapterPacketDirect.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetConnection\MSFT_NetConnectionProfile.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventSession.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventProvider.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventPacketCaptureProvider.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventNetworkAdapter.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventVmSwitch.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventVmNetworkAdatper.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventWFPCaptureProvider.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventVFPProvider.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetEventPacketCapture\MSFT_NetEventVmSwitchProvider.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetLbfo\MSFT_NetLbfoTeam.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetLbfo\MSFT_NetLbfoTeamMember.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetLbfo\MSFT_NetLbfoTeamNic.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetNat\MSFT_NetNat.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetNat\MSFT_NetNatExternalAddress.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetNat\MSFT_NetNatStaticMapping.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetNat\MSFT_NetNatSession.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetNat\MSFT_NetNatGlobal.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetQos\MSFT_NetQosPolicy.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\Microsoft.Windows.Firewall.Commands.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallRule.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecRule.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecMainModeRule.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallAddressFilter.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallApplicationFilter.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallInterfaceFilter.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallInterfaceTypeFilter.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallSecurityFilter.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallPortFilter.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallServiceFilter.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecPhase1AuthSet.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecPhase2AuthSet.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecMainModeCryptoSet.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecQuickModeCryptoSet.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallProfile.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecPolicyChange.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecDospSetting.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecIdentity.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecMainModeSA.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetIPsecQuickModeSA.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetFirewallSetting.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetGPO.cmdletDefinition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSwitchTeam\MSFT_NetSwitchTeam.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetSwitchTeam\MSFT_NetSwitchTeamMember.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetCompartment.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetIPAddress.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetIPInterface.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetIPv4Protocol.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetIPv6Protocol.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetNeighbor.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetOffloadGlobalSetting.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetPrefixPolicy.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetRoute.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetTCPConnection.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetTCPSetting.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetTransportFilter.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetUDPEndpoint.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\MSFT_NetUDPSetting.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\NetIPConfiguration.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\Test-NetConnection.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetWNV\MSFT_NetVirtualizationProviderAddressSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetWNV\MSFT_NetVirtualizationGlobalSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetWNV\MSFT_NetVirtualizationLookupRecordSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetWNV\MSFT_NetVirtualizationCustomerRouteSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetWNV\MSFT_NetVirtualizationProviderRouteSettingData.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetWNV\MSFT_NetVirtualizationNextHopLookup.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkConnectivityStatus\MSFT_DAConnectionStatus.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkConnectivityStatus\MSFT_NCSIPolicyConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkSwitchManager\NetworkSwitchConfiguration.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkSwitchManager\NetworkSwitchEthernetPort.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkSwitchManager\NetworkSwitchFeature.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkSwitchManager\NetworkSwitchGlobalSettingData.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkSwitchManager\NetworkSwitchVlan.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_Net6to4Configuration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetDnsTransitionConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetDnsTransitionMonitoring.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetIpHTTPsConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetIpHTTPsState.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetISATAPConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetNatTransitionConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetNatTransitionMonitoring.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetTeredoConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\NetworkTransition\MSFT_NetTeredoState.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PcsvDevice\CIM_PhysicalComputerSystemView.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PnpDevice\PnpDevice.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_Printer_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_PrinterPort_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_PrinterPortTasks_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_PrinterDriver_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_PrinterConfiguration_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_PrintJob_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_LprPrinterPort_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_LocalPrinterPort_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_TcpIpPrinterPort_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_WsdPrinterPort_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_PrinterProperty_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_PrinterNfcTag_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_PrinterNfcTagTasks_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PrintManagement\MSFT_3DPrinter_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\Get-DSCConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\Get-DSCLocalConfigurationManager.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\Restore-DSCConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\Get-DscConfigurationStatus.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\Stop-DscConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\Remove-DscConfigurationDocument.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\Disable-DscDebug.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\Enable-DscDebug.cdxml'.
VERBOSE: Loading module from path
'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\DSCClassResources\WindowsPackageCab\WindowsPackageCab.psd1'.
VERBOSE: Loading module from path
'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\DSCClassResources\WindowsPackageCab\WindowsPackageCab.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSDiagnostics\PSDiagnostics.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSWorkflow\PSWorkflow.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\PSWorkflowUtility\PSWorkflowUtility.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\ScheduledTasks\MSFT_ScheduledTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\ScheduledTasks\PS_ScheduledTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\ScheduledTasks\PS_ClusteredScheduledTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbShare.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbSession.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbServerNetworkInterface.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbServerConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbOpenFile.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbMultichannelConnection.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbMapping.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbClientNetworkInterface.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbClientConfiguration.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbConnection.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbMultichannelConstraint.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbBandwidthLimit.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbShare\SmbScriptModule.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\SmbWitness\SmbWitnessWmiClient.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\StartLayout\GetStartApps.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\Disk.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\DiskImage.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\FileIntegrity.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\FileServer.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\FileShare.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\FileStorageTier.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\InitiatorId.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\InitiatorPort.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\MaskingSet.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\OffloadDataTransferSetting.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\Partition.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\PhysicalDisk.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\ResiliencySetting.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageCmdlets.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageEnclosure.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageJob.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageHealth.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageNode.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StoragePool.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageProvider.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageReliabilityCounter.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageSetting.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageSubSystem.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageTier.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\TargetPort.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\TargetPortal.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\VirtualDisk.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\Volume.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Storage\StorageScripts.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\UEV\Microsoft.Uev.Commands.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnConnection_v1.0.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_EapConfiguration_v1.0.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnConnectionProxy_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnServerAddress_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnConnectionRoute_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnConnectionIPsecConfiguration_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnConnectionTrigger_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnConnectionTriggerApplication_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnConnectionTriggerDnsConfiguration_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\VpnClient\PS_VpnConnectionTriggerTrustedNetwork_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Wdac\MSFT_OdbcDriverTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Wdac\MSFT_OdbcDsnTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Wdac\MSFT_OdbcPerfCounterTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Wdac\MSFT_WdacBidTraceTask_v1.0.cdxml'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\WindowsErrorReporting\Microsoft.WindowsErrorReporting.PowerShell.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\WindowsErrorReporting\WindowsErrorReporting.psm1'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\WindowsSearch\Microsoft.WindowsSearch.Commands.dll'.
VERBOSE: Loading module from path 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\WindowsUpdate.\WindowsUpdateLog.psm1'.
VERBOSE: Loading module from path 'C:\Program Files\Microsoft Message Analyzer\PowerShell\PEF\Microsoft.Protocols.Tools.PowerShell.dll'.
VERBOSE: Loading module from path 'C:\Program Files\Microsoft Message Analyzer\PowerShell\PEF\PEF.psm1'.
WARNING: This script Azure Cmdlets was tested with 2.0.0
WARNING: Found 3.8.0 installed; continuing, but errors might occur

Existing local config
Local config already exists in AzureCloud. How would you like to proceed?
[U] Use existing [N] New [S] Save and Create New [?] Help (default is "U"):
Trying to use saved profile D:\Work\DoIt\PredMaintenance\src\Common\Deployment....\[email protected]

CommandType Name Version Source


Alias Login-AzureRmAccount 2.8.0 AzureRM.Profile
Alias Select-AzureRmSubscription 2.8.0 AzureRM.Profile
Cmdlet Add-AzureRmAccount 2.8.0 AzureRM.Profile
Cmdlet Add-AzureRmEnvironment 2.8.0 AzureRM.Profile
Cmdlet Disable-AzureRmDataCollection 2.8.0 AzureRM.Profile
Cmdlet Enable-AzureRmDataCollection 2.8.0 AzureRM.Profile
Cmdlet Get-AzureRmContext 2.8.0 AzureRM.Profile
Cmdlet Get-AzureRmEnvironment 2.8.0 AzureRM.Profile
Cmdlet Get-AzureRmSubscription 2.8.0 AzureRM.Profile
Cmdlet Get-AzureRmTenant 2.8.0 AzureRM.Profile
Cmdlet Import-AzureRmContext 2.8.0 AzureRM.Profile
Cmdlet Remove-AzureRmEnvironment 2.8.0 AzureRM.Profile
Cmdlet Save-AzureRmContext 2.8.0 AzureRM.Profile
Cmdlet Set-AzureRmContext 2.8.0 AzureRM.Profile
Cmdlet Set-AzureRmEnvironment 2.8.0 AzureRM.Profile
WARNING: The command 'Import-AzureRmContext' is obsolete. Select-AzureRmProfile will be renamed to Import-AzureRmContext in the next release.
WARNING: Unable to acquire token for tenant 'Common'

Account : [email protected]
Environment : AzureCloud
Subscription : **********************************
Tenant : **********************************

Confirm
Provided resource group already exists. Are you sure you want to update it?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):
VERBOSE: 9:13:36 PM - Created resource group 'LocalPM' in location 'westeurope'
VERBOSE: 9:13:39 PM - Updated resource group 'LocalPM' in location 'westeurope'
GetMLWorkspaceByName LocalPM
VERBOSE: Authority: 'https://login.microsoftonline.com/
'
VERBOSE: https://management.core.windows.net/, , urn:ietf:wg:oauth:2.0:oob, [email protected]
VERBOSE: Sending request to: GET
https://management.core.windows.net/**********************************/cloudservices/LocalPM/resources/machinelearning/~/workspaces/?api-version=2014-10-01
VERBOSE: body:
VERBOSE: header
VERBOSE: x-ms-version
Invoking Method GET Uri https://management.core.windows.net/**********************************/cloudservices/LocalPM/resources/machinelearning/~/workspaces/?api-version=2014-10-01 Headers Authorization Bearer ********************************** Content-Type = application/json x-ms-version 2014-10-01 Body
VERBOSE: GET https://management.core.windows.net/**********************************/cloudservices/LocalPM/resources/machinelearning/~/workspaces/?api-version=2014-10-01
with 0-byte payload
VERBOSE: received 2-byte response of content type application/json; charset=utf-8
2017-05-01T21:13:43.2909328+03:00 - Creating ML workspace: LocalPM
VERBOSE: Authority: 'https://login.microsoftonline.com/'
VERBOSE: https://management.core.windows.net/, , urn:ietf:wg:oauth:2.0:oob, [email protected]
VERBOSE: Sending request to: PUT
https://management.core.windows.net/**********************************/cloudservices/LocalPM/resources/machinelearning/~/workspaces/?
api-version=2014-10-01
VERBOSE: body: {"Name":"LocalPM","Location":"West Europe","Region":"West
Europe","StorageAccountName":"mllocalpmc2b3f","StorageAccountKey":"
","UserStorageBl
obEndpoint":"https://mllocalpmc2b3f.blob.core.windows.net/","OwnerId":"[email protected]","ImmediateActivation":true,"Source":"SolutionAccelerator"}
VERBOSE: header
VERBOSE: x-ms-version
Invoking Method PUT Uri https://management.core.windows.net/**********************************/cloudservices/LocalPM/resources/machinelearning/~/workspaces/**********************************?api-version=2014-10-01 Headers Authorization Bearer ********************************** Content-Type = application/json x-ms-version 2014-10-01 Body {"Name":"LocalPM","Location":"West Europe","Region":"West Europe","StorageAccountName":"mllocalpmc2b3f","StorageAccountKey":"
","UserStorageBlobEndpoint":"https://mllocalpmc2b3f.blob.core.windows.net/","OwnerId":"[email protected]","ImmediateActivation":true,"Source":"SolutionAccelerator"}
VERBOSE: PUT
https://management.core.windows.net/**********************************/cloudservices/LocalPM/resources/machinelearning/~/workspaces/
***?
api-version=2014-10-01 with -1-byte payload
System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
--- End of inner exception stack trace ---
at Microsoft.PowerShell.Commands.WebRequestPSCmdlet.GetResponse(WebRequest request)
at Microsoft.PowerShell.Commands.WebRequestPSCmdlet.ProcessRecord()
The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.

Unable to create workspace 'LocalPM'
At D:\Work\DoIt\PredMaintenance\src\Common\Deployment\DeploymentLib.ps1:670 char:13

  •         throw ("Unable to create workspace '{0}'" -f $name)
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (Unable to create workspace 'LocalPM':String) [], RuntimeException
    • FullyQualifiedErrorId : Unable to create workspace 'LocalPM'

Error "C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Unrestricted -Command "& ""D:\Work\DoIt\PredMaintenance\src\Common\Deployment\PrepareIoTSample.ps1""" -environmentName local -configuration Debug
Arguments: build.cmd "Command" "Configuration" "EnvironmentName" "AzureEnvironment"
Command: build (just builds); local (config local); cloud (config cloud, build, and deploy)
Configuration: build configuration either Debug or Release; default is Debug
EnvironmentName: Name of cloud environment to deploy - default is local
AzureEnvironment: Name of the Azure Environment to deploy to - default is AzureCloud
ECHO is on.
eg.
build - build.cmd build
local deployment: build.cmd local
cloud deployment: build.cmd cloud release mydeployment
national cloud deployment: same as above but include CloudName at end (eg. build.cmd local debug AzureGermanyCloud or build.cmd cloud release mydeployment AzureGermanyCloud)
D:\Work\DoIt\PredMaintenance\src>

Failure when creating mlworkspace

Hello, while trying to run the build.cmd on my windows machine i got the following error:

image

I am running the recommended versions, with VS2015.

Is this due to a change in the API signature?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.