< Back

Test-CrmSampleDataInstalled

Sat Jan 18, 2020 4:07 pm

NAME Test-CrmSampleDataInstalled



SYNOPSIS

Checks if sample data has been installed to CRM Organization.





SYNTAX

Test-CrmSampleDataInstalled [[-conn] <CrmServiceClient>] [<CommonParameters>]





DESCRIPTION

The Test-CrmSampleDataInstalled cmdlet lets you Check if sample data has been installed to CRM Organization.





PARAMETERS

-conn <CrmServiceClient>

A connection to your CRM organization. Use $conn = Get-CrmConnection <Parameters> to generate it.



Required? false

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



Test-CrmSampleDataInstalled -conn $conn



This example checks if sample data has been installed.







Completed



-------------------------- Example 2 --------------------------



Test-CrmSampleDataInstalled



This example checks if sample data has been installed by omitting parameter names.

When omitting parameter names, you do not provide $conn, cmdlets automatically finds it.







Completed





RELATED LINKS