PowerShell defines some special script files, called Profiles, that you can use to customise and configure a PowerShell Session, whether you are using Powershell.exe, PoweShellISE.exe or a customised version (e.g. Exchange Management Console). The neat...
< # .SYNOPSIS This script gets the details of the PowerShell profile files related to a given host. .DESCRIPTION This script gets the 4 script file names from the $profile variable and creates a custom object...