3.4.0
New features and fixes
This commit is contained in:
@@ -5,7 +5,20 @@ param(
|
||||
[switch]
|
||||
$JSonSettings,
|
||||
[string]
|
||||
$JSonFile
|
||||
$JSonFile,
|
||||
[switch]
|
||||
$Silent,
|
||||
[string]
|
||||
$SilentBatchFile = "",
|
||||
[string]
|
||||
$TenantId,
|
||||
[string]
|
||||
$AppId,
|
||||
[string]
|
||||
$Secret,
|
||||
[string]
|
||||
$Certificate
|
||||
)
|
||||
Import-Module ($PSScriptRoot + "\CloudAPIPowerShellManagement.psd1") -Force
|
||||
Initialize-CloudAPIManagement -View "IntuneGraphAPI" -ShowConsoleWindow:($ShowConsoleWindow) -JSonSettings:($JSonSettings) -JSonFile $JSonFile
|
||||
$param = $PSBoundParameters
|
||||
Initialize-CloudAPIManagement -View "IntuneGraphAPI" @param
|
||||
|
||||
Reference in New Issue
Block a user