- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
While it doesn't fix the issue, we have found a workaround by adding the Import-Module VMware.PowerCLI line to the PS Profile.
This delays the kickoff of scripts a bit and takes more memory than auto-loading only the portions needed by the script, but it allows whatever the piece(s) that stop the transcript to load early, then when the script starts a transcript, the module is already loaded and so doesn't execute whatever it is that stops it.
Again, not ideal, but worked sufficiently for our case. However, I do still think this is a problem that needs to be investigated and resolved.