PowerShell Command Modifications

This page provides details for potential PowerShell command modifications.

 

When modifying any PowerShell command that includes a default variable, please make sure the variable is delimited by percentage signs (%%). Using %% makes Login AM expand the contents as an environment variable. If you use <> instead of %%, AM will only translate <> to %% and won’t expand the variable as required.