< Back
Test-TableHasAssociatedPages
Post
NAME Test-TableHasAssociatedPages
SYNOPSIS
Tests for missing LookupPageIDs and DrillDownPageIDs
SYNTAX
Test-TableHasAssociatedPages [-Object] <Object[]> [-ExcludeObject <ScriptBlock>] [-IncludeObject <ScriptBlock>]
[<CommonParameters>]
Test-TableHasAssociatedPages [-Path] <string[]> [-ExcludeObject <ScriptBlock>] [-IncludeObject <ScriptBlock>]
[<CommonParameters>]
DESCRIPTION
PARAMETERS
-ExcludeObject <ScriptBlock>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-IncludeObject <ScriptBlock>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Object <Object[]>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Path <string[]>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
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
UncommonSense.CBreeze.Core.Object[]
System.String[]
OUTPUTS
UncommonSense.CBreeze.Core.Object
---------- EXAMPLE 1 ----------
Test-TableHasAssociatedPages -Path be:\\tab*.txt | Select-Object -ExpandProperty Issues
This command tests for missing LookupPageIDs and DrillDownPageIDs, and reports issues per object
RELATED LINKS
SYNOPSIS
Tests for missing LookupPageIDs and DrillDownPageIDs
SYNTAX
Test-TableHasAssociatedPages [-Object] <Object[]> [-ExcludeObject <ScriptBlock>] [-IncludeObject <ScriptBlock>]
[<CommonParameters>]
Test-TableHasAssociatedPages [-Path] <string[]> [-ExcludeObject <ScriptBlock>] [-IncludeObject <ScriptBlock>]
[<CommonParameters>]
DESCRIPTION
PARAMETERS
-ExcludeObject <ScriptBlock>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-IncludeObject <ScriptBlock>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Object <Object[]>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Path <string[]>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
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
UncommonSense.CBreeze.Core.Object[]
System.String[]
OUTPUTS
UncommonSense.CBreeze.Core.Object
---------- EXAMPLE 1 ----------
Test-TableHasAssociatedPages -Path be:\\tab*.txt | Select-Object -ExpandProperty Issues
This command tests for missing LookupPageIDs and DrillDownPageIDs, and reports issues per object
RELATED LINKS