Skip to content

Commit

Permalink
Merge pull request #299 from kmsigma/master
Browse files Browse the repository at this point in the history
Merge pull request #289 from kmsigma/modern-dashboard-functions
  • Loading branch information
danjagnow committed Sep 29, 2021
2 parents 0f6e40a + 4f5dbbb commit 5a2073a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Samples/PowerShell/functions/func_ModernDashboards.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#Requires -Module @{ ModuleName = 'SwisPowerShell'; ModuleVersion = '3.0.0' }
# Requirements:
# * PowerShell v7.0+
# * SwisPowerShell Module v3.0+
#Requires -Module @{ ModuleName = 'SwisPowerShell'; ModuleVersion = '3.0.0' }
#Requires -Version 7

<#
.Synopsis
Expand Down Expand Up @@ -345,7 +349,6 @@ function Import-ModernDashboard {
about_Operators
#>

#Requires -Version 2.0
function Remove-InvalidFileNameChars {

[CmdletBinding(
Expand Down

0 comments on commit 5a2073a

Please sign in to comment.