- Apr 20, 2009
- 3,793
- 1
- 81
So I have been using some spare time at work to learn powershell, and have gotten some things figured out. One thing I have been having difficulty with was script-signing.
Well, it seems that MS's ISE apparently saves scripts with USC-2 Big Endian encoding by default, which, for whatever reason kills the ability of script signing. Since re-saving my script with a different editor (Notepad++) and resetting the encoding to UTF8, now I can finally sign the scripts.
So questions are:
1) Is there a way to adjust the ISE so that is saves in UTF8 by default?
2) What script editor do you use?
3) Given the editor you use, do you have something configured to auto-sign your scripts? (Presently working on testing PowerGUI myself with a plugin hosted on their site.)
Thanks in advance!
Well, it seems that MS's ISE apparently saves scripts with USC-2 Big Endian encoding by default, which, for whatever reason kills the ability of script signing. Since re-saving my script with a different editor (Notepad++) and resetting the encoding to UTF8, now I can finally sign the scripts.
So questions are:
1) Is there a way to adjust the ISE so that is saves in UTF8 by default?
2) What script editor do you use?
3) Given the editor you use, do you have something configured to auto-sign your scripts? (Presently working on testing PowerGUI myself with a plugin hosted on their site.)
Thanks in advance!
