Skip to content

Commit

Permalink
remove unnecessary Import-Module in Subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Mar 20, 2023
1 parent 8dba53d commit 66b6548
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -664,13 +664,6 @@ function Invoke-SPDscCommand
Add-PSSnapin Microsoft.SharePoint.PowerShell
}
"@
}
else
{
$baseScript = @"
Import-Module SharePointServer -Verbose:`$false -WarningAction SilentlyContinue
"@
}

Expand Down

0 comments on commit 66b6548

Please sign in to comment.