You've already forked SharedScripts
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:
@@ -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(
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user