#PSTip Find all PowerShell Profiles from $PROFILE
Note: This tip requires PowerShell 2.0 and above I have always wanted to see what all PowerShell profiles are defined and in-use on a system.
Read MoreNote: This tip requires PowerShell 2.0 and above I have always wanted to see what all PowerShell profiles are defined and in-use on a system.
Read MoreIn the last tip, I showed you how to create an enumeration object on which we can do bitwise operations to derive combinational values.
Read MoreAt times, we may want to create an enumeration object in which a combination of different constants means different values or descriptions.
Read MoreIn PowerShell 3.0, we no longer have to import modules manually to use cmdlets. When we run a cmdlet, Windows PowerShell imports the module that contains the command automatically.
Read MoreNote: This tip requires PowerShell 3.0. Before you start using PowerShell 3.0, learn about the Updatable Help feature first. The about_Updatable_Help help topic is a good place to start.
Read MoreWhen you run the new Update-Help cmdlet in PowerShell 3.0, it downloads and installs Help files, but you also get HelpInfo XML files.
Read More