mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merge pull request #4017 from ChrisKibble/patch-2
Added comment block around disclaimer in code view.
This commit is contained in:
commit
f0b5c300c1
@ -69,6 +69,7 @@ foreach ($k in $iniSetupConfigKeyValuePair.Keys)
|
|||||||
#Write content to file
|
#Write content to file
|
||||||
New-Item $iniFilePath -ItemType File -Value $iniSetupConfigContent -Force
|
New-Item $iniFilePath -ItemType File -Value $iniSetupConfigContent -Force
|
||||||
|
|
||||||
|
<#
|
||||||
Disclaimer
|
Disclaimer
|
||||||
Sample scripts are not supported under any Microsoft standard support program or service. The sample scripts is
|
Sample scripts are not supported under any Microsoft standard support program or service. The sample scripts is
|
||||||
provided AS IS without warranty of any kind. Microsoft further disclaims all implied warranties including, without
|
provided AS IS without warranty of any kind. Microsoft further disclaims all implied warranties including, without
|
||||||
@ -78,6 +79,7 @@ Microsoft, its authors, or anyone else involved in the creation, production, or
|
|||||||
for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption,
|
for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption,
|
||||||
loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample script
|
loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample script
|
||||||
or documentation, even if Microsoft has been advised of the possibility of such damages.
|
or documentation, even if Microsoft has been advised of the possibility of such damages.
|
||||||
|
#>
|
||||||
```
|
```
|
||||||
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user