Dimmo

1.31


Module containing several general purpose cmdlets and functions.

Remove-AzResourceGroupByOutGridView Displays all resource groups from the current Azure subscription by using Out-GridView. Any selected resource groups will be removed.
Enable-LegacyConsole Enables the legacy console. It can solve problems of erratic prompt behaviour.
Disable-LegacyConsole Disabl

Module containing several general purpose cmdlets and functions.

Remove-AzResourceGroupByOutGridView Displays all resource groups from the current Azure subscription by using Out-GridView. Any selected resource groups will be removed.
Enable-LegacyConsole Enables the legacy console. It can solve problems of erratic prompt behaviour.
Disable-LegacyConsole Disables the legacy console, and enables a V2 console. It introduces new console behaviour.
Enable-IEProxy Enables the proxy server as configured in Internet Explorer.
Disable-IEProxy Disables the proxy server as configured in Internet Explorer.
Enable-PSRemotingThroughWmi can enable PS Remoting on a remote host when only WMI connectivity is provided.
Enable-RDPThroughWmi can enable Remote Desktop on a remote host when only WMI connectivity is provided.

Show-SystemUsage Shows memory and disk space usage. Nice to include in PowerShell profile.ps1.
Remove-VMAndAllFiles Removes VMs including attached disks. Does not remove parent disks from differencing disks.
Convert-VMToHyperVHost Converts an existing VM to a hyper-v host-capable VM.
New-UnattendXML Creates output that can be used to create an Unattend.XML file for unattended deployments of Windows.
New-VMFromBaseDisk This function creates a VM from a specified base disk.
New-HNVDemoEnvironment Creates a number of virtual machines to demonstrate Hyper-V Network Virtualization (HNV).
Install-WindowsFeatureInVHD Installs a Windows Feature in a VHD and waits for the VHD to dismount.
Install-Chocolatey Installs the Chocolatey package manager.

Get-DhcpMostRecentLease Shows most recent leases from the Microsoft DHCP Server.
Get-DuplicateFiles is a function that scans for duplicate files based on exact contents.
Get-EventLogInterestingEvents Displays popular events from the eventlog. For example: unexpected shutdown, failed logon, account locked out.
Get-FolderSpaceReport displays a space report on subfolders.
Get-MessageOfTheDay displays a random message, mostly PowerShell-related.  ;)
Get-NetworkControllerInstallationStatus retrieves system properties to show progress on the installation on the network controller.
Get-ServiceMemoryUsage displays memory usage by service.
Get-Ticker retrieves a ticker from the stock market from Alpha Vantage.
Get-VMDiskSpace displays VMHardDiskDrive space usage, excluding state files and parent disks.

Invoke-DefragAnalysis performs a defragmentation analysis on the specified drive.
Invoke-RestMethodDemo demonstrates REST with several public URLs.
Invoke-Speach converts the specified string to audio.

Measure-HashSpeed Measures the hash speed of several algorithms on a specified file.

Send-Tweet sends a Tweet through the Twitter API.
Send-WakeOnLan sends a magic packet to the specified MAC address on this subnet to wake up the host.
Start-MOCLab starts required VMs for a particular lab from a MOC training (Microsoft Official Curriculum).

Also contains several monitoring functions:
MultiPing sends a ping to one or more specified hosts to verify connectivity. It will display colored output and by default repeats.
NetworkMonitor pings the entire subnet and logs any hosts responding or stopped responding.
ProcessMonitor monitors for start and stop events in the process listing.
ServiceMonitor monitors for new or changed services.
EventLogMonitor writes events to the screen as they occur.
FolderMonitor scans for changes in one or more folders. Perfect for SCCM Distribution Points.
Get-AzureStackDeploymentStatus displays info concerning Azure Stack SDK deployment.
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Dimmo

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Dimmo

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2015-2021 Dimitri Koens. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
1.31 (current version) 202 5/15/2022
1.30 171 11/30/2021
1.29 225 11/19/2020
1.28 31 11/15/2020
1.27 204 11/6/2019
1.26 137 5/10/2019
1.25 40 5/8/2019
1.24 76 3/11/2019
1.23 79 2/2/2019
1.22 30 2/2/2019
1.21 27 2/2/2019
1.20 34 1/31/2019
1.19 47 1/16/2019
1.17 28 1/16/2019
1.16 39 1/10/2019
1.15 45 12/24/2018
1.14 27 12/24/2018
1.12 27 12/23/2018
1.11 38 12/15/2018
1.10 29 12/15/2018
1.9 30 12/15/2018
1.8 128 5/31/2018
1.7 39 5/30/2018
1.6 949 11/3/2015
1.5 43 10/29/2015
1.4 52 10/16/2015
1.3 42 10/14/2015
1.2 33 10/12/2015
1.0 37 10/7/2015
Show more