fix: Remove output type for output functions. Add Later

This commit is contained in:
DrIOS
2024-06-23 16:59:26 -05:00
parent e60c9855e3
commit be68c1d0d7
4 changed files with 4 additions and 12 deletions

View File

@@ -10,11 +10,9 @@
#>
function Get-CISAadOutput {
[cmdletBinding()]
[OutputType([string])]
param(
[Parameter(Mandatory = $true)]
[String]
$Rec
[String]$Rec
)
begin {
# Begin Block #

View File

@@ -10,11 +10,9 @@
#>
function Get-CISExoOutput {
[cmdletBinding()]
[OutputType([string])]
param(
[Parameter(Mandatory = $true)]
[String]
$Rec
[String]$Rec
)
begin {
# Begin Block #

View File

@@ -10,11 +10,9 @@
#>
function Get-CISMSTeamsOutput {
[cmdletBinding()]
[OutputType([string])]
param(
[Parameter(Mandatory = $true)]
[String]
$Rec
[String]$Rec
)
begin {
# Begin Block #

View File

@@ -10,11 +10,9 @@
#>
function Get-CISSpoOutput {
[cmdletBinding()]
[OutputType([string])]
param(
[Parameter(Mandatory = $true)]
[String]
$Rec
[String]$Rec
)
begin {
# Begin Block #