TestimoX

API Reference

Command

Get-ADXGpoMissingFile

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoMissingSysvolFilesRow

Detects missing baseline SYSVOL files/folders for GPOs (COM-free).

Examples

Authored help example

Example 1


Get-ADXGpoMissingFile -Domain contoso.com -BrokenOnly
        

Example 2


Get-ADXGpoMissingFile -Forest contoso.com -Name '*Security*' -BrokenOnly
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-ADXGpoMissingFile [-BrokenOnly] [-Domain <string>] [-Forest <string>] [-Id <Guid[]>] [-Name <string[]>] [<CommonParameters>]
#

Parameters

BrokenOnly SwitchParameter optionalposition: namedpipeline: false
When present, emits only GPOs with at least one missing item.
Domain string optionalposition: namedpipeline: false
Optional domain filter to limit enumeration to one domain.
Forest string optionalposition: namedpipeline: false
Forest DNS name to enumerate. When omitted, uses the current forest.
Id Guid[] optionalposition: namedpipeline: false
Optional GUID filters.
Name string[] optionalposition: namedpipeline: false
Optional display-name filters (supports * and ?).

Outputs

ADPlayground.Gpo.GpoMissingSysvolFilesRow