1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-07-07 02:20:13 +02:00

docs: update Scripting/Powershell

Cette révision appartient à :
Positron 2021-05-20 10:11:13 +00:00 révisé par Mickael Asseline
Parent 1b9bd7f69b
révision 4400468cdd

Voir le fichier

@ -2,7 +2,7 @@
title: Powershell
description:
published: true
date: 2021-05-20T08:30:48.637Z
date: 2021-05-20T10:11:11.223Z
tags:
editor: ckeditor
dateCreated: 2021-05-08T14:42:07.092Z
@ -128,7 +128,7 @@ dateCreated: 2021-05-08T14:42:07.092Z
<li><u>renvoyer le tout dans un fichier texte,</u> le sauvegarder pour l'avoir sous la main puis un petit <strong>ctrl + F</strong> pour rechercher dans la liste.</li>
</ul>
<p>&nbsp;</p>
<pre><code class="language-plaintext">Get-CimClass | Out-File</code></pre>
<pre><code class="language-plaintext">Get-CimClass | Out-File -path c:\classcim.txt</code></pre>
<p>&nbsp;</p>
<ul>
<li><u>renvoyer le tout dans un fichier Excel</u> et faire sa petite recherche à l'aide d'outils incorporés.</li>