Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, March 29, 2010 3:50 PM
Dear Powershellers;
I'm so pleased that MS is embracing a command line shell.
I did not see this forum after looking around; i use the shell not especially for server management, but i also want to use it for VisualStudio 2010 tasks that are
considered too security related to do in an GUI; they seem to think that if you can type it
you must be secured.
What are the differences between PS1 and PS2 ?
How do I give powershell ISE (which i love) startup commands on the commend line (like awk, sed, and other old friends).
dB
Hey Hey Hey Doc K whadu say ?
All replies (2)
Monday, March 29, 2010 5:27 PM ✅Answered
Take a look at about_Windows_PowerShell_2.0 help topic (http://technet.microsoft.com/en-us/library/dd347618.aspx). You will find a list of new features and breaking changes to Windows PowerShell 1.0.
Aleksandar Nikolić http://powershellers.blogspot.com http://twitter.com/alexandair
Saturday, October 5, 2013 7:38 PM
I just want to know whether it is doable or complicated to do a vbs or powershell scripting:
due to domain migration , some shares still have the old domain groups \domain1\group1 or group2. We want to list all share permissions first in the script then add the new groups if detected the different domain name in the script. Basically just add domain2\group1 or group2
I think that will be a very complicated scripts but just want some experts input on it.