Windows-powershell / PowerShell-master /test /powershell /dsc /psprofile_currentuser_allhosts.dsc.yaml
Onyxl's picture
Upload 2661 files
8c763fb verified
# Set PowerShell profile content
$schema: https://aka.ms/dsc/schemas/v3/bundled/config/document.json
resources:
- name: PSProfile
type: Microsoft.PowerShell/Profile
properties:
profileType: CurrentUserAllHosts
content: "Write-Host 'Welcome to your PowerShell profile - CurrentUserAllHosts!'"
_exist: true