Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NestoriSyynimaa committed Jun 29, 2023
1 parent 49d58f7 commit 07284c5
Show file tree
Hide file tree
Showing 24 changed files with 3,287 additions and 785 deletions.
14 changes: 13 additions & 1 deletion AADInternals.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RootModule = 'AADInternals.psm1'

# Version number of this module.
ModuleVersion = '0.8.2'
ModuleVersion = '0.9.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -89,6 +89,8 @@ DISCLAIMER: Functionality provided through this module are not supported by Micr
".\CommonUtils.ps1"
".\ComplianceAPI.ps1"
".\ComplianceAPI_utils.ps1"
".\DCaaS.ps1"
".\DCaaS_utils.ps1"
".\Device.ps1"
".\Device_utils.ps1"
".\DRS_Utils.ps1"
Expand Down Expand Up @@ -186,6 +188,7 @@ DISCLAIMER: Functionality provided through this module are not supported by Micr
"Get-AccessTokenForMSPartner"
"Get-AccessTokenForAdmin"
"Get-AccessTokenForOneNote"
"Get-AccessTokenForWHfB"
"Unprotect-EstsAuthPersistentCookie"
"Get-AccessTokenUsingIMDS"
"Get-AccessTokenForSPOMigrationTool"
Expand Down Expand Up @@ -413,6 +416,7 @@ DISCLAIMER: Functionality provided through this module are not supported by Micr
"Get-DeviceTransportKey"
"Set-DeviceTransportKey"
"New-BulkPRTToken"
"Set-DeviceWHfBKey"

# MDM.ps1
"Join-DeviceToIntune"
Expand All @@ -427,6 +431,11 @@ DISCLAIMER: Functionality provided through this module are not supported by Micr
"Get-Error"
"New-Certificate"
"Get-AzureWireServerAddress"
"Read-Configuration"
"Save-Configuration"
"Get-Configuration"
"Set-Setting"
"Set-UserAgent"

# Teams.ps1
"Get-SkypeToken"
Expand Down Expand Up @@ -503,6 +512,9 @@ DISCLAIMER: Functionality provided through this module are not supported by Micr
# CBA.ps1
"Get-AdminPortalAccessTokenUsingCBA"
"Get-PortalAccessTokenUsingCBA"

# DCaaS.ps1
"Get-UserNTHash"
)

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down
Loading

0 comments on commit 07284c5

Please sign in to comment.