mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 06:52:18 +00:00
fix missing image description
This commit is contained in:
parent
281ab26015
commit
33192460e5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ I manage a large VMware environment spanning several individual vCenters, and I
|
||||||
|
|
||||||
I can, and here's how I do it.
|
I can, and here's how I do it.
|
||||||
|
|
||||||
![Annotation 2020-09-16 142625.png](/images/posts-2020/LJOcy2oqc.png)
|
![Logging in to multiple vCenters](/images/posts-2020/LJOcy2oqc.png)
|
||||||
|
|
||||||
### The Script
|
### The Script
|
||||||
The following Powershell script will let you define a list of vCenters to be accessed, securely store your credentials for each vCenter, log in to every vCenter with a single command, and also close the connections when they're no longer needed. It's also a great starting point for any other custom functions you'd like to incorporate into your PowerCLI sessions.
|
The following Powershell script will let you define a list of vCenters to be accessed, securely store your credentials for each vCenter, log in to every vCenter with a single command, and also close the connections when they're no longer needed. It's also a great starting point for any other custom functions you'd like to incorporate into your PowerCLI sessions.
|
||||||
|
|
Loading…
Reference in a new issue