Unleash the Power of VMware with PowerCLI: A Beginner's Journey to Mastery

  Рет қаралды 12,142

sysadmintutorials

sysadmintutorials

Күн бұрын

Пікірлер: 40
@sMadaras
@sMadaras 2 жыл бұрын
You are a brilliant teacher. Your strength is didactics. It's a rare skill nowadays.
@sysadmintutorials
@sysadmintutorials 2 жыл бұрын
Hi Sandor, thank you for this great feedback, much appreciated
@Sriharsha.G
@Sriharsha.G Жыл бұрын
Sir Very nice content and teaching ,looking for more videos on VMware and powercli, learnt a lot from your videos, keep going on. Thank you.
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Hi Sriharsha, thank you for this great feedback. Definitely more content to come, so stay tuned :)
@mohammedasifkhanp5032
@mohammedasifkhanp5032 Жыл бұрын
Hello SysAdmin, How are you doing?😀 I see you have responded back to every single comments down below, this shows how enthusiastic you are and you are religiously interested getting feedback from your fellow viewers/subscribers. Well, I am your subscriber from past 8 years. your every single video is full of information as this one. And I am looking forward for more alike videos from you. Thanks a lot for your time/efforts you put behind making all this stuffs. ❤🤝😃
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Hi Mohammed, I'm doing great hope you are well also. I really appreciate your comment and the kind words, it means a lot. Thank you for being such a long-time Sysadmin subscriber. I assure you there is more great content to come for everyone.
@ThePiyush383
@ThePiyush383 9 ай бұрын
hey Sysadmin, Great video. Did you post any video showing, how we can get coloured the output for 'Overall Status' based on the value. Is it something to be achieved using "Out-conditionalFormating" cmdlet ? Waiting for your reply.
@aparichit861
@aparichit861 Жыл бұрын
Nice video for a start in PowerShell learning for a beginner. Please also make a video how to make all output data in a file which can be open in excel format.
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Hi Aparichit, thank you. This is definately possible, not only can you produce the html report but also a CSV of the same data. I will add this into my video content list
@MA-ob4yr
@MA-ob4yr 2 жыл бұрын
Really Awesome, let me get more learning from you. Please create reports for cluster usage report
@sysadmintutorials
@sysadmintutorials 2 жыл бұрын
Hi M A, thank you. We can add cluster information to this report above the hosts. What information would you like to see from the cluster ?
@MA-ob4yr
@MA-ob4yr 2 жыл бұрын
@@sysadmintutorials Thanks for your prompt response, I would like to pull monthly average utlization of CPU and Memory of clusters in all vcenters. Basically how to extract monthly average utlization of CPU and Memory of all clusters from multiple vcenters. This admin work will helps me really alot.
@martymoreno63
@martymoreno63 2 жыл бұрын
Outstanding video!
@sysadmintutorials
@sysadmintutorials 2 жыл бұрын
Hi Marty, thank you so much
@vincenton3535
@vincenton3535 Жыл бұрын
Hi ❤ I love the video, pacing of your training is fantastic. Could I please ask you to email the script ? and yes love to see the host offline display in 'RED', I see if I use CHATGPT to assist if dont hear from you early enough. Now that I have this script thanks your training video, I can now produce a report to present to management of the hosts failed on a regular basis. I am yet to produce many other reports with status of other hardwares as well. How do I use your service as I am based in OZ (Australia) being in a different timezone.? Thank you kindy
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Hi Vincenton3535 thank you for your kind comments. I see that you downloaded the script from my Github page which is great. You can reach out to me via my email. Within my KZbin channel click on About tab.
@tlourey
@tlourey 2 жыл бұрын
Red for off yes. Yellow for error or unknown (nothings perfect - not even jasbot Powershell) Green for powered on is optional. If they *regularly* change then yes it should be green. But if the normal status is on, that status doesn't change much and it only changes when something *is* wrong there is no need to call attention to it, so leave it white
@tlourey
@tlourey 2 жыл бұрын
That doesn't mean you remove the item from the report. Just not highlight it
@sysadmintutorials
@sysadmintutorials 2 жыл бұрын
Yes that sounds good, we can add those colours in. I'll do a few options in the update and then you guys can change the script to light it up the way you want :)
@abd.alharbi
@abd.alharbi Жыл бұрын
Hi. Great content. I wish you'd cover APIs as I'm trying to get tags associated to objects through APIs. Or at least refer me to an article. Cheers.
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Hi Abdullah, thank you. This is only a beginner's guide as you can appreciate there are thousands of other things to cover but can't fit them all into a short video. However if you let me know what you're after exactly and more people want to also learn the same thing i'd be happy to create a video on it.
@abd.alharbi
@abd.alharbi Жыл бұрын
@@sysadmintutorials Right on. The scenario is as follows; say, I have a VM that is running a service in production. It's assigned a 'prod' tag. This tag is under 'env' category. When I query for VMs, I want to see all the tags associated with each VM under all categories. I can't use PS as the reporting tool I'm using doesn't accept PS scripting. Is this achievable? I went through your channel hoping to find something that might help in that regard but wasn't successful. Looking forward to your reply.
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Hi Abdullah, does your reporting tool accept csv's ?
@abd.alharbi
@abd.alharbi Жыл бұрын
@@sysadmintutorials It does. The way I'm currently generating the report is by exporting the list of VMs in a CSV format and dropping the file in a specific folder to be consumed by the reporting tool. But I'm dealing with multiple data centers with different vShephere clients and the process gets monotonous. I'm resorting to APIs hoping to speed up the process.
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Hi Abdullah you can use powershell/powercli to export to csv's
@amitchettri_ac
@amitchettri_ac 2 жыл бұрын
is it possible to configure the powercli on the linux node?
@sysadmintutorials
@sysadmintutorials 2 жыл бұрын
Hi Amit, yes you sure can, you have to install PowerShell first and then you can import the VMware.PowerCLI module. Have a look at this article, select Linux OS and then follow the instructions for installation: developer.vmware.com/powercli/installation-guide
@vincenton3535
@vincenton3535 Жыл бұрын
I have created the script but when i paste the html in Chrome, the output is in html code, where in your demo, you have the GUI table. Is there something I have missed? Could I also have your email address for any further assistance or communication moving forward ?
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Hi again Vincent, can you elaborate on what you mean by pasting the html in Chrome ? You should only need to double click the html file once and it will open in your browser.
@vincenton3535
@vincenton3535 Жыл бұрын
@@sysadmintutorials hi My bad, syntax error I spelt my filename.hlmt instead of html. Fixed and thank you for replying.
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Great that you fixed it, easy one :)
@Sriram-qq8il
@Sriram-qq8il 2 жыл бұрын
Great.thank you
@sysadmintutorials
@sysadmintutorials 2 жыл бұрын
Hi Sriram, you are most welcome :)
@Culsta
@Culsta Жыл бұрын
Hello, just going through your videos really amazing. I really like to know how to colour the status and also and send the report via email please. Thanks in advance 😊
@sysadmintutorials
@sysadmintutorials Жыл бұрын
Thank you Cutlas, I'm finishing up another video this week which will be posted soon on server monitoring, I will add this to my list to ensure a video comes out with those additions for you :)
@Culsta
@Culsta Жыл бұрын
@@sysadmintutorials Thank you so much for your response !! 😀 I am. Waiting boss.
@tedsatim3555
@tedsatim3555 2 жыл бұрын
Thanks my dear sir! That was some good material 👌
@sysadmintutorials
@sysadmintutorials 2 жыл бұрын
Hi Ted, thank you my friend
@MrArsalan1988
@MrArsalan1988 2 жыл бұрын
Hi
@sysadmintutorials
@sysadmintutorials 2 жыл бұрын
Hi Arsalan, thanks for joining
Say goodbye to VMware vSphere 6.7 on October 15th!
0:30
sysadmintutorials
Рет қаралды 1 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Mastering vSphere 8: A Guide on Installing and Configuring ESXi
21:42
sysadmintutorials
Рет қаралды 7 М.
Running PowerShell code  as background tasks with PowerShell jobs
15:30
Mike in the Cloud
Рет қаралды 3 М.
Mastering vSphere 8: A Guide To Upgrading To vSphere 8
15:22
sysadmintutorials
Рет қаралды 2,8 М.
Mastering vSphere 7: A Guide to Upgrading ESXi 6.7 to 7 Update 3
20:51
sysadmintutorials
Рет қаралды 46 М.
Beginner-friendly tutorial on PowerShell remoting
17:00
Mike in the Cloud
Рет қаралды 16 М.
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,3 МЛН
Learn Microsoft Active Directory (ADDS) in 30mins
36:26
Andy Malone MVP
Рет қаралды 1 МЛН
Do YOU Understand WHAT JUST HAPPENED!? 😂 #shorts
0:57
LankyBox World
Рет қаралды 1,6 МЛН
Абзал неге келді? 4.10.22
3:53
QosLike fan club
Рет қаралды 31 М.
Down Spout Catch Basin Installation to French Drain
0:58
Komar Project
Рет қаралды 6 МЛН
В Европе заставят Apple сделать в айфонах USB Type-C
0:18
Короче, новости
Рет қаралды 1,1 МЛН
Что такое дагестанский кирпичный завод!
0:53
АВТОБРОДЯГИ - ПУТЕШЕСТВИЯ НА МАШИНЕ
Рет қаралды 746 М.