-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanagement-overview.html
More file actions
229 lines (223 loc) · 6.44 KB
/
Copy pathmanagement-overview.html
File metadata and controls
229 lines (223 loc) · 6.44 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ShareSurfer Management Overview</title>
<style>
:root {
--ink: #17202a;
--muted: #5b6775;
--line: #d7dde5;
--panel: #f7f9fb;
--accent: #0f766e;
--accent-2: #7c3aed;
--warn: #b45309;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Segoe UI", Arial, sans-serif;
color: var(--ink);
background: #ffffff;
}
main {
width: min(1280px, 100%);
min-height: 720px;
margin: 0 auto;
padding: 44px 52px;
display: grid;
grid-template-rows: auto 1fr auto;
gap: 28px;
}
header {
border-bottom: 3px solid var(--line);
padding-bottom: 20px;
}
h1 {
margin: 0 0 10px;
font-size: 44px;
line-height: 1.05;
letter-spacing: 0;
}
.subtitle {
margin: 0;
max-width: 940px;
color: var(--muted);
font-size: 20px;
line-height: 1.45;
}
.grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
align-content: stretch;
}
section {
border: 1px solid var(--line);
background: var(--panel);
border-radius: 8px;
padding: 20px;
min-height: 260px;
}
h2 {
margin: 0 0 14px;
font-size: 21px;
letter-spacing: 0;
}
ul {
margin: 0;
padding-left: 20px;
}
li {
margin: 0 0 12px;
line-height: 1.35;
font-size: 16px;
}
.purpose {
border-top: 5px solid var(--accent);
}
.risk {
border-top: 5px solid var(--warn);
}
.pivot {
border-top: 5px solid var(--accent-2);
}
.outcomes {
border-top: 5px solid #2563eb;
}
.preview {
min-height: 0;
background: #ffffff;
}
.screenshot-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 18px;
}
figure {
margin: 0;
}
figure img {
display: block;
width: 100%;
border: 1px solid var(--line);
border-radius: 8px;
}
figcaption {
margin-top: 8px;
color: var(--muted);
font-size: 14px;
line-height: 1.35;
}
footer {
display: grid;
grid-template-columns: 1fr auto;
gap: 20px;
align-items: end;
color: var(--muted);
font-size: 15px;
border-top: 1px solid var(--line);
padding-top: 18px;
}
.tagline {
color: var(--ink);
font-size: 18px;
font-weight: 600;
}
@media (max-width: 900px) {
main {
padding: 28px 22px;
}
.grid {
grid-template-columns: 1fr;
}
.screenshot-grid {
grid-template-columns: 1fr;
}
h1 {
font-size: 34px;
}
footer {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<main>
<header>
<h1>ShareSurfer Management Overview</h1>
<p class="subtitle">A business-readable view of complex file-share access, ownership, and migration readiness.</p>
</header>
<div class="grid" aria-label="Management briefing sections">
<section class="purpose">
<h2>Purpose</h2>
<ul>
<li>Show who can access shared business data.</li>
<li>Connect share permissions, folder permissions, file permissions, ownership, and group membership.</li>
<li>Create evidence before cleanup, audit, or migration work.</li>
</ul>
</section>
<section class="risk">
<h2>Migration-Risk Findings</h2>
<ul>
<li>Broken inheritance and deep explicit permissions.</li>
<li>Share-vs-NTFS permission conflicts.</li>
<li>Operational long-path warnings for migration planning.</li>
<li>Partial data where access could not be proven.</li>
</ul>
</section>
<section class="pivot">
<h2>Owner/Business-Unit Pivots</h2>
<ul>
<li>Route findings by owner, business unit, OBS/OID path, manager, or security group.</li>
<li>Expand groups so business owners can review actual membership paths.</li>
<li>Support Excel, Power BI, audit, and remediation tracking.</li>
<li>Find like-owned shares, folders, and files that should be planned together for migration.</li>
</ul>
</section>
<section class="outcomes">
<h2>Expected Outcomes</h2>
<ul>
<li>Validated CSV exports and an offline report.</li>
<li>Prioritized access and migration-risk review list.</li>
<li>Clearer ownership before changes are made.</li>
<li>Related-data areas for migration wave planning.</li>
<li>Redacted support bundle when troubleshooting help is needed.</li>
</ul>
</section>
</div>
<section class="preview">
<h2>Example Report Views</h2>
<div class="screenshot-grid">
<figure>
<img src="visuals/report-dashboard-overview.png" alt="ShareSurfer dashboard overview with executive summary and visual risk rollups">
<figcaption>Dashboard overview for business-unit review.</figcaption>
</figure>
<figure>
<img src="visuals/report-dashboard-workbench.png" alt="ShareSurfer review workbench with context stats and recommended review actions">
<figcaption>Review Workbench for owner-focused action planning.</figcaption>
</figure>
<figure>
<img src="visuals/report-dashboard-findings.png" alt="ShareSurfer findings drilldown table and rollups">
<figcaption>Findings drilldown for migration-risk triage.</figcaption>
</figure>
<figure>
<img src="visuals/report-dashboard-migration.png" alt="ShareSurfer migration discovery view with related data areas and selected detail panel">
<figcaption>Migration Discovery for keeping related data areas together.</figcaption>
</figure>
</div>
</section>
<footer>
<div>
<div class="tagline">ShareSurfer does not change permissions. It makes the current state understandable.</div>
<div>Azure Files note: ShareSurfer's 256-character full-path warning is an operational migration policy, separate from Microsoft's documented Azure Files hard limits.</div>
</div>
<div>ShareSurfer V1</div>
</footer>
</main>
</body>
</html>