2022/01/07 #取り消す、打ち消すコマンド

皆様おはようございます、

#猫でもできるPowerShell(備忘録)

#取り消す、打ち消すコマンド

PS> Get-Command un*

CommandType Name

Version Source

----------- ----

------- ------

Function Unblock-FileShareAccess

2.0.0.0 Storage

Function Unblock-SmbShareAccess

2.0.0.0 SmbShare

Function Uninstall-Dtc

1.0.0.0 MsDtc

Function Uninstall-Module

1.0.0.1 PowerShellGet

Function Uninstall-Script

1.0.0.1 PowerShellGet

Function Unlock-BitLocker

1.0.0.0 BitLocker

Function Unregister-AppBackgroundTask

1.0.0.0 AppBackgroundTask

Function Unregister-ClusteredScheduledTask

1.0.0.0 ScheduledTasks

Function Unregister-IscsiSession

1.0.0.0 iSCSI

Function Unregister-PSRepository

1.0.0.1 PowerShellGet

Function Unregister-ScheduledTask

1.0.0.0 ScheduledTasks

Function Unregister-StorageSubsystem

2.0.0.0 Storage

Cmdlet Unblock-File

3.1.0.0 Microsoft.PowerShell.Utility

Cmdlet Unblock-Tpm

2.0.0.0 TrustedPlatformModule

Cmdlet Undo-DtcDiagnosticTransaction

1.0.0.0 MsDtc

Cmdlet Undo-Transaction

3.1.0.0 Microsoft.PowerShell.Management

Cmdlet Uninstall-Package

1.0.0.1 PackageManagement

Cmdlet Uninstall-ProvisioningPackage 3.0

Provisioning

Cmdlet Uninstall-TrustedProvisioningCertificate 3.0

Provisioning

Cmdlet Unprotect-CmsMessage

3.0.0.0 Microsoft.PowerShell.Security

Cmdlet Unpublish-AppvClientPackage

1.0.0.0 AppvClient

Cmdlet Unregister-Event

3.1.0.0 Microsoft.PowerShell.Utility

Cmdlet Unregister-PackageSource

1.0.0.1 PackageManagement

Cmdlet Unregister-PSSessionConfiguration

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Unregister-ScheduledJob

1.1.0.0 PSScheduledJob

Cmdlet Unregister-UevTemplate

2.1.639.0 UEV

Cmdlet Unregister-WindowsDeveloperLicense

1.0.0.0 WindowsDeveloperLicense

Application unlodctr.exe

10.0.19... C:\WINDOWS\system32\unlodctr.exe

Application unregmp2.exe

12.0.19... C:\WINDOWS\system32\unregmp2.exe

Application unsecapp.exe

10.0.19... C:\WINDOWS\System32\Wbem\unsecapp.exe

やや長いものの30個ほど有りましたが

こいつらの un* を取り除いても綺麗に逆の動きをするようには見えないな・・

ではまた;