Version 3 Beta 1 - Complete re-write
This commit is contained in:
7
Start-IntuneManagement.ps1
Normal file
7
Start-IntuneManagement.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
[CmdletBinding(SupportsShouldProcess=$True)]
|
||||
param(
|
||||
[switch]
|
||||
$ShowConsoleWindow
|
||||
)
|
||||
Import-Module ($PSScriptRoot + "\CloudAPIPowerShellManagement.psd1") -Force
|
||||
Initialize-CloudAPIManagement -View "IntuneGraphAPI" -ShowConsoleWindow:($ShowConsoleWindow)
|
||||
Reference in New Issue
Block a user