rouge 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +3 -0
- data/lib/rouge/guessers/modeline.rb +3 -2
- data/lib/rouge/lexers/powershell.rb +586 -40
- data/lib/rouge/version.rb +1 -1
- data/rouge.gemspec +0 -3
- metadata +3 -31
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35a33896b2a596c94fc465bae5ef1e65874fd6b3
|
4
|
+
data.tar.gz: 5b0c4180e0fc5748e8a35d139d3f37a8e0030d7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d461f6335a3b1df5312cc0c259d49a9a5a0e21f0752028898eebbb736913f39bf04a28a91578579ef84362280f1945eef8464a682c7c141a969817172b48de7
|
7
|
+
data.tar.gz: 1f0dbb4f04334ea77858b6bcf3c3795abf82597cac61ef2a08ff08f526fe6fa47ba64a600715ec94c52bb59157ad9b48c73ad5fae600aed80a541c744270dd65
|
data/Gemfile
CHANGED
@@ -33,9 +33,10 @@ module Rouge
|
|
33
33
|
search_space = (lines.first(@lines) + lines.last(@lines)).join("\n")
|
34
34
|
|
35
35
|
matches = MODELINES.map { |re| re.match(search_space) }.compact
|
36
|
+
return lexers unless matches.any?
|
37
|
+
|
36
38
|
match_set = Set.new(matches.map { |m| m[1] })
|
37
|
-
|
38
|
-
lexers.select { |l| (Set.new([l.tag] + l.aliases) & match_set).any? }
|
39
|
+
lexers.select { |l| match_set.include?(l.tag) || l.aliases.any? { |a| match_set.include?(a) } }
|
39
40
|
end
|
40
41
|
end
|
41
42
|
end
|
@@ -39,46 +39,592 @@ module Rouge
|
|
39
39
|
).join('|')
|
40
40
|
|
41
41
|
BUILTINS = %w(
|
42
|
-
Add-
|
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
|
-
|
42
|
+
Add-ProvisionedAppxPackage Add-WindowsFeature Apply-WindowsUnattend
|
43
|
+
Begin-WebCommitDelay Disable-PhysicalDiskIndication
|
44
|
+
Disable-StorageDiagnosticLog Enable-PhysicalDiskIndication
|
45
|
+
Enable-StorageDiagnosticLog End-WebCommitDelay Expand-IscsiVirtualDisk
|
46
|
+
Flush-Volume Get-DiskSNV Get-PhysicalDiskSNV Get-ProvisionedAppxPackage
|
47
|
+
Get-StorageEnclosureSNV Initialize-Volume Move-SmbClient
|
48
|
+
Remove-ProvisionedAppxPackage Remove-WindowsFeature Write-FileSystemCache
|
49
|
+
Add-BCDataCacheExtension Add-DnsClientNrptRule Add-DtcClusterTMMapping
|
50
|
+
Add-EtwTraceProvider Add-InitiatorIdToMaskingSet Add-MpPreference
|
51
|
+
Add-NetEventNetworkAdapter Add-NetEventPacketCaptureProvider
|
52
|
+
Add-NetEventProvider Add-NetEventVFPProvider Add-NetEventVmNetworkAdapter
|
53
|
+
Add-NetEventVmSwitch Add-NetEventVmSwitchProvider
|
54
|
+
Add-NetEventWFPCaptureProvider Add-NetIPHttpsCertBinding Add-NetLbfoTeamMember
|
55
|
+
Add-NetLbfoTeamNic Add-NetNatExternalAddress Add-NetNatStaticMapping
|
56
|
+
Add-NetSwitchTeamMember Add-OdbcDsn Add-PartitionAccessPath Add-PhysicalDisk
|
57
|
+
Add-Printer Add-PrinterDriver Add-PrinterPort Add-RDServer Add-RDSessionHost
|
58
|
+
Add-RDVirtualDesktopToCollection Add-TargetPortToMaskingSet
|
59
|
+
Add-VirtualDiskToMaskingSet Add-VpnConnection Add-VpnConnectionRoute
|
60
|
+
Add-VpnConnectionTriggerApplication Add-VpnConnectionTriggerDnsConfiguration
|
61
|
+
Add-VpnConnectionTriggerTrustedNetwork Block-FileShareAccess
|
62
|
+
Block-SmbShareAccess Clear-AssignedAccess Clear-BCCache Clear-Disk
|
63
|
+
Clear-DnsClientCache Clear-FileStorageTier Clear-PcsvDeviceLog
|
64
|
+
Clear-StorageDiagnosticInfo Close-SmbOpenFile Close-SmbSession Compress-Archive
|
65
|
+
Configuration Connect-IscsiTarget Connect-VirtualDisk ConvertFrom-SddlString
|
66
|
+
Copy-NetFirewallRule Copy-NetIPsecMainModeCryptoSet Copy-NetIPsecMainModeRule
|
67
|
+
Copy-NetIPsecPhase1AuthSet Copy-NetIPsecPhase2AuthSet
|
68
|
+
Copy-NetIPsecQuickModeCryptoSet Copy-NetIPsecRule Debug-FileShare
|
69
|
+
Debug-MMAppPrelaunch Debug-StorageSubSystem Debug-Volume Disable-BC
|
70
|
+
Disable-BCDowngrading Disable-BCServeOnBattery
|
71
|
+
Disable-DAManualEntryPointSelection Disable-DscDebug Disable-MMAgent
|
72
|
+
Disable-NetAdapter Disable-NetAdapterBinding Disable-NetAdapterChecksumOffload
|
73
|
+
Disable-NetAdapterEncapsulatedPacketTaskOffload Disable-NetAdapterIPsecOffload
|
74
|
+
Disable-NetAdapterLso Disable-NetAdapterPacketDirect
|
75
|
+
Disable-NetAdapterPowerManagement Disable-NetAdapterQos Disable-NetAdapterRdma
|
76
|
+
Disable-NetAdapterRsc Disable-NetAdapterRss Disable-NetAdapterSriov
|
77
|
+
Disable-NetAdapterVmq Disable-NetDnsTransitionConfiguration
|
78
|
+
Disable-NetFirewallRule Disable-NetIPHttpsProfile Disable-NetIPsecMainModeRule
|
79
|
+
Disable-NetIPsecRule Disable-NetNatTransitionConfiguration
|
80
|
+
Disable-NetworkSwitchEthernetPort Disable-NetworkSwitchFeature
|
81
|
+
Disable-NetworkSwitchVlan Disable-OdbcPerfCounter
|
82
|
+
Disable-PhysicalDiskIdentification Disable-PnpDevice Disable-PSTrace
|
83
|
+
Disable-PSWSManCombinedTrace Disable-RDVirtualDesktopADMachineAccountReuse
|
84
|
+
Disable-ScheduledTask Disable-ServerManagerStandardUserRemoting
|
85
|
+
Disable-SmbDelegation Disable-StorageEnclosureIdentification
|
86
|
+
Disable-StorageHighAvailability Disable-StorageMaintenanceMode Disable-Ual
|
87
|
+
Disable-WdacBidTrace Disable-WSManTrace Disconnect-IscsiTarget
|
88
|
+
Disconnect-NfsSession Disconnect-RDUser Disconnect-VirtualDisk
|
89
|
+
Dismount-DiskImage Enable-BCDistributed Enable-BCDowngrading
|
90
|
+
Enable-BCHostedClient Enable-BCHostedServer Enable-BCLocal
|
91
|
+
Enable-BCServeOnBattery Enable-DAManualEntryPointSelection Enable-DscDebug
|
92
|
+
Enable-MMAgent Enable-NetAdapter Enable-NetAdapterBinding
|
93
|
+
Enable-NetAdapterChecksumOffload Enable-NetAdapterEncapsulatedPacketTaskOffload
|
94
|
+
Enable-NetAdapterIPsecOffload Enable-NetAdapterLso
|
95
|
+
Enable-NetAdapterPacketDirect Enable-NetAdapterPowerManagement
|
96
|
+
Enable-NetAdapterQos Enable-NetAdapterRdma Enable-NetAdapterRsc
|
97
|
+
Enable-NetAdapterRss Enable-NetAdapterSriov Enable-NetAdapterVmq
|
98
|
+
Enable-NetDnsTransitionConfiguration Enable-NetFirewallRule
|
99
|
+
Enable-NetIPHttpsProfile Enable-NetIPsecMainModeRule Enable-NetIPsecRule
|
100
|
+
Enable-NetNatTransitionConfiguration Enable-NetworkSwitchEthernetPort
|
101
|
+
Enable-NetworkSwitchFeature Enable-NetworkSwitchVlan Enable-OdbcPerfCounter
|
102
|
+
Enable-PhysicalDiskIdentification Enable-PnpDevice Enable-PSTrace
|
103
|
+
Enable-PSWSManCombinedTrace Enable-RDVirtualDesktopADMachineAccountReuse
|
104
|
+
Enable-ScheduledTask Enable-ServerManagerStandardUserRemoting
|
105
|
+
Enable-SmbDelegation Enable-StorageEnclosureIdentification
|
106
|
+
Enable-StorageHighAvailability Enable-StorageMaintenanceMode Enable-Ual
|
107
|
+
Enable-WdacBidTrace Enable-WSManTrace Expand-Archive Export-BCCachePackage
|
108
|
+
Export-BCSecretKey Export-IscsiTargetServerConfiguration
|
109
|
+
Export-ODataEndpointProxy Export-RDPersonalSessionDesktopAssignment
|
110
|
+
Export-RDPersonalVirtualDesktopAssignment Export-ScheduledTask
|
111
|
+
Find-NetIPsecRule Find-NetRoute Format-Hex Format-Volume Get-AppBackgroundTask
|
112
|
+
Get-AppvVirtualProcess Get-AppxLastError Get-AppxLog Get-AssignedAccess
|
113
|
+
Get-AutologgerConfig Get-BCClientConfiguration Get-BCContentServerConfiguration
|
114
|
+
Get-BCDataCache Get-BCDataCacheExtension Get-BCHashCache
|
115
|
+
Get-BCHostedCacheServerConfiguration Get-BCNetworkConfiguration Get-BCStatus
|
116
|
+
Get-ClusteredScheduledTask Get-DAClientExperienceConfiguration
|
117
|
+
Get-DAConnectionStatus Get-DAEntryPointTableItem Get-DedupProperties Get-Disk
|
118
|
+
Get-DiskImage Get-DiskStorageNodeView Get-DisplayResolution Get-DnsClient
|
119
|
+
Get-DnsClientCache Get-DnsClientGlobalSetting Get-DnsClientNrptGlobal
|
120
|
+
Get-DnsClientNrptPolicy Get-DnsClientNrptRule Get-DnsClientServerAddress
|
121
|
+
Get-DscConfiguration Get-DscConfigurationStatus
|
122
|
+
Get-DscLocalConfigurationManager Get-DscResource Get-Dtc
|
123
|
+
Get-DtcAdvancedHostSetting Get-DtcAdvancedSetting Get-DtcClusterDefault
|
124
|
+
Get-DtcClusterTMMapping Get-DtcDefault Get-DtcLog Get-DtcNetworkSetting
|
125
|
+
Get-DtcTransaction Get-DtcTransactionsStatistics
|
126
|
+
Get-DtcTransactionsTraceSession Get-DtcTransactionsTraceSetting
|
127
|
+
Get-EtwTraceProvider Get-EtwTraceSession Get-FileHash Get-FileIntegrity
|
128
|
+
Get-FileShare Get-FileShareAccessControlEntry Get-FileStorageTier
|
129
|
+
Get-InitiatorId Get-InitiatorPort Get-IscsiConnection Get-IscsiSession
|
130
|
+
Get-IscsiTarget Get-IscsiTargetPortal Get-IseSnippet Get-LogProperties
|
131
|
+
Get-MaskingSet Get-MMAgent Get-MpComputerStatus Get-MpPreference Get-MpThreat
|
132
|
+
Get-MpThreatCatalog Get-MpThreatDetection Get-NCSIPolicyConfiguration
|
133
|
+
Get-Net6to4Configuration Get-NetAdapter Get-NetAdapterAdvancedProperty
|
134
|
+
Get-NetAdapterBinding Get-NetAdapterChecksumOffload
|
135
|
+
Get-NetAdapterEncapsulatedPacketTaskOffload Get-NetAdapterHardwareInfo
|
136
|
+
Get-NetAdapterIPsecOffload Get-NetAdapterLso Get-NetAdapterPacketDirect
|
137
|
+
Get-NetAdapterPowerManagement Get-NetAdapterQos Get-NetAdapterRdma
|
138
|
+
Get-NetAdapterRsc Get-NetAdapterRss Get-NetAdapterSriov Get-NetAdapterSriovVf
|
139
|
+
Get-NetAdapterStatistics Get-NetAdapterVmq Get-NetAdapterVMQQueue
|
140
|
+
Get-NetAdapterVPort Get-NetCompartment Get-NetConnectionProfile
|
141
|
+
Get-NetDnsTransitionConfiguration Get-NetDnsTransitionMonitoring
|
142
|
+
Get-NetEventNetworkAdapter Get-NetEventPacketCaptureProvider
|
143
|
+
Get-NetEventProvider Get-NetEventSession Get-NetEventVFPProvider
|
144
|
+
Get-NetEventVmNetworkAdapter Get-NetEventVmSwitch Get-NetEventVmSwitchProvider
|
145
|
+
Get-NetEventWFPCaptureProvider Get-NetFirewallAddressFilter
|
146
|
+
Get-NetFirewallApplicationFilter Get-NetFirewallInterfaceFilter
|
147
|
+
Get-NetFirewallInterfaceTypeFilter Get-NetFirewallPortFilter
|
148
|
+
Get-NetFirewallProfile Get-NetFirewallRule Get-NetFirewallSecurityFilter
|
149
|
+
Get-NetFirewallServiceFilter Get-NetFirewallSetting Get-NetIPAddress
|
150
|
+
Get-NetIPConfiguration Get-NetIPHttpsConfiguration Get-NetIPHttpsState
|
151
|
+
Get-NetIPInterface Get-NetIPsecDospSetting Get-NetIPsecMainModeCryptoSet
|
152
|
+
Get-NetIPsecMainModeRule Get-NetIPsecMainModeSA Get-NetIPsecPhase1AuthSet
|
153
|
+
Get-NetIPsecPhase2AuthSet Get-NetIPsecQuickModeCryptoSet
|
154
|
+
Get-NetIPsecQuickModeSA Get-NetIPsecRule Get-NetIPv4Protocol
|
155
|
+
Get-NetIPv6Protocol Get-NetIsatapConfiguration Get-NetLbfoTeam
|
156
|
+
Get-NetLbfoTeamMember Get-NetLbfoTeamNic Get-NetNat Get-NetNatExternalAddress
|
157
|
+
Get-NetNatGlobal Get-NetNatSession Get-NetNatStaticMapping
|
158
|
+
Get-NetNatTransitionConfiguration Get-NetNatTransitionMonitoring
|
159
|
+
Get-NetNeighbor Get-NetOffloadGlobalSetting Get-NetPrefixPolicy
|
160
|
+
Get-NetQosPolicy Get-NetRoute Get-NetSwitchTeam Get-NetSwitchTeamMember
|
161
|
+
Get-NetTCPConnection Get-NetTCPSetting Get-NetTeredoConfiguration
|
162
|
+
Get-NetTeredoState Get-NetTransportFilter Get-NetUDPEndpoint Get-NetUDPSetting
|
163
|
+
Get-NetworkSwitchEthernetPort Get-NetworkSwitchFeature
|
164
|
+
Get-NetworkSwitchGlobalData Get-NetworkSwitchVlan Get-NfsClientConfiguration
|
165
|
+
Get-NfsClientgroup Get-NfsClientLock Get-NfsMappingStore Get-NfsMountedClient
|
166
|
+
Get-NfsNetgroupStore Get-NfsOpenFile Get-NfsServerConfiguration Get-NfsSession
|
167
|
+
Get-NfsShare Get-NfsSharePermission Get-NfsStatistics Get-OdbcDriver
|
168
|
+
Get-OdbcDsn Get-OdbcPerfCounter Get-OffloadDataTransferSetting Get-Partition
|
169
|
+
Get-PartitionSupportedSize Get-PcsvDevice Get-PcsvDeviceLog Get-PhysicalDisk
|
170
|
+
Get-PhysicalDiskStorageNodeView Get-PhysicalExtent
|
171
|
+
Get-PhysicalExtentAssociation Get-PlatformIdentifier Get-PnpDevice
|
172
|
+
Get-PnpDeviceProperty Get-PrintConfiguration Get-Printer Get-PrinterDriver
|
173
|
+
Get-PrinterPort Get-PrinterProperty Get-PrintJob Get-RDAvailableApp
|
174
|
+
Get-RDCertificate Get-RDConnectionBrokerHighAvailability
|
175
|
+
Get-RDDeploymentGatewayConfiguration Get-RDFileTypeAssociation
|
176
|
+
Get-RDLicenseConfiguration Get-RDPersonalSessionDesktopAssignment
|
177
|
+
Get-RDPersonalVirtualDesktopAssignment
|
178
|
+
Get-RDPersonalVirtualDesktopPatchSchedule Get-RDRemoteApp Get-RDRemoteDesktop
|
179
|
+
Get-RDServer Get-RDSessionCollection Get-RDSessionCollectionConfiguration
|
180
|
+
Get-RDSessionHost Get-RDUserSession Get-RDVirtualDesktop
|
181
|
+
Get-RDVirtualDesktopCollection Get-RDVirtualDesktopCollectionConfiguration
|
182
|
+
Get-RDVirtualDesktopCollectionJobStatus Get-RDVirtualDesktopConcurrency
|
183
|
+
Get-RDVirtualDesktopIdleCount Get-RDVirtualDesktopTemplateExportPath
|
184
|
+
Get-RDWorkspace Get-ResiliencySetting Get-ScheduledTask Get-ScheduledTaskInfo
|
185
|
+
Get-SilComputer Get-SilComputerIdentity Get-SilData Get-SilLogging
|
186
|
+
Get-SilSoftware Get-SilUalAccess Get-SilWindowsUpdate Get-SmbBandWidthLimit
|
187
|
+
Get-SmbClientConfiguration Get-SmbClientNetworkInterface Get-SmbConnection
|
188
|
+
Get-SmbDelegation Get-SmbMapping Get-SmbMultichannelConnection
|
189
|
+
Get-SmbMultichannelConstraint Get-SmbOpenFile Get-SmbServerConfiguration
|
190
|
+
Get-SmbServerNetworkInterface Get-SmbSession Get-SmbShare Get-SmbShareAccess
|
191
|
+
Get-SmbWitnessClient Get-SMCounterSample Get-SMPerformanceCollector
|
192
|
+
Get-SMServerBpaResult Get-SMServerClusterName Get-SMServerEvent
|
193
|
+
Get-SMServerFeature Get-SMServerInventory Get-SMServerService Get-StartApps
|
194
|
+
Get-StorageAdvancedProperty Get-StorageDiagnosticInfo Get-StorageEnclosure
|
195
|
+
Get-StorageEnclosureStorageNodeView Get-StorageEnclosureVendorData
|
196
|
+
Get-StorageFaultDomain Get-StorageFileServer Get-StorageFirmwareInformation
|
197
|
+
Get-StorageHealthAction Get-StorageHealthReport Get-StorageHealthSetting
|
198
|
+
Get-StorageJob Get-StorageNode Get-StoragePool Get-StorageProvider
|
199
|
+
Get-StorageReliabilityCounter Get-StorageSetting Get-StorageSubSystem
|
200
|
+
Get-StorageTier Get-StorageTierSupportedSize Get-SupportedClusterSizes
|
201
|
+
Get-SupportedFileSystems Get-TargetPort Get-TargetPortal Get-Ual
|
202
|
+
Get-UalDailyAccess Get-UalDailyDeviceAccess Get-UalDailyUserAccess
|
203
|
+
Get-UalDeviceAccess Get-UalDns Get-UalHyperV Get-UalOverview
|
204
|
+
Get-UalServerDevice Get-UalServerUser Get-UalSystemId Get-UalUserAccess
|
205
|
+
Get-VirtualDisk Get-VirtualDiskSupportedSize Get-Volume
|
206
|
+
Get-VolumeCorruptionCount Get-VolumeScrubPolicy Get-VpnConnection
|
207
|
+
Get-VpnConnectionTrigger Get-WdacBidTrace Get-WindowsFeature
|
208
|
+
Get-WindowsUpdateLog Grant-FileShareAccess Grant-NfsSharePermission
|
209
|
+
Grant-RDOUAccess Grant-SmbShareAccess Hide-VirtualDisk Import-BCCachePackage
|
210
|
+
Import-BCSecretKey Import-IscsiTargetServerConfiguration Import-IseSnippet
|
211
|
+
Import-PowerShellDataFile Import-RDPersonalSessionDesktopAssignment
|
212
|
+
Import-RDPersonalVirtualDesktopAssignment Initialize-Disk Install-Dtc
|
213
|
+
Install-WindowsFeature Invoke-AsWorkflow Invoke-RDUserLogoff Mount-DiskImage
|
214
|
+
Move-RDVirtualDesktop Move-SmbWitnessClient New-AutologgerConfig
|
215
|
+
New-DAEntryPointTableItem New-DscChecksum New-EapConfiguration
|
216
|
+
New-EtwTraceSession New-FileShare New-Guid New-IscsiTargetPortal New-IseSnippet
|
217
|
+
New-MaskingSet New-NetAdapterAdvancedProperty New-NetEventSession
|
218
|
+
New-NetFirewallRule New-NetIPAddress New-NetIPHttpsConfiguration
|
219
|
+
New-NetIPsecDospSetting New-NetIPsecMainModeCryptoSet New-NetIPsecMainModeRule
|
220
|
+
New-NetIPsecPhase1AuthSet New-NetIPsecPhase2AuthSet
|
221
|
+
New-NetIPsecQuickModeCryptoSet New-NetIPsecRule New-NetLbfoTeam New-NetNat
|
222
|
+
New-NetNatTransitionConfiguration New-NetNeighbor New-NetQosPolicy New-NetRoute
|
223
|
+
New-NetSwitchTeam New-NetTransportFilter New-NetworkSwitchVlan
|
224
|
+
New-NfsClientgroup New-NfsShare New-Partition New-PSWorkflowSession
|
225
|
+
New-RDCertificate New-RDPersonalVirtualDesktopPatchSchedule New-RDRemoteApp
|
226
|
+
New-RDSessionCollection New-RDSessionDeployment New-RDVirtualDesktopCollection
|
227
|
+
New-RDVirtualDesktopDeployment New-ScheduledTask New-ScheduledTaskAction
|
228
|
+
New-ScheduledTaskPrincipal New-ScheduledTaskSettingsSet
|
229
|
+
New-ScheduledTaskTrigger New-SmbMapping New-SmbMultichannelConstraint
|
230
|
+
New-SmbShare New-StorageFileServer New-StoragePool
|
231
|
+
New-StorageSubsystemVirtualDisk New-StorageTier New-TemporaryFile
|
232
|
+
New-VirtualDisk New-VirtualDiskClone New-VirtualDiskSnapshot New-Volume
|
233
|
+
New-VpnServerAddress Open-NetGPO Optimize-StoragePool Optimize-Volume
|
234
|
+
Publish-BCFileContent Publish-BCWebContent Publish-SilData Read-PrinterNfcTag
|
235
|
+
Register-ClusteredScheduledTask Register-DnsClient Register-IscsiSession
|
236
|
+
Register-ScheduledTask Register-StorageSubsystem Remove-AutologgerConfig
|
237
|
+
Remove-BCDataCacheExtension Remove-DAEntryPointTableItem
|
238
|
+
Remove-DnsClientNrptRule Remove-DscConfigurationDocument
|
239
|
+
Remove-DtcClusterTMMapping Remove-EtwTraceProvider Remove-EtwTraceSession
|
240
|
+
Remove-FileShare Remove-InitiatorId Remove-InitiatorIdFromMaskingSet
|
241
|
+
Remove-IscsiTargetPortal Remove-MaskingSet Remove-MpPreference Remove-MpThreat
|
242
|
+
Remove-NetAdapterAdvancedProperty Remove-NetEventNetworkAdapter
|
243
|
+
Remove-NetEventPacketCaptureProvider Remove-NetEventProvider
|
244
|
+
Remove-NetEventSession Remove-NetEventVFPProvider
|
245
|
+
Remove-NetEventVmNetworkAdapter Remove-NetEventVmSwitch
|
246
|
+
Remove-NetEventVmSwitchProvider Remove-NetEventWFPCaptureProvider
|
247
|
+
Remove-NetFirewallRule Remove-NetIPAddress Remove-NetIPHttpsCertBinding
|
248
|
+
Remove-NetIPHttpsConfiguration Remove-NetIPsecDospSetting
|
249
|
+
Remove-NetIPsecMainModeCryptoSet Remove-NetIPsecMainModeRule
|
250
|
+
Remove-NetIPsecMainModeSA Remove-NetIPsecPhase1AuthSet
|
251
|
+
Remove-NetIPsecPhase2AuthSet Remove-NetIPsecQuickModeCryptoSet
|
252
|
+
Remove-NetIPsecQuickModeSA Remove-NetIPsecRule Remove-NetLbfoTeam
|
253
|
+
Remove-NetLbfoTeamMember Remove-NetLbfoTeamNic Remove-NetNat
|
254
|
+
Remove-NetNatExternalAddress Remove-NetNatStaticMapping
|
255
|
+
Remove-NetNatTransitionConfiguration Remove-NetNeighbor Remove-NetQosPolicy
|
256
|
+
Remove-NetRoute Remove-NetSwitchTeam Remove-NetSwitchTeamMember
|
257
|
+
Remove-NetTransportFilter Remove-NetworkSwitchEthernetPortIPAddress
|
258
|
+
Remove-NetworkSwitchVlan Remove-NfsClientgroup Remove-NfsShare Remove-OdbcDsn
|
259
|
+
Remove-Partition Remove-PartitionAccessPath Remove-PhysicalDisk Remove-Printer
|
260
|
+
Remove-PrinterDriver Remove-PrinterPort Remove-PrintJob
|
261
|
+
Remove-RDDatabaseConnectionString Remove-RDPersonalSessionDesktopAssignment
|
262
|
+
Remove-RDPersonalVirtualDesktopAssignment
|
263
|
+
Remove-RDPersonalVirtualDesktopPatchSchedule Remove-RDRemoteApp Remove-RDServer
|
264
|
+
Remove-RDSessionCollection Remove-RDSessionHost
|
265
|
+
Remove-RDVirtualDesktopCollection Remove-RDVirtualDesktopFromCollection
|
266
|
+
Remove-SmbBandwidthLimit Remove-SmbMapping Remove-SmbMultichannelConstraint
|
267
|
+
Remove-SmbShare Remove-SMServerPerformanceLog Remove-StorageFileServer
|
268
|
+
Remove-StorageHealthSetting Remove-StoragePool Remove-StorageTier
|
269
|
+
Remove-TargetPortFromMaskingSet Remove-VirtualDisk
|
270
|
+
Remove-VirtualDiskFromMaskingSet Remove-VpnConnection Remove-VpnConnectionRoute
|
271
|
+
Remove-VpnConnectionTriggerApplication
|
272
|
+
Remove-VpnConnectionTriggerDnsConfiguration
|
273
|
+
Remove-VpnConnectionTriggerTrustedNetwork Rename-DAEntryPointTableItem
|
274
|
+
Rename-MaskingSet Rename-NetAdapter Rename-NetFirewallRule
|
275
|
+
Rename-NetIPHttpsConfiguration Rename-NetIPsecMainModeCryptoSet
|
276
|
+
Rename-NetIPsecMainModeRule Rename-NetIPsecPhase1AuthSet
|
277
|
+
Rename-NetIPsecPhase2AuthSet Rename-NetIPsecQuickModeCryptoSet
|
278
|
+
Rename-NetIPsecRule Rename-NetLbfoTeam Rename-NetSwitchTeam
|
279
|
+
Rename-NfsClientgroup Rename-Printer Repair-FileIntegrity Repair-VirtualDisk
|
280
|
+
Repair-Volume Reset-BC Reset-DAClientExperienceConfiguration
|
281
|
+
Reset-DAEntryPointTableItem Reset-DtcLog Reset-NCSIPolicyConfiguration
|
282
|
+
Reset-Net6to4Configuration Reset-NetAdapterAdvancedProperty
|
283
|
+
Reset-NetDnsTransitionConfiguration Reset-NetIPHttpsConfiguration
|
284
|
+
Reset-NetIsatapConfiguration Reset-NetTeredoConfiguration Reset-NfsStatistics
|
285
|
+
Reset-PhysicalDisk Reset-StorageReliabilityCounter Resize-Partition
|
286
|
+
Resize-StorageTier Resize-VirtualDisk Resolve-NfsMappedIdentity
|
287
|
+
Restart-NetAdapter Restart-PcsvDevice Restart-PrintJob Restore-DscConfiguration
|
288
|
+
Restore-NetworkSwitchConfiguration Resume-PrintJob Revoke-FileShareAccess
|
289
|
+
Revoke-NfsClientLock Revoke-NfsMountedClient Revoke-NfsOpenFile
|
290
|
+
Revoke-NfsSharePermission Revoke-SmbShareAccess Save-NetGPO
|
291
|
+
Save-NetworkSwitchConfiguration Send-EtwTraceSession Send-RDUserMessage
|
292
|
+
Set-AssignedAccess Set-AutologgerConfig Set-BCAuthentication Set-BCCache
|
293
|
+
Set-BCDataCacheEntryMaxAge Set-BCMinSMBLatency Set-BCSecretKey
|
294
|
+
Set-ClusteredScheduledTask Set-DAClientExperienceConfiguration
|
295
|
+
Set-DAEntryPointTableItem Set-Disk Set-DisplayResolution Set-DnsClient
|
296
|
+
Set-DnsClientGlobalSetting Set-DnsClientNrptGlobal Set-DnsClientNrptRule
|
297
|
+
Set-DnsClientServerAddress Set-DtcAdvancedHostSetting Set-DtcAdvancedSetting
|
298
|
+
Set-DtcClusterDefault Set-DtcClusterTMMapping Set-DtcDefault Set-DtcLog
|
299
|
+
Set-DtcNetworkSetting Set-DtcTransaction Set-DtcTransactionsTraceSession
|
300
|
+
Set-DtcTransactionsTraceSetting Set-EtwTraceProvider Set-EtwTraceSession
|
301
|
+
Set-FileIntegrity Set-FileShare Set-FileStorageTier Set-InitiatorPort
|
302
|
+
Set-IscsiChapSecret Set-LogProperties Set-MMAgent Set-MpPreference
|
303
|
+
Set-NCSIPolicyConfiguration Set-Net6to4Configuration Set-NetAdapter
|
304
|
+
Set-NetAdapterAdvancedProperty Set-NetAdapterBinding
|
305
|
+
Set-NetAdapterChecksumOffload Set-NetAdapterEncapsulatedPacketTaskOffload
|
306
|
+
Set-NetAdapterIPsecOffload Set-NetAdapterLso Set-NetAdapterPacketDirect
|
307
|
+
Set-NetAdapterPowerManagement Set-NetAdapterQos Set-NetAdapterRdma
|
308
|
+
Set-NetAdapterRsc Set-NetAdapterRss Set-NetAdapterSriov Set-NetAdapterVmq
|
309
|
+
Set-NetConnectionProfile Set-NetDnsTransitionConfiguration
|
310
|
+
Set-NetEventPacketCaptureProvider Set-NetEventProvider Set-NetEventSession
|
311
|
+
Set-NetEventVFPProvider Set-NetEventVmSwitchProvider
|
312
|
+
Set-NetEventWFPCaptureProvider Set-NetFirewallAddressFilter
|
313
|
+
Set-NetFirewallApplicationFilter Set-NetFirewallInterfaceFilter
|
314
|
+
Set-NetFirewallInterfaceTypeFilter Set-NetFirewallPortFilter
|
315
|
+
Set-NetFirewallProfile Set-NetFirewallRule Set-NetFirewallSecurityFilter
|
316
|
+
Set-NetFirewallServiceFilter Set-NetFirewallSetting Set-NetIPAddress
|
317
|
+
Set-NetIPHttpsConfiguration Set-NetIPInterface Set-NetIPsecDospSetting
|
318
|
+
Set-NetIPsecMainModeCryptoSet Set-NetIPsecMainModeRule
|
319
|
+
Set-NetIPsecPhase1AuthSet Set-NetIPsecPhase2AuthSet
|
320
|
+
Set-NetIPsecQuickModeCryptoSet Set-NetIPsecRule Set-NetIPv4Protocol
|
321
|
+
Set-NetIPv6Protocol Set-NetIsatapConfiguration Set-NetLbfoTeam
|
322
|
+
Set-NetLbfoTeamMember Set-NetLbfoTeamNic Set-NetNat Set-NetNatGlobal
|
323
|
+
Set-NetNatTransitionConfiguration Set-NetNeighbor Set-NetOffloadGlobalSetting
|
324
|
+
Set-NetQosPolicy Set-NetRoute Set-NetTCPSetting Set-NetTeredoConfiguration
|
325
|
+
Set-NetUDPSetting Set-NetworkSwitchEthernetPortIPAddress
|
326
|
+
Set-NetworkSwitchPortMode Set-NetworkSwitchPortProperty
|
327
|
+
Set-NetworkSwitchVlanProperty Set-NfsClientConfiguration Set-NfsClientgroup
|
328
|
+
Set-NfsMappingStore Set-NfsNetgroupStore Set-NfsServerConfiguration
|
329
|
+
Set-NfsShare Set-OdbcDriver Set-OdbcDsn Set-Partition
|
330
|
+
Set-PcsvDeviceBootConfiguration Set-PcsvDeviceNetworkConfiguration
|
331
|
+
Set-PcsvDeviceUserPassword Set-PhysicalDisk Set-PrintConfiguration Set-Printer
|
332
|
+
Set-PrinterProperty Set-RDActiveManagementServer Set-RDCertificate
|
333
|
+
Set-RDClientAccessName Set-RDConnectionBrokerHighAvailability
|
334
|
+
Set-RDDatabaseConnectionString Set-RDDeploymentGatewayConfiguration
|
335
|
+
Set-RDFileTypeAssociation Set-RDLicenseConfiguration
|
336
|
+
Set-RDPersonalSessionDesktopAssignment Set-RDPersonalVirtualDesktopAssignment
|
337
|
+
Set-RDPersonalVirtualDesktopPatchSchedule Set-RDRemoteApp Set-RDRemoteDesktop
|
338
|
+
Set-RDSessionCollectionConfiguration Set-RDSessionHost
|
339
|
+
Set-RDVirtualDesktopCollectionConfiguration Set-RDVirtualDesktopConcurrency
|
340
|
+
Set-RDVirtualDesktopIdleCount Set-RDVirtualDesktopTemplateExportPath
|
341
|
+
Set-RDWorkspace Set-ResiliencySetting Set-ScheduledTask Set-SilLogging
|
342
|
+
Set-SmbBandwidthLimit Set-SmbClientConfiguration Set-SmbPathAcl
|
343
|
+
Set-SmbServerConfiguration Set-SmbShare Set-StorageFileServer
|
344
|
+
Set-StorageHealthSetting Set-StoragePool Set-StorageProvider Set-StorageSetting
|
345
|
+
Set-StorageSubSystem Set-StorageTier Set-VirtualDisk Set-Volume
|
346
|
+
Set-VolumeScrubPolicy Set-VpnConnection Set-VpnConnectionIPsecConfiguration
|
347
|
+
Set-VpnConnectionProxy Set-VpnConnectionTriggerDnsConfiguration
|
348
|
+
Set-VpnConnectionTriggerTrustedNetwork Show-NetFirewallRule Show-NetIPsecRule
|
349
|
+
Show-VirtualDisk Start-AppBackgroundTask Start-AppvVirtualProcess
|
350
|
+
Start-AutologgerConfig Start-Dtc Start-DtcTransactionsTraceSession Start-MpScan
|
351
|
+
Start-MpWDOScan Start-NetEventSession Start-PcsvDevice Start-ScheduledTask
|
352
|
+
Start-SilLogging Start-SMPerformanceCollector Start-StorageDiagnosticLog
|
353
|
+
Start-Trace Stop-DscConfiguration Stop-Dtc Stop-DtcTransactionsTraceSession
|
354
|
+
Stop-NetEventSession Stop-PcsvDevice Stop-RDVirtualDesktopCollectionJob
|
355
|
+
Stop-ScheduledTask Stop-SilLogging Stop-SMPerformanceCollector
|
356
|
+
Stop-StorageDiagnosticLog Stop-StorageJob Stop-Trace Suspend-PrintJob
|
357
|
+
Sync-NetIPsecRule Test-Dtc Test-NetConnection Test-NfsMappingStore
|
358
|
+
Test-RDOUAccess Test-RDVirtualDesktopADMachineAccountReuse
|
359
|
+
Unblock-FileShareAccess Unblock-SmbShareAccess Uninstall-Dtc
|
360
|
+
Uninstall-WindowsFeature Unregister-AppBackgroundTask
|
361
|
+
Unregister-ClusteredScheduledTask Unregister-IscsiSession
|
362
|
+
Unregister-ScheduledTask Unregister-StorageSubsystem Update-Disk
|
363
|
+
Update-DscConfiguration Update-HostStorageCache Update-IscsiTarget
|
364
|
+
Update-IscsiTargetPortal Update-MpSignature Update-NetIPsecRule
|
365
|
+
Update-RDVirtualDesktopCollection Update-SmbMultichannelConnection
|
366
|
+
Update-StorageFirmware Update-StoragePool Update-StorageProviderCache
|
367
|
+
Write-DtcTransactionsTraceSession Write-PrinterNfcTag Write-VolumeCache
|
368
|
+
Add-ADCentralAccessPolicyMember Add-ADComputerServiceAccount
|
369
|
+
Add-ADDomainControllerPasswordReplicationPolicy
|
370
|
+
Add-ADFineGrainedPasswordPolicySubject Add-ADGroupMember
|
371
|
+
Add-ADPrincipalGroupMembership Add-ADResourcePropertyListMember
|
372
|
+
Add-AppvClientConnectionGroup Add-AppvClientPackage Add-AppvPublishingServer
|
373
|
+
Add-AppxPackage Add-AppxProvisionedPackage Add-AppxVolume Add-BitsFile
|
374
|
+
Add-CertificateEnrollmentPolicyServer Add-ClusteriSCSITargetServerRole
|
375
|
+
Add-Computer Add-Content Add-IscsiVirtualDiskTargetMapping Add-JobTrigger
|
376
|
+
Add-KdsRootKey Add-LocalGroupMember Add-Member Add-SignerRule Add-Type
|
377
|
+
Add-WebConfiguration Add-WebConfigurationLock Add-WebConfigurationProperty
|
378
|
+
Add-WindowsCapability Add-WindowsDriver Add-WindowsImage Add-WindowsPackage
|
379
|
+
Backup-AuditPolicy Backup-SecurityPolicy Backup-WebConfiguration
|
380
|
+
Checkpoint-Computer Checkpoint-IscsiVirtualDisk Clear-ADAccountExpiration
|
381
|
+
Clear-ADClaimTransformLink Clear-Content Clear-EventLog
|
382
|
+
Clear-IISCentralCertProvider Clear-IISConfigCollection Clear-Item
|
383
|
+
Clear-ItemProperty Clear-KdsCache Clear-RecycleBin Clear-Tpm
|
384
|
+
Clear-UevAppxPackage Clear-UevConfiguration Clear-Variable
|
385
|
+
Clear-WebCentralCertProvider Clear-WebConfiguration
|
386
|
+
Clear-WebRequestTracingSetting Clear-WebRequestTracingSettings
|
387
|
+
Clear-WindowsCorruptMountPoint Compare-Object Complete-BitsTransfer
|
388
|
+
Complete-DtcDiagnosticTransaction Complete-Transaction Confirm-SecureBootUEFI
|
389
|
+
Connect-WSMan ConvertFrom-CIPolicy ConvertFrom-Csv ConvertFrom-Json
|
390
|
+
ConvertFrom-SecureString ConvertFrom-String ConvertFrom-StringData
|
391
|
+
Convert-IscsiVirtualDisk Convert-Path Convert-String ConvertTo-Csv
|
392
|
+
ConvertTo-Html ConvertTo-Json ConvertTo-SecureString ConvertTo-TpmOwnerAuth
|
393
|
+
ConvertTo-WebApplication ConvertTo-Xml Copy-Item Copy-ItemProperty
|
394
|
+
Debug-Process Debug-Runspace Disable-ADAccount Disable-ADOptionalFeature
|
395
|
+
Disable-AppBackgroundTaskDiagnosticLog Disable-Appv
|
396
|
+
Disable-AppvClientConnectionGroup Disable-ComputerRestore
|
397
|
+
Disable-IISCentralCertProvider Disable-IISSharedConfig Disable-JobTrigger
|
398
|
+
Disable-LocalUser Disable-PSBreakpoint Disable-RunspaceDebug
|
399
|
+
Disable-ScheduledJob Disable-TlsCipherSuite Disable-TlsEccCurve
|
400
|
+
Disable-TlsSessionTicketKey Disable-TpmAutoProvisioning Disable-Uev
|
401
|
+
Disable-UevAppxPackage Disable-UevTemplate Disable-WebCentralCertProvider
|
402
|
+
Disable-WebGlobalModule Disable-WebRequestTracing Disable-WindowsErrorReporting
|
403
|
+
Disable-WindowsOptionalFeature Disable-WSManCredSSP Disconnect-WSMan
|
404
|
+
Dismount-AppxVolume Dismount-IscsiVirtualDiskSnapshot Dismount-WindowsImage
|
405
|
+
Edit-CIPolicyRule Enable-ADAccount Enable-ADOptionalFeature
|
406
|
+
Enable-AppBackgroundTaskDiagnosticLog Enable-Appv
|
407
|
+
Enable-AppvClientConnectionGroup Enable-ComputerRestore
|
408
|
+
Enable-IISCentralCertProvider Enable-IISSharedConfig Enable-JobTrigger
|
409
|
+
Enable-LocalUser Enable-PSBreakpoint Enable-RunspaceDebug Enable-ScheduledJob
|
410
|
+
Enable-TlsCipherSuite Enable-TlsEccCurve Enable-TlsSessionTicketKey
|
411
|
+
Enable-TpmAutoProvisioning Enable-Uev Enable-UevAppxPackage Enable-UevTemplate
|
412
|
+
Enable-WebCentralCertProvider Enable-WebGlobalModule Enable-WebRequestTracing
|
413
|
+
Enable-WindowsErrorReporting Enable-WindowsOptionalFeature Enable-WSManCredSSP
|
414
|
+
Expand-WindowsCustomDataImage Expand-WindowsImage Export-Alias
|
415
|
+
Export-BinaryMiLog Export-Certificate Export-Clixml Export-Counter Export-Csv
|
416
|
+
Export-FormatData Export-IISConfiguration Export-IscsiVirtualDiskSnapshot
|
417
|
+
Export-PfxCertificate Export-PSSession Export-StartLayout
|
418
|
+
Export-TlsSessionTicketKey Export-UevConfiguration Export-UevPackage
|
419
|
+
Export-WindowsDriver Export-WindowsImage Format-Custom Format-List
|
420
|
+
Format-SecureBootUEFI Format-Table Format-Wide Get-Acl
|
421
|
+
Get-ADAccountAuthorizationGroup Get-ADAccountResultantPasswordReplicationPolicy
|
422
|
+
Get-ADAuthenticationPolicy Get-ADAuthenticationPolicySilo
|
423
|
+
Get-ADCentralAccessPolicy Get-ADCentralAccessRule Get-ADClaimTransformPolicy
|
424
|
+
Get-ADClaimType Get-ADComputer Get-ADComputerServiceAccount
|
425
|
+
Get-ADDCCloningExcludedApplicationList Get-ADDefaultDomainPasswordPolicy
|
426
|
+
Get-ADDomain Get-ADDomainController
|
427
|
+
Get-ADDomainControllerPasswordReplicationPolicy
|
428
|
+
Get-ADDomainControllerPasswordReplicationPolicyUsage
|
429
|
+
Get-ADFineGrainedPasswordPolicy Get-ADFineGrainedPasswordPolicySubject
|
430
|
+
Get-ADForest Get-ADGroup Get-ADGroupMember Get-ADObject Get-ADOptionalFeature
|
431
|
+
Get-ADOrganizationalUnit Get-ADPrincipalGroupMembership
|
432
|
+
Get-ADReplicationAttributeMetadata Get-ADReplicationConnection
|
433
|
+
Get-ADReplicationFailure Get-ADReplicationPartnerMetadata
|
434
|
+
Get-ADReplicationQueueOperation Get-ADReplicationSite Get-ADReplicationSiteLink
|
435
|
+
Get-ADReplicationSiteLinkBridge Get-ADReplicationSubnet
|
436
|
+
Get-ADReplicationUpToDatenessVectorTable Get-ADResourceProperty
|
437
|
+
Get-ADResourcePropertyList Get-ADResourcePropertyValueType Get-ADRootDSE
|
438
|
+
Get-ADServiceAccount Get-ADTrust Get-ADUser Get-ADUserResultantPasswordPolicy
|
439
|
+
Get-Alias Get-AppLockerFileInformation Get-AppLockerPolicy
|
440
|
+
Get-AppvClientApplication Get-AppvClientConfiguration
|
441
|
+
Get-AppvClientConnectionGroup Get-AppvClientMode Get-AppvClientPackage
|
442
|
+
Get-AppvPublishingServer Get-AppvStatus Get-AppxDefaultVolume Get-AppxPackage
|
443
|
+
Get-AppxPackageManifest Get-AppxProvisionedPackage Get-AppxVolume
|
444
|
+
Get-AuthenticodeSignature Get-BitsTransfer Get-BpaModel Get-BpaResult
|
445
|
+
Get-Certificate Get-CertificateAutoEnrollmentPolicy
|
446
|
+
Get-CertificateEnrollmentPolicyServer Get-CertificateNotificationTask
|
447
|
+
Get-ChildItem Get-CimAssociatedInstance Get-CimClass Get-CimInstance
|
448
|
+
Get-CimSession Get-CIPolicy Get-CIPolicyIdInfo Get-CIPolicyInfo Get-Clipboard
|
449
|
+
Get-CmsMessage Get-ComputerInfo Get-ComputerRestorePoint Get-Content
|
450
|
+
Get-ControlPanelItem Get-Counter Get-Credential Get-Culture Get-DAPolicyChange
|
451
|
+
Get-Date Get-Event Get-EventLog Get-EventSubscriber Get-ExecutionPolicy
|
452
|
+
Get-FormatData Get-Host Get-HotFix Get-IISAppPool Get-IISCentralCertProvider
|
453
|
+
Get-IISConfigAttributeValue Get-IISConfigCollection
|
454
|
+
Get-IISConfigCollectionElement Get-IISConfigElement Get-IISConfigSection
|
455
|
+
Get-IISServerManager Get-IISSharedConfig Get-IISSite Get-IscsiServerTarget
|
456
|
+
Get-IscsiTargetServerSetting Get-IscsiVirtualDisk Get-IscsiVirtualDiskSnapshot
|
457
|
+
Get-Item Get-ItemProperty Get-ItemPropertyValue Get-JobTrigger
|
458
|
+
Get-KdsConfiguration Get-KdsRootKey Get-LocalGroup Get-LocalGroupMember
|
459
|
+
Get-LocalUser Get-Location Get-Member Get-NfsMappedIdentity Get-NfsNetgroup
|
460
|
+
Get-PfxCertificate Get-PfxData Get-Process Get-PSBreakpoint Get-PSCallStack
|
461
|
+
Get-PSDrive Get-PSProvider Get-Random Get-Runspace Get-RunspaceDebug
|
462
|
+
Get-ScheduledJob Get-ScheduledJobOption Get-SecureBootPolicy Get-SecureBootUEFI
|
463
|
+
Get-Service Get-SystemDriver Get-TimeZone Get-TlsCipherSuite Get-TlsEccCurve
|
464
|
+
Get-Tpm Get-TpmEndorsementKeyInfo Get-TpmSupportedFeature Get-TraceSource
|
465
|
+
Get-Transaction Get-TroubleshootingPack Get-TypeData Get-UevAppxPackage
|
466
|
+
Get-UevConfiguration Get-UevStatus Get-UevTemplate Get-UevTemplateProgram
|
467
|
+
Get-UICulture Get-Unique Get-Variable Get-WebAppDomain Get-WebApplication
|
468
|
+
Get-WebAppPoolState Get-WebBinding Get-WebCentralCertProvider Get-WebConfigFile
|
469
|
+
Get-WebConfiguration Get-WebConfigurationBackup Get-WebConfigurationLocation
|
470
|
+
Get-WebConfigurationLock Get-WebConfigurationProperty Get-WebFilePath
|
471
|
+
Get-WebGlobalModule Get-WebHandler Get-WebItemState Get-WebManagedModule
|
472
|
+
Get-WebRequest Get-Website Get-WebsiteState Get-WebURL Get-WebVirtualDirectory
|
473
|
+
Get-WheaMemoryPolicy Get-WIMBootEntry
|
474
|
+
Get-WinAcceptLanguageFromLanguageListOptOut
|
475
|
+
Get-WinCultureFromLanguageListOptOut Get-WinDefaultInputMethodOverride
|
476
|
+
Get-WindowsCapability Get-WindowsDeveloperLicense Get-WindowsDriver
|
477
|
+
Get-WindowsEdition Get-WindowsErrorReporting Get-WindowsImage
|
478
|
+
Get-WindowsImageContent Get-WindowsOptionalFeature Get-WindowsPackage
|
479
|
+
Get-WindowsSearchSetting Get-WinEvent Get-WinHomeLocation
|
480
|
+
Get-WinLanguageBarOption Get-WinSystemLocale Get-WinUILanguageOverride
|
481
|
+
Get-WinUserLanguageList Get-WmiObject Get-WSManCredSSP Get-WSManInstance
|
482
|
+
Grant-ADAuthenticationPolicySiloAccess Group-Object Import-Alias
|
483
|
+
Import-BinaryMiLog Import-Certificate Import-Clixml Import-Counter Import-Csv
|
484
|
+
Import-IscsiVirtualDisk Import-LocalizedData Import-PfxCertificate
|
485
|
+
Import-PSSession Import-StartLayout Import-TpmOwnerAuth Import-UevConfiguration
|
486
|
+
Initialize-Tpm Install-ADServiceAccount Install-NfsMappingStore Invoke-BpaModel
|
487
|
+
Invoke-CimMethod Invoke-CommandInDesktopPackage Invoke-DscResource
|
488
|
+
Invoke-Expression Invoke-Item Invoke-RestMethod Invoke-TroubleshootingPack
|
489
|
+
Invoke-WebRequest Invoke-WmiMethod Invoke-WSManAction
|
490
|
+
Join-DtcDiagnosticResourceManager Join-Path Limit-EventLog Measure-Command
|
491
|
+
Measure-Object Merge-CIPolicy Mount-AppvClientConnectionGroup
|
492
|
+
Mount-AppvClientPackage Mount-AppxVolume Mount-IscsiVirtualDiskSnapshot
|
493
|
+
Mount-WindowsImage Move-ADDirectoryServer
|
494
|
+
Move-ADDirectoryServerOperationMasterRole Move-ADObject Move-AppxPackage
|
495
|
+
Move-Item Move-ItemProperty New-ADAuthenticationPolicy
|
496
|
+
New-ADAuthenticationPolicySilo New-ADCentralAccessPolicy
|
497
|
+
New-ADCentralAccessRule New-ADClaimTransformPolicy New-ADClaimType
|
498
|
+
New-ADComputer New-ADDCCloneConfigFile New-ADFineGrainedPasswordPolicy
|
499
|
+
New-ADGroup New-ADObject New-ADOrganizationalUnit New-ADReplicationSite
|
500
|
+
New-ADReplicationSiteLink New-ADReplicationSiteLinkBridge
|
501
|
+
New-ADReplicationSubnet New-ADResourceProperty New-ADResourcePropertyList
|
502
|
+
New-ADServiceAccount New-ADUser New-Alias New-AppLockerPolicy
|
503
|
+
New-CertificateNotificationTask New-CimInstance New-CimSession
|
504
|
+
New-CimSessionOption New-CIPolicy New-CIPolicyRule New-DtcDiagnosticTransaction
|
505
|
+
New-Event New-EventLog New-FileCatalog New-IISConfigCollectionElement
|
506
|
+
New-IISSite New-IscsiServerTarget New-IscsiVirtualDisk New-Item
|
507
|
+
New-ItemProperty New-JobTrigger New-LocalGroup New-LocalUser
|
508
|
+
New-NetIPsecAuthProposal New-NetIPsecMainModeCryptoProposal
|
509
|
+
New-NetIPsecQuickModeCryptoProposal New-NfsMappedIdentity New-NfsNetgroup
|
510
|
+
New-Object New-PSDrive New-PSWorkflowExecutionOption New-ScheduledJobOption
|
511
|
+
New-SelfSignedCertificate New-Service New-TimeSpan New-TlsSessionTicketKey
|
512
|
+
New-Variable New-WebApplication New-WebAppPool New-WebBinding New-WebFtpSite
|
513
|
+
New-WebGlobalModule New-WebHandler New-WebManagedModule New-WebServiceProxy
|
514
|
+
New-Website New-WebVirtualDirectory New-WindowsCustomImage New-WindowsImage
|
515
|
+
New-WinEvent New-WinUserLanguageList New-WSManInstance New-WSManSessionOption
|
516
|
+
Optimize-WindowsImage Out-File Out-GridView Out-Printer Out-String Pop-Location
|
517
|
+
Protect-CmsMessage Publish-AppvClientPackage Publish-DscConfiguration
|
518
|
+
Push-Location Read-Host Receive-DtcDiagnosticTransaction
|
519
|
+
Register-CimIndicationEvent Register-EngineEvent Register-ObjectEvent
|
520
|
+
Register-ScheduledJob Register-UevTemplate Register-WmiEvent
|
521
|
+
Remove-ADAuthenticationPolicy Remove-ADAuthenticationPolicySilo
|
522
|
+
Remove-ADCentralAccessPolicy Remove-ADCentralAccessPolicyMember
|
523
|
+
Remove-ADCentralAccessRule Remove-ADClaimTransformPolicy Remove-ADClaimType
|
524
|
+
Remove-ADComputer Remove-ADComputerServiceAccount
|
525
|
+
Remove-ADDomainControllerPasswordReplicationPolicy
|
526
|
+
Remove-ADFineGrainedPasswordPolicy Remove-ADFineGrainedPasswordPolicySubject
|
527
|
+
Remove-ADGroup Remove-ADGroupMember Remove-ADObject Remove-ADOrganizationalUnit
|
528
|
+
Remove-ADPrincipalGroupMembership Remove-ADReplicationSite
|
529
|
+
Remove-ADReplicationSiteLink Remove-ADReplicationSiteLinkBridge
|
530
|
+
Remove-ADReplicationSubnet Remove-ADResourceProperty
|
531
|
+
Remove-ADResourcePropertyList Remove-ADResourcePropertyListMember
|
532
|
+
Remove-ADServiceAccount Remove-ADUser Remove-AppvClientConnectionGroup
|
533
|
+
Remove-AppvClientPackage Remove-AppvPublishingServer Remove-AppxPackage
|
534
|
+
Remove-AppxProvisionedPackage Remove-AppxVolume Remove-BitsTransfer
|
535
|
+
Remove-CertificateEnrollmentPolicyServer Remove-CertificateNotificationTask
|
536
|
+
Remove-CimInstance Remove-CimSession Remove-CIPolicyRule Remove-Computer
|
537
|
+
Remove-Event Remove-EventLog Remove-IISConfigAttribute
|
538
|
+
Remove-IISConfigCollectionElement Remove-IISConfigElement Remove-IISSite
|
539
|
+
Remove-IscsiServerTarget Remove-IscsiVirtualDisk
|
540
|
+
Remove-IscsiVirtualDiskSnapshot Remove-IscsiVirtualDiskTargetMapping
|
541
|
+
Remove-Item Remove-ItemProperty Remove-JobTrigger Remove-LocalGroup
|
542
|
+
Remove-LocalGroupMember Remove-LocalUser Remove-NfsMappedIdentity
|
543
|
+
Remove-NfsNetgroup Remove-PSBreakpoint Remove-PSDrive Remove-TypeData
|
544
|
+
Remove-Variable Remove-WebApplication Remove-WebAppPool Remove-WebBinding
|
545
|
+
Remove-WebConfigurationBackup Remove-WebConfigurationLocation
|
546
|
+
Remove-WebConfigurationLock Remove-WebConfigurationProperty
|
547
|
+
Remove-WebGlobalModule Remove-WebHandler Remove-WebManagedModule Remove-Website
|
548
|
+
Remove-WebVirtualDirectory Remove-WindowsCapability Remove-WindowsDriver
|
549
|
+
Remove-WindowsImage Remove-WindowsPackage Remove-WmiObject Remove-WSManInstance
|
550
|
+
Rename-ADObject Rename-Computer Rename-Item Rename-ItemProperty
|
551
|
+
Rename-LocalGroup Rename-LocalUser Rename-WebConfigurationLocation
|
552
|
+
Repair-AppvClientConnectionGroup Repair-AppvClientPackage
|
553
|
+
Repair-UevTemplateIndex Repair-WindowsImage Reset-ADServiceAccountPassword
|
554
|
+
Reset-ComputerMachinePassword Reset-IISServerManager Resize-IscsiVirtualDisk
|
555
|
+
Resolve-DnsName Resolve-Path Restart-Computer Restart-Service
|
556
|
+
Restart-WebAppPool Restart-WebItem Restore-ADObject Restore-AuditPolicy
|
557
|
+
Restore-Computer Restore-IscsiVirtualDisk Restore-SecurityPolicy
|
558
|
+
Restore-UevBackup Restore-UevUserSetting Restore-WebConfiguration
|
559
|
+
Resume-BitsTransfer Resume-Service Revoke-ADAuthenticationPolicySiloAccess
|
560
|
+
Save-WindowsImage Search-ADAccount Select-Object Select-String
|
561
|
+
Select-WebConfiguration Select-Xml Send-AppvClientReport
|
562
|
+
Send-DtcDiagnosticTransaction Send-MailMessage Set-Acl
|
563
|
+
Set-ADAccountAuthenticationPolicySilo Set-ADAccountControl
|
564
|
+
Set-ADAccountExpiration Set-ADAccountPassword Set-ADAuthenticationPolicy
|
565
|
+
Set-ADAuthenticationPolicySilo Set-ADCentralAccessPolicy
|
566
|
+
Set-ADCentralAccessRule Set-ADClaimTransformLink Set-ADClaimTransformPolicy
|
567
|
+
Set-ADClaimType Set-ADComputer Set-ADDefaultDomainPasswordPolicy Set-ADDomain
|
568
|
+
Set-ADDomainMode Set-ADFineGrainedPasswordPolicy Set-ADForest Set-ADForestMode
|
569
|
+
Set-ADGroup Set-ADObject Set-ADOrganizationalUnit Set-ADReplicationConnection
|
570
|
+
Set-ADReplicationSite Set-ADReplicationSiteLink Set-ADReplicationSiteLinkBridge
|
571
|
+
Set-ADReplicationSubnet Set-ADResourceProperty Set-ADResourcePropertyList
|
572
|
+
Set-ADServiceAccount Set-ADUser Set-Alias Set-AppBackgroundTaskResourcePolicy
|
573
|
+
Set-AppLockerPolicy Set-AppvClientConfiguration Set-AppvClientMode
|
574
|
+
Set-AppvClientPackage Set-AppvPublishingServer Set-AppxDefaultVolume
|
575
|
+
Set-AppXProvisionedDataFile Set-AuthenticodeSignature Set-BitsTransfer
|
576
|
+
Set-BpaResult Set-CertificateAutoEnrollmentPolicy Set-CimInstance
|
577
|
+
Set-CIPolicyIdInfo Set-CIPolicySetting Set-CIPolicyVersion Set-Clipboard
|
578
|
+
Set-Content Set-Culture Set-Date Set-DscLocalConfigurationManager
|
579
|
+
Set-ExecutionPolicy Set-HVCIOptions Set-IISCentralCertProvider
|
580
|
+
Set-IISCentralCertProviderCredential Set-IISConfigAttributeValue
|
581
|
+
Set-IscsiServerTarget Set-IscsiTargetServerSetting Set-IscsiVirtualDisk
|
582
|
+
Set-IscsiVirtualDiskSnapshot Set-Item Set-ItemProperty Set-JobTrigger
|
583
|
+
Set-KdsConfiguration Set-LocalGroup Set-LocalUser Set-Location
|
584
|
+
Set-NfsMappedIdentity Set-NfsNetgroup Set-PSBreakpoint Set-RuleOption
|
585
|
+
Set-ScheduledJob Set-ScheduledJobOption Set-SecureBootUEFI Set-Service
|
586
|
+
Set-TimeZone Set-TpmOwnerAuth Set-TraceSource Set-UevConfiguration
|
587
|
+
Set-UevTemplateProfile Set-Variable Set-WebBinding Set-WebCentralCertProvider
|
588
|
+
Set-WebCentralCertProviderCredential Set-WebConfiguration
|
589
|
+
Set-WebConfigurationProperty Set-WebGlobalModule Set-WebHandler
|
590
|
+
Set-WebManagedModule Set-WheaMemoryPolicy
|
591
|
+
Set-WinAcceptLanguageFromLanguageListOptOut
|
592
|
+
Set-WinCultureFromLanguageListOptOut Set-WinDefaultInputMethodOverride
|
593
|
+
Set-WindowsEdition Set-WindowsProductKey Set-WindowsSearchSetting
|
594
|
+
Set-WinHomeLocation Set-WinLanguageBarOption Set-WinSystemLocale
|
595
|
+
Set-WinUILanguageOverride Set-WinUserLanguageList Set-WmiInstance
|
596
|
+
Set-WSManInstance Set-WSManQuickConfig Show-ADAuthenticationPolicyExpression
|
597
|
+
Show-Command Show-ControlPanelItem Show-EventLog
|
598
|
+
Show-WindowsDeveloperLicenseRegistration Sort-Object Split-Path
|
599
|
+
Split-WindowsImage Start-BitsTransfer Start-DscConfiguration
|
600
|
+
Start-DtcDiagnosticResourceManager Start-IISCommitDelay Start-IISSite
|
601
|
+
Start-Process Start-Service Start-Sleep Start-Transaction Start-Transcript
|
602
|
+
Start-WebAppPool Start-WebCommitDelay Start-WebItem Start-Website
|
603
|
+
Stop-AppvClientConnectionGroup Stop-AppvClientPackage Stop-Computer
|
604
|
+
Stop-DtcDiagnosticResourceManager Stop-IISCommitDelay Stop-IISSite
|
605
|
+
Stop-IscsiVirtualDiskOperation Stop-Process Stop-Service Stop-Transcript
|
606
|
+
Stop-WebAppPool Stop-WebCommitDelay Stop-WebItem Stop-Website
|
607
|
+
Suspend-BitsTransfer Suspend-Service Switch-Certificate Sync-ADObject
|
608
|
+
Sync-AppvPublishingServer Tee-Object Test-ADServiceAccount Test-AppLockerPolicy
|
609
|
+
Test-Certificate Test-ComputerSecureChannel Test-Connection
|
610
|
+
Test-DscConfiguration Test-FileCatalog Test-KdsRootKey Test-NfsMappedIdentity
|
611
|
+
Test-Path Test-UevTemplate Test-WSMan Trace-Command Unblock-File Unblock-Tpm
|
612
|
+
Undo-DtcDiagnosticTransaction Undo-Transaction Uninstall-ADServiceAccount
|
613
|
+
Unlock-ADAccount Unprotect-CmsMessage Unpublish-AppvClientPackage
|
614
|
+
Unregister-Event Unregister-ScheduledJob Unregister-UevTemplate
|
615
|
+
Unregister-WindowsDeveloperLicense Update-FormatData Update-List
|
616
|
+
Update-TypeData Update-UevTemplate Update-WIMBootEntry Use-Transaction
|
617
|
+
Use-WindowsUnattend Wait-Debugger Wait-Event Wait-Process Write-Debug
|
618
|
+
Write-Error Write-EventLog Write-Host Write-Information Write-Output
|
619
|
+
Write-Progress Write-Verbose Write-Warning \% \? ac asnp cat cd chdir clc clear
|
620
|
+
clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir
|
621
|
+
dnsn ebp echo epal epcsv epsn erase etsn exsn fc fl foreach ft fw gal gbp gc
|
622
|
+
gci gcm gcs gdr ghy gi gjb gl gm gmo gp gps gpv group gsn gsnp gsv gu gv gwmi h
|
623
|
+
history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md
|
624
|
+
measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd
|
625
|
+
pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv
|
626
|
+
rvpa rwmi sajb sal saps sasv sbp sc select set shcm si sl sleep sls sort sp
|
627
|
+
spjb spps spsv start sujb sv swmi tee trcm type wget where wjb write
|
82
628
|
).join('|')
|
83
629
|
|
84
630
|
# Override from Shell
|
data/lib/rouge/version.rb
CHANGED
data/rouge.gemspec
CHANGED
@@ -15,7 +15,4 @@ Gem::Specification.new do |s|
|
|
15
15
|
s.files = Dir['Gemfile', 'LICENSE', 'rouge.gemspec', 'lib/**/*.rb', 'lib/**/*.yml', 'bin/rougify', 'lib/rouge/demos/*']
|
16
16
|
s.executables = %w(rougify)
|
17
17
|
s.licenses = ['MIT', 'BSD-2-Clause']
|
18
|
-
|
19
|
-
s.add_development_dependency "bundler", "~> 1.10"
|
20
|
-
s.add_development_dependency "rake", "~> 12.0"
|
21
18
|
end
|
metadata
CHANGED
@@ -1,43 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rouge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeanine Adkisson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
12
|
-
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: bundler
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '1.10'
|
20
|
-
type: :development
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '1.10'
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: rake
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '12.0'
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '12.0'
|
11
|
+
date: 2017-08-22 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
41
13
|
description: Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.
|
42
14
|
email:
|
43
15
|
- jneen@jneen.net
|