We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f087279 commit 348d597Copy full SHA for 348d597
Modules/PassPushPosh/1.3.2/PassPushPosh.psm1
@@ -60,10 +60,11 @@ class PasswordPush {
60
$ExportableTypes =@(
61
[PasswordPush]
62
)
63
-<## Get the internal TypeAccelerators class to use its static methods.
+# Get the internal TypeAccelerators class to use its static methods.
64
$TypeAcceleratorsClass = [psobject].Assembly.GetType(
65
'System.Management.Automation.TypeAccelerators'
66
67
+<#
68
# Ensure none of the types would clobber an existing type accelerator.
69
# If a type accelerator with the same name exists, throw an exception.
70
$ExistingTypeAccelerators = $TypeAcceleratorsClass::Get
0 commit comments