-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy pathPowerZure.psd1
82 lines (72 loc) · 2.08 KB
/
PowerZure.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#
# Module manifest for module 'Powerzure'
#
# Generated by: @Haus3c
#
# Generated on: 10/17/2021
#
@{
# Script module or binary module file associated with this manifest.
RootModule = 'PowerZure.psm1'
# Version number of this module.
ModuleVersion = '2.1'
# Supported PSEditions
# CompatiblePSEditions = @()
# ID used to uniquely identify this module
GUID = 'f70575d8-fe8f-424a-9506-40513607b0c4'
# Author of this module
Author = 'Ryan Hausknecht @Haus3c'
# Functions 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 functions to export.
FunctionsToExport = @(
'Add-AzureADRole',
'Get-AzureCurrentUser',
'Invoke-PowerZure',
'Get-AzureRoleMember',
'Get-AzureAppOwner',
'Get-AzureDeviceOwner',
'Get-AzureGroupMember',
'Get-AzureIntuneScript',
'Get-AzureLogicAppConnector',
'Get-AzureManagedIdentity',
'Get-AzurePIMAssignment',
'Get-AzureRole',
'Get-AzureRunAsAccount',
'Get-AzureRolePermission',
'Get-AzureSQLDB',
'Get-AzureTarget',
'Get-AzureTenantId',
'Get-AzureUser',
'Show-AzureKeyVaultContent',
'Show-AzureStorageContent',
'Add-AzureGroupMember',
'Add-AzureRole',
'Add-AzureSPSecret',
'Add-AzureRole',
'New-AzureBackdoor',
'Export-AzureKeyVaultContent',
'Get-AzureKeyVaultContent',
'Get-AzureRunAsCertificate',
'Get-AzureRunbookContent',
'Get-AzureStorageContent',
'Get-AzureVMDisk',
'Invoke-AzureCommandRunbook',
'Invoke-AzureCustomScriptExtension',
'Invoke-AzureRunCommand',
'Invoke-AzureRunMSBuild',
'Invoke-AzureRunProgram',
'Invoke-AzureVMUserDataAgent',
'Invoke-AzureVMUserDataCommand',
'New-AzureUser',
'New-AzureIntuneScript',
'Set-AzureElevatedPrivileges',
'Set-AzureSubscription',
'Set-AzureUserPassword',
'Invoke-AzureMIBackdoor',
'Connect-AzureJWT',
'Start-AzureRunbook'
)
# List of all modules packaged with this module
ModuleList = 'PowerZure.psm1'
# List of all files packaged with this module
FileList = 'PowerZure.psm1', 'PowerZure.psd1', 'README.md'
}