
Comment multiple lines of code in ISE
We have all been there, trouble shooting a script and you need to comment out a group of lines quickly. Most IDEs have this feature built in. Now PowerShell v3 ISE has this feature also but its not obvious. I found this little tip on DexterPOSH’s Blog.
Comment Code :
•Press Alt + Shift + Up/Down arrow key to select lines
•Once lines are selected, Press “#” to commentUncomment Code :
•Follow the same Key shortcut to select text [Alt + Shift + Up/Down].
•Once selected , Press Delete.
Dexter has a nice little animation on his site.
More Stories
Azure AD and Windows hello for business, SSO for on-premises resources
We disabled WFB when we first rolled out autopilot because we are not ready to deploy and support passwordless at...
Recover Microsoft forms from old users
Microsoft forms are a great way to collect data from the user. However, what happens when the user leaves the...
Creating a document management system with SharePoint
Searching for documents can be a cumbersome and time-consuming task, especially if there is no proper system in place for...
Internal certificates for desktop phones
We are looking at a new cloud based phone system. Most use Poly or Yealink phones, we use 802.1x on...
Intune certificate connector
upgrading to certificate connector 6.2 that is required in Sept 2022, has broke our NDES for intune. I'm collecting all...
Microsoft ATP documentation
We've deployed ATP to our windows workstation, now I'm researching it for our MACs and IOS devices. I pushed it...