-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (72 loc) · 2.65 KB
/
Copy pathmkdocs.yml
File metadata and controls
77 lines (72 loc) · 2.65 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
31
32
33
34
35
36
37
38
39
40
41
42
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
site_name: Intune Hydration Kit Docs
site_description: Documentation and command reference for IntuneHydrationKit
site_url: https://jorgeasaurus.github.io/IntuneHydrationKit/
repo_url: https://github.com/jorgeasaurus/IntuneHydrationKit
repo_name: jorgeasaurus/IntuneHydrationKit
theme:
name: material
language: en
logo: assets/IHTLogoClearLight.png
icon:
repo: fontawesome/brands/github
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tracking
- navigation.instant
- navigation.footer
- content.code.copy
- search.highlight
- search.suggest
palette:
- scheme: slate
primary: black
accent: light blue
font:
text: Montserrat
code: JetBrains Mono
plugins:
- search
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- toc:
permalink: true
nav:
- Home: index.md
- Invocation Examples: Invocation-Examples.md
- Command Reference:
- Orchestration:
- Invoke-IntuneHydration: platyps/Invoke-IntuneHydration.md
- Import-HydrationSettings: platyps/Import-HydrationSettings.md
- Test-IntunePrerequisites: platyps/Test-IntunePrerequisites.md
- Connection:
- Connect-IntuneHydration: platyps/Connect-IntuneHydration.md
- Import Commands:
- Import-IntuneBaseline: platyps/Import-IntuneBaseline.md
- Import-CISBaseline: platyps/Import-CISBaseline.md
- Import-IntuneCompliancePolicy: platyps/Import-IntuneCompliancePolicy.md
- Import-IntuneDeviceFilter: platyps/Import-IntuneDeviceFilter.md
- Import-IntuneAppProtectionPolicy: platyps/Import-IntuneAppProtectionPolicy.md
- Import-IntuneNotificationTemplate: platyps/Import-IntuneNotificationTemplate.md
- Import-IntuneEnrollmentProfile: platyps/Import-IntuneEnrollmentProfile.md
- Import-IntuneConditionalAccessPolicy: platyps/Import-IntuneConditionalAccessPolicy.md
- Import-IntuneMobileApp: platyps/Import-IntuneMobileApp.md
- Import-IntuneWinGetApp: platyps/Import-IntuneWinGetApp.md
- Helpers:
- Initialize-HydrationLogging: platyps/Initialize-HydrationLogging.md
- Write-HydrationLog: platyps/Write-HydrationLog.md
- New-IntuneDynamicGroup: platyps/New-IntuneDynamicGroup.md
- New-IntuneStaticGroup: platyps/New-IntuneStaticGroup.md
- Get-OpenIntuneBaseline: platyps/Get-OpenIntuneBaseline.md