For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-RDMSystemInformationReport

Synopsis

Générer un nouveau rapport d'informations système

Syntaxe

Id

New-RDMSystemInformationReport [-ID] <guid> [-Inventory <InventorySystemInformation>]
 [-ExportPath <string>] [-NoClobber] [-VaultMode <VaultMode>] [-ForcePromptAnswer <DialogResult[]>]
 [<CommonParameters>]

InputObject

New-RDMSystemInformationReport [-InputObject] <PSConnection>
 [-Inventory <InventorySystemInformation>] [-ExportPath <string>] [-NoClobber]
 [-VaultMode <VaultMode>] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]

Description

Générer un nouveau rapport d'informations système. Cette applet de commande fonctionne uniquement sur le système d'exploitation Windows.

Exemples

PS C:\> Get-RDMEntry -Name 'MySystemInformationReportEntry' | New-RDMSystemInformationReport

Générer un nouveau rapport à partir de l'entrée 'MySystemInformationReportEntry'

Paramètres

-ExportPath

Chemin où l'inventaire sera enregistré en tant que fichier '.inv'.

-ForcePromptAnswer

Paramètre à utiliser avec précaution. Il répondra automatiquement aux invites demandant des questions oui/non, oui/non/annuler ou ok/annuler. En cas d'invites multiples, plusieurs valeurs peuvent être transmises à ce paramètre. Voici les valeurs acceptées :

  • Yes : Accepter l'invite. Couvre les valeurs OK et Automatic.

  • No : Refuser l'invite oui/non/annuler. « Cancel » est l'option de repli s'il n'y a pas d'option « No ».

  • Cancel : Annuler l'invite oui/non/annuler. « No » est l'option de repli s'il n'y a pas d'option « Cancel ».

-ID

ID de l'entrée du rapport d'informations système

-InputObject

Entrée du rapport d'informations système

-Inventory

Inventaire obtenu à partir de Import-RDMSystemInformationReport

-NoClobber

Ne pas écraser un fichier existant

-VaultMode

Coffre auquel la commande sera appliquée. Trois choix sont proposés :

  • Default : Coffre actuel qui a été défini.

  • User : Coffre spécifique à l'utilisateur actuel.

  • Global : Coffre global de l'espace de travail.

CommonParameters

Cette applet de commande prend en charge les paramètres communs : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction et -WarningVariable. Pour plus d'informations, consultez about_CommonParameters.

Entrée

RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection

Entrée du rapport d'informations système

Notes

Pour plus d'informations, tapez "Get-Help New-RDMSystemInformationReport -detailed". Pour des informations techniques, tapez "Get-Help New-RDMSystemInformationReport -full".

Mis à jour

Ce contenu vous a-t-il été utile ?