This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#requires -version 7.2 | |
<# | |
These commands can be used to export FileInfo settings from $PSStyle and | |
then import them in another session. You might use the import command in | |
your PowerShell profile script. The file must be a json file. | |
#> | |
Function Export-PSStyleFileInfo { | |
[cmdletbinding(SupportsShouldProcess)] | |
Param( |