commands

^

Measure-DbatoolsImport

Author Chrissy LeMaire (@cl), netnerds.net
Availability Windows, Linux, macOS

 

Want to see the source code for this command? Check out Measure-DbatoolsImport on GitHub.
Want to see the Bill Of Health for this command? Check out Measure-DbatoolsImport.

Synopsis

Displays the import load times of the dbatools PowerShell module

Description

Displays the import load times of the dbatools PowerShell module

Syntax

Measure-DbatoolsImport
    [<CommonParameters>]

 

Examples

 

Example: 1
PS C:\> Measure-DbatoolsImport

Displays the import load times of the dbatools PowerShell module

Example: 2
PS C:\> Import-Module dbatools
PS C:\> Measure-DbatoolsImport

Displays the import load times of the dbatools PowerShell module