Advertisement
pedronrivera

PowerShell Modules

Mar 17th, 2020
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # PowerShell Modules
  2. #Azure Modules
  3. Install-Module -Name Az -AllowClobber -Scope CurrentUser
  4. Install-module AzureRM -Verbose -Force
  5.  
  6. #UCS
  7. Install-Module -Name Cisco.UCS.Core
  8. Install-Module -Name Cisco.UCSManager
  9. Install-Module -Name Cisco.IMC
  10. #Optional
  11. #Install-Module -Name Cisco.UCSCentral
  12. #Install-Module -Name Cisco.UCS.DesiredStateConfiguration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement