Skip to content

Commit db39e60

Browse files
authored
Update about_Profiles.md
1 parent d0c12af commit db39e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/6/About/about_Profiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Windows PowerShell profiles are not run automatically in remote sessions,
325325
so the commands that the profiles add are not present in the remote session.
326326
In addition, the `$Profile` automatic variable is not populated in remote sessions.
327327

328-
To run a profile in a session, use the [Invoke-Command](../Invoke-Command.md) cmdlet.
328+
To run a profile in a session, use the [Invoke-Command](../Microsoft.PowerShell.Core/Invoke-Command.md) cmdlet.
329329

330330
For example, the following command runs the "Current user, Current Host" profile from
331331
the local computer in the session in $s.
@@ -359,4 +359,4 @@ are available in $s.
359359

360360
[about_Remote](about_Remote.md)
361361

362-
[Set-ExecutionPolicy](../../Microsoft.PowerShell.Security/Set-ExecutionPolicy.md)
362+
[Set-ExecutionPolicy](../Microsoft.PowerShell.Security/Set-ExecutionPolicy.md)

0 commit comments

Comments
 (0)