There was an error while loading. Please reload this page.
1 parent 97325fc commit d4ec3e4Copy full SHA for d4ec3e4
src/public/Remove-ADSISite.ps1
@@ -49,6 +49,11 @@
49
Write-Verbose "[$FunctionName] Found Credential Parameter"
50
$ContextSplatting.Credential = $Credential
51
}
52
+
53
+ if ($PSBoundParameters['ForestName']){
54
+ Write-Verbose "[$FunctionName] Found ForestName Parameter"
55
+ $ContextSplatting.ForestName = $ForestName
56
+ }
57
58
process
59
{
src/public/Remove-ADSISiteSubnet.ps1
@@ -51,6 +51,11 @@
60
61
0 commit comments