sysadmin:asbuilt
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sysadmin:asbuilt [ 5/01/2022 09:12] – lrosa | sysadmin:asbuilt [25/02/2022 13:19] (current) – lrosa | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== AsBuilt ====== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | |||
+ | ===== Installazione ===== | ||
+ | Verificare che la versione sia almeno 5.1 | ||
+ | |||
+ | <code powershell> | ||
+ | |||
+ | Se ci sono problemi ad installare | ||
+ | |||
+ | <code powershell> | ||
+ | |||
+ | oppure se proprio non va | ||
+ | |||
+ | <code powershell> | ||
+ | Register-PSRepository -Default -Verbose | ||
+ | Set-PSRepository -Name " | ||
+ | |||
+ | |||
+ | Prerequisiti per i moduli | ||
+ | |||
+ | <code powershell> | ||
+ | Install-Module -Name PureStoragePowerShellSDK</ | ||
+ | |||
+ | Core: | ||
+ | |||
+ | <code powershell> | ||
+ | |||
+ | Per cercare i moduli disponibili: | ||
+ | |||
+ | <code powershell> | ||
+ | |||
+ | Per creare una nuova configurazione: | ||
+ | |||
+ | <code powershell> | ||
+ | |||
+ | <code powershell> | ||
+ | Set-PowerCLIConfiguration -Scope AllUsers -InvalidCertificateAction Ignore -Confirm: | ||
+ | New-AsBuiltReport -Report VMware.vSphere -Target vcenter.domain.local -Username administrator@vsphere.local -Password VMware1! -Format Word,Text -OutputFolderPath ' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||