Dimmo

1.17


Several general purpose cmdlets and functions.

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.

Get-DhcpMostRecentLease Shows most recent leases from the Microsoft DHCP Server.
Get-DuplicateFi

Several general purpose cmdlets and functions.

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.

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 rudimentary space report on subfolders.
Get-MessageOfTheDay displays a random message, mostly PowerShell-related.  ;)
Get-ServiceMemoryUsage displays memory usage by service.
Get-Ticker retrieves a ticker from the stock market from Alpha Vantage.

Invoke-RestMethodDemo demonstrates REST with several public URLs.
Invoke-Speak 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
Show more

Installation Options

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

Install-Module -Name Dimmo -RequiredVersion 1.17

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

Install-PSResource -Name Dimmo -Version 1.17

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-2019 Dimitri Koens. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
1.31 252 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 (current version) 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 less