-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·31 lines (30 loc) · 1.45 KB
/
mkdocs.yml
File metadata and controls
executable file
·31 lines (30 loc) · 1.45 KB
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
site_name: CorkScrew Docs
theme: readthedocs
pages:
- Home: index.md
- Cmdlets:
- Copy-PsObjectWithNewProperty: cmdlets/Copy-PsObjectWithNewProperty.md
- Get-CsConfiguration: cmdlets/Get-CsConfiguration.md
- Get-DayOfThisWeek: cmdlets/Get-DayOfThisWeek.md
- Get-GeoCoding: cmdlets/Get-GeoCoding.md
- Get-GithubRepo: cmdlets/Get-GithubRepo.md
- Get-MacAddressVendor: cmdlets/Get-MacAddressVendor.md
- Get-Ninite: cmdlets/Get-Ninite.md
- Get-OsVersion: cmdlets/Get-OsVersion.md
- Get-RegexMatch: cmdlets/Get-RegexMatch.md
- Group-ObjectByIpAddress: cmdlets/Group-ObjectByIpAddress.md
- Invoke-ElevatedProcess: cmdlets/Invoke-ElevatedProcess.md
- Invoke-FuriousIp: cmdlets/Invoke-FuriousIp.md
- Invoke-NotepadPlusPlus: cmdlets/Invoke-NotepadPlusPlus.md
- New-CsConfiguration: cmdlets/New-CsConfiguration.md
- New-EncryptedString: cmdlets/New-EncryptedString.md
- New-EncryptionKey: cmdlets/New-EncryptionKey.md
- New-PsModule: cmdlets/New-PsModule.md
- New-PsModuleFixture: cmdlets/New-PsModuleFixture.md
- Send-CsLoggerMessage: cmdlets/Send-CsLoggerMessage.md
- Send-LogDnaMessage: cmdlets/Send-LogDnaMessage.md
- Send-SyslogMessage: cmdlets/Send-SyslogMessage.md
- Start-CsLogger: cmdlets/Start-CsLogger.md
- Stop-CsLogger: cmdlets/Stop-CsLogger.md
- Test-UserElevation: cmdlets/Test-UserElevation.md
- Write-CustomLog: cmdlets/Write-CustomLog.md