1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2026-06-14 00:14:16 +02:00

Style updates on recent functions

This commit is contained in:
Jaap Brasser
2017-01-15 23:58:22 +01:00
parent 8837b3cf2f
commit 8315f27257
3 changed files with 74 additions and 2 deletions
@@ -46,7 +46,7 @@ Set-AdditionalCalendar -TraditionalLunar
Description
-----------
Configures the Calendar to the show the lunar calendar with traditional Chinese characters
#>
#>
[cmdletbinding(SupportsShouldProcess=$true)]
param(
[Parameter(
+41
View File
@@ -0,0 +1,41 @@
<#PSScriptInfo
.VERSION 1.0.0
.GUID 3002727e-d221-4da0-960c-26a415fb2fce
.AUTHOR Jaap Brasser
.COMPANYNAME
.COPYRIGHT
.TAGS
.LICENSEURI
.PROJECTURI
.ICONURI
.EXTERNALMODULEDEPENDENCIES
.REQUIREDSCRIPTS
.EXTERNALSCRIPTDEPENDENCIES
.RELEASENOTES
#>
<#
.DESCRIPTION
This function can configure the Blue light options on a Windows 10 system.
#>
Param()
+32 -1
View File
@@ -1,4 +1,35 @@
function Set-BlueLight {
<#PSScriptInfo
.VERSION 1.0.0
.GUID 3002727e-d221-4da0-960c-26a415fb2fce
.AUTHOR Jaap Brasser
.COMPANYNAME
.COPYRIGHT
.TAGS
.LICENSEURI
.PROJECTURI
.ICONURI
.EXTERNALMODULEDEPENDENCIES
.REQUIREDSCRIPTS
.EXTERNALSCRIPTDEPENDENCIES
.RELEASENOTES
.DESCRIPTION
This function can configure the Blue light options on a Windows 10 system.
#>
function Set-BlueLight {
<#
.SYNOPSIS
Configures the Blue light options on Windows 10