Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

get-mcasfile -extension cannot retrieve multiple file extensions in a single call #110

@silviews

Description

@silviews
Call get-mcasfile -extension "jpg" works, but would be useful to have multiple extensions in a single get.
get-mcasfile -extension "jpg", "docx" etc. (similar to fileType)

Limits the results to items with the specified file extensions, such as 'jpg', 'txt'.

    [Parameter(ParameterSetName='List', Mandatory=$false)]
    [ValidateNotNullOrEmpty()]
    [string]$Extension,

    # Limits the results to items without the specified file extensions, such as 'jpg', 'txt'.
    [Parameter(ParameterSetName='List', Mandatory=$false)]
    [ValidateNotNullOrEmpty()]
    [string]$ExtensionNot,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions