diff --git a/Examples/Example-35-FindCSE01.ps1 b/Examples/Example-35-FindCSE01.ps1 new file mode 100644 index 0000000..bef7ef7 --- /dev/null +++ b/Examples/Example-35-FindCSE01.ps1 @@ -0,0 +1,4 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +ConvertFrom-CSExtension -CSE '{FC715823-C5FB-11D1-9EEF-00A0C90347FF}' +ConvertFrom-CSExtension -CSE '{A2E30F80-D7DE-11d2-BBDE-00C04F86AE3B}' \ No newline at end of file diff --git a/Examples/Example-35-FindCSE.ps1 b/Examples/Example-35-FindCSE02.ps1 similarity index 100% rename from Examples/Example-35-FindCSE.ps1 rename to Examples/Example-35-FindCSE02.ps1