en-US/about_Test-TTPathRoots.help.txt

.EXTERNALHELP Test-TTPathRoots-help.xml
 
.NOTES
  NAME: about_Test-TTPathRoots
 
.DESCRIPTION
  The Test-TTPathRoots function displays the effective TechToolbox path roots
  and key resolved configuration paths. It derives these values from environment
  variables (such as TT_Home, TT_ModuleRoot, TT_LogsRoot) and runtime defaults.
  If specific environment variables are not set, it falls back to calculated
  defaults based on the OneDrive or User Profile directory.
 
  The function optionally creates the effective logs and exports root
  directories if they do not already exist when the EnsureDirectories parameter
  is used.
 
.PARAMETER EnsureDirectories
  Creates the effective logs and exports root directories if they do not exist.
  This switch does not accept pipeline input by property name.
 
.INPUTS
  None. You cannot pipe objects to Test-TTPathRoots.
 
.OUTPUTS
  System.Management.Automation.PSCustomObject. The function returns a custom
  object containing the resolved path roots and configuration details.
 
.EXAMPLE
  Test-TTPathRoots
 
  Description: Shows effective TechToolbox path roots and key resolved config
  paths without creating any directories.
 
.EXAMPLE
  Test-TTPathRoots -EnsureDirectories
 
  Description: Shows effective TechToolbox path roots and ensures that the logs
  and exports root directories are created if they do not exist.
 
.LINK
  [TechToolbox](https://github.com/dan-damit/TechToolbox)