You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
130
-
CmdletsToExport='*'
132
+
CmdletsToExport=@()
131
133
132
134
# Variables to export from this module
133
135
VariablesToExport='*'
@@ -180,6 +182,15 @@ PrivateData = @{
180
182
# ReleaseNotes of this module
181
183
# ReleaseNotes = ''
182
184
185
+
# Prerelease string of this module
186
+
# Prerelease = ''
187
+
188
+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
Set-Variable-Name AMScheduleDateFormat -Value "MM/dd/yyyy HH:mm:ss"-Scope Global
12
-
Set-Variable-Name AMGuidRegex -Value "^(\{{0,1}([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}\}{0,1})$"-Scope Global
13
-
14
-
if ($global:PSVersionTable.PSVersion.Major-gt5) {
15
-
Write-Warning"AutomatePS is not fully compatible with PowerShell Core (v6 and greater) due to a JSON conversion issue (see https://github.com/PowerShell/PowerShell/issues/9610 for specifics). 'Get' functions will work. However, most functions that modify objects will not work, or may produce unexpected results. Use at your own risk."
16
-
}
12
+
Set-Variable-Name AMGuidRegex -Value "^(\{{0,1}([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}\}{0,1})$"-Scope Global
0 commit comments