Files
macOS_IntuneManagement/Start-IntuneManagement.ps1
Mikael Karlsson 4add87884a 3.3.0
Beta release
2021-10-17 14:02:08 +11:00

12 lines
369 B
PowerShell

[CmdletBinding(SupportsShouldProcess=$True)]
param(
[switch]
$ShowConsoleWindow,
[switch]
$JSonSettings,
[string]
$JSonFile
)
Import-Module ($PSScriptRoot + "\CloudAPIPowerShellManagement.psd1") -Force
Initialize-CloudAPIManagement -View "IntuneGraphAPI" -ShowConsoleWindow:($ShowConsoleWindow) -JSonSettings:($JSonSettings) -JSonFile $JSonFile