Categories
Software Technical

Online PowerCLI Installation, Quick Steps

Here are some quick steps to installing PowerCLI onto your computer to get you started. I performed the steps listed below on a Windows 10 Computer.   Overview VMware PowerCLI is a command-line and scripting tool built on Windows PowerShell, and provides more than 600 cmdlets for managing and automating vSphere, vCloud, vRealize Operations Manager, […]

Categories
How-To Software Technical

Azure Active Directory Module for Windows Powershell – How to Connect

I recently needed to use this and well; I’m learning as I go. So one of the tasks I needed to do in O365 was to delete a user.  This required me to use Azure AD PowerShell. Fist step was simple.  Install Windows Azure Active Directory Module for Windows PowerShell onto a system. Next was […]

Categories
News Technical

street slang: cmdlet

A cmdlet (pronounced “command-let”) is a lightweight Windows PowerShell script that performs a single function. A cmdlet, which is expressed as a verb-noun pair, has a .ps1 extension. Windows PowerShell has over two hundred basic core cmdlets and had been extended to 1000’s due to administrators writing their own. Each cmdlet will have a help […]