Tous les tags »
Open XML »
PowerShell
Désolé, mais il n'y a plus de tags disponibles pour filtrer.
-
First, let’s create a profile in order to use PowerTools each time you open a PS console. This is a completely optional step, it’s just for your convenience.
Creating a PowerShell profile To check if your profile is already set or not, use: test-path $PROFILE If the previous command returns false, then use the command: new-item –path ...