File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/governance/policy/concepts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ operating system of guest configuration extension. There's no need to configure
47
47
When a configuration is
48
48
[ packaged using the available tools] ( ../how-to/guest-configuration-create.md ) ,
49
49
the required dependencies for the configuration are included in a .zip file.
50
- Machines that request the configuration extract the contents into a unique
51
- folder for each configuration. The agent delivered by the guest configuration
52
- extension creates a dedicated PowerShell session for each configuration, using a
53
- ` $Env:PSModulePath ` that limits automatic module loading to only the path where
54
- the package was extracted.
50
+ Machines extract the contents into a unique folder for each configuration.
51
+ The agent delivered by the guest configuration extension creates a dedicated
52
+ PowerShell session for each configuration, using a ` $Env:PSModulePath ` that
53
+ limits automatic module loading to only the path where the package was
54
+ extracted.
55
55
56
56
Multiple benefits result from this change.
57
57
You can’t perform that action at this time.
0 commit comments