{"id":57526,"date":"2026-05-02T16:22:14","date_gmt":"2026-05-02T06:22:14","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/?page_id=57526"},"modified":"2026-05-02T16:44:48","modified_gmt":"2026-05-02T06:44:48","slug":"microsoft-365-security-and-intune-health-check","status":"publish","type":"page","link":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/","title":{"rendered":"Microsoft 365 Security &amp; Intune Health Check"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Microsoft 365 Security &#038; Intune Health Check | CPI Consulting<\/title>\n  <meta name=\"description\" content=\"CPI Consulting provides a practical Microsoft 365 Security &#038; Intune Health Check for Australian businesses. Identify configuration gaps, risky settings, and security improvements. Fixed-price from $2,500 AUD + GST.\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&#038;family=Playfair+Display:wght@600;700&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    :root {\n      --navy: #0B1D3A;\n      --navy-light: #112B55;\n      --blue: #2563EB;\n      --blue-light: #3B82F6;\n      --sky: #E8F1FD;\n      --gold: #D4A843;\n      --gold-light: #E8C76A;\n      --white: #FFFFFF;\n      --gray-50: #F8FAFC;\n      --gray-100: #F1F5F9;\n      --gray-200: #E2E8F0;\n      --gray-400: #94A3B8;\n      --gray-500: #64748B;\n      --gray-600: #475569;\n      --gray-700: #334155;\n      --gray-800: #1E293B;\n      --red: #DC2626;\n      --green: #059669;\n      --font-body: 'DM Sans', -apple-system, sans-serif;\n      --font-display: 'Playfair Display', Georgia, serif;\n    }\n\n    \/* Force full width - break out of WordPress\/Divi container *\/\n    .cpi-page-wrapper {\n      width: 100vw !important;\n      max-width: 100vw !important;\n      margin-left: calc(-50vw + 50%) !important;\n      margin-right: calc(-50vw + 50%) !important;\n      overflow-x: hidden !important;\n      position: relative !important;\n      margin-top: -40px !important;\n    }\n\n    \/* Kill Divi theme spacing *\/\n    .entry-content, .et_pb_post, #main-content, .container, #content-area,\n    .et_pb_section, .post-entry, article, .page .entry-content {\n      padding-top: 0 !important;\n      margin-top: 0 !important;\n    }\n\n    \/* Hide WordPress page title *\/\n    .entry-title, .page-title, h1.entry-title, .et_post_meta_wrapper h1,\n    article > h1:first-of-type, .et_pb_post h1.entry-title {\n      display: none !important;\n    }\n\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n      font-family: var(--font-body);\n      color: var(--gray-800);\n      line-height: 1.6;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* ============================================ *\/\n    \/* HERO SECTION                                 *\/\n    \/* ============================================ *\/\n    .hero {\n      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, #1a3a6e 100%);\n      color: var(--white);\n      padding: 80px 24px 90px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      right: -20%;\n      width: 600px;\n      height: 600px;\n      background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);\n      border-radius: 50%;\n    }\n\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -30%;\n      left: -10%;\n      width: 400px;\n      height: 400px;\n      background: radial-gradient(circle, rgba(212,168,67,0.1) 0%, transparent 70%);\n      border-radius: 50%;\n    }\n\n    .hero-inner {\n      max-width: 900px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(255,255,255,0.08);\n      border: 1px solid rgba(255,255,255,0.15);\n      padding: 8px 18px;\n      border-radius: 40px;\n      font-size: 13px;\n      font-weight: 500;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n      margin-bottom: 32px;\n      backdrop-filter: blur(4px);\n      color: var(--white) !important;\n    }\n\n    .hero-badge .dot {\n      width: 8px;\n      height: 8px;\n      background: var(--gold);\n      border-radius: 50%;\n      animation: pulse 2s ease-in-out infinite;\n    }\n\n    @keyframes pulse {\n      0%, 100% { opacity: 1; }\n      50% { opacity: 0.4; }\n    }\n\n    .hero h1 {\n      font-family: var(--font-display);\n      font-size: clamp(36px, 5vw, 56px) !important;\n      font-weight: 700 !important;\n      line-height: 1.15 !important;\n      margin-bottom: 24px !important;\n      letter-spacing: -0.5px;\n      color: var(--white) !important;\n    }\n\n    .hero h1 span {\n      color: var(--gold) !important;\n    }\n\n    .hero-sub {\n      font-size: 19px !important;\n      line-height: 1.7 !important;\n      color: rgba(255,255,255,0.8) !important;\n      max-width: 680px;\n      margin-bottom: 40px !important;\n    }\n\n    .hero-cta-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 16px;\n      align-items: center;\n    }\n\n    .btn-primary {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--gold) !important;\n      color: var(--navy) !important;\n      font-weight: 600;\n      font-size: 16px;\n      padding: 16px 32px;\n      border-radius: 8px;\n      text-decoration: none !important;\n      transition: all 0.25s ease;\n      border: none;\n      cursor: pointer;\n    }\n\n    .btn-primary:hover {\n      background: var(--gold-light) !important;\n      color: var(--navy) !important;\n      transform: translateY(-2px);\n      box-shadow: 0 8px 24px rgba(212,168,67,0.3);\n      text-decoration: none !important;\n    }\n\n    .btn-secondary {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: transparent !important;\n      color: var(--white) !important;\n      font-weight: 500;\n      font-size: 16px;\n      padding: 16px 32px;\n      border-radius: 8px;\n      text-decoration: none !important;\n      border: 1px solid rgba(255,255,255,0.25);\n      transition: all 0.25s ease;\n    }\n\n    .btn-secondary:hover {\n      border-color: rgba(255,255,255,0.5);\n      background: rgba(255,255,255,0.05) !important;\n      color: var(--white) !important;\n      text-decoration: none !important;\n    }\n\n    \/* ============================================ *\/\n    \/* TRUST BAR                                    *\/\n    \/* ============================================ *\/\n    .trust-bar {\n      background: var(--gray-50);\n      border-bottom: 1px solid var(--gray-200);\n      padding: 28px 24px;\n    }\n\n    .trust-inner {\n      max-width: 900px;\n      margin: 0 auto;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 32px;\n      align-items: center;\n    }\n\n    .trust-item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--gray-600);\n    }\n\n    .trust-icon {\n      width: 20px;\n      height: 20px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .trust-icon svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    \/* ============================================ *\/\n    \/* SECTION COMMON                               *\/\n    \/* ============================================ *\/\n    .section {\n      padding: 80px 24px;\n    }\n\n    .section-inner {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .section-label {\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      color: var(--blue);\n      margin-bottom: 12px;\n    }\n\n    .section-title {\n      font-family: var(--font-display);\n      font-size: clamp(28px, 4vw, 40px);\n      font-weight: 700;\n      color: var(--navy);\n      margin-bottom: 20px;\n      line-height: 1.2;\n    }\n\n    .section-subtitle {\n      font-size: 17px;\n      color: var(--gray-600);\n      max-width: 640px;\n      line-height: 1.7;\n      margin-bottom: 48px;\n    }\n\n    \/* ============================================ *\/\n    \/* PROBLEM SECTION                              *\/\n    \/* ============================================ *\/\n    .problems {\n      background: var(--white);\n    }\n\n    .problem-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 24px;\n    }\n\n    .problem-card {\n      background: var(--gray-50);\n      border: 1px solid var(--gray-200);\n      border-radius: 12px;\n      padding: 28px;\n      transition: all 0.25s ease;\n    }\n\n    .problem-card:hover {\n      border-color: var(--blue-light);\n      box-shadow: 0 4px 16px rgba(37,99,235,0.08);\n    }\n\n    .problem-icon {\n      width: 44px;\n      height: 44px;\n      background: #FEE2E2;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 16px;\n      font-size: 20px;\n    }\n\n    .problem-card h3 {\n      font-size: 17px;\n      font-weight: 600;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n\n    .problem-card p {\n      font-size: 15px;\n      color: var(--gray-600);\n      line-height: 1.6;\n    }\n\n    \/* ============================================ *\/\n    \/* SERVICES \/ REVIEW SECTION                    *\/\n    \/* ============================================ *\/\n    .services {\n      background: var(--gray-50);\n    }\n\n    .service-block {\n      background: var(--white);\n      border: 1px solid var(--gray-200);\n      border-radius: 16px;\n      padding: 40px;\n      margin-bottom: 24px;\n      transition: all 0.25s ease;\n    }\n\n    .service-block:hover {\n      box-shadow: 0 8px 32px rgba(0,0,0,0.06);\n    }\n\n    .service-header {\n      display: flex;\n      align-items: flex-start;\n      gap: 20px;\n      margin-bottom: 20px;\n    }\n\n    .service-icon {\n      width: 52px;\n      height: 52px;\n      min-width: 52px;\n      background: linear-gradient(135deg, var(--blue) 0%, #1d4ed8 100%);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 24px;\n    }\n\n    .service-block h3 {\n      font-family: var(--font-display);\n      font-size: 24px;\n      font-weight: 700;\n      color: var(--navy);\n      margin-bottom: 4px;\n    }\n\n    .service-tag {\n      font-size: 13px;\n      font-weight: 500;\n      color: var(--blue);\n    }\n\n    .service-block p {\n      font-size: 16px;\n      color: var(--gray-600);\n      line-height: 1.7;\n      margin-bottom: 20px;\n    }\n\n    .service-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 10px;\n      list-style: none;\n    }\n\n    .service-list li {\n      font-size: 15px;\n      color: var(--gray-700);\n      padding: 6px 0;\n      padding-left: 24px;\n      position: relative;\n    }\n\n    .service-list li::before {\n      content: '\u2713';\n      position: absolute;\n      left: 0;\n      color: var(--green);\n      font-weight: 700;\n      font-size: 14px;\n    }\n\n    \/* ============================================ *\/\n    \/* DELIVERABLES SECTION                         *\/\n    \/* ============================================ *\/\n    .deliverables {\n      background: var(--white);\n    }\n\n    .deliverables-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 24px;\n    }\n\n    .deliverable-card {\n      background: var(--gray-50);\n      border: 1px solid var(--gray-200);\n      border-radius: 12px;\n      padding: 28px 24px;\n      transition: all 0.25s ease;\n    }\n\n    .deliverable-card:hover {\n      border-color: var(--blue-light);\n      box-shadow: 0 4px 16px rgba(37,99,235,0.08);\n    }\n\n    .deliverable-icon {\n      width: 44px;\n      height: 44px;\n      background: linear-gradient(135deg, var(--blue) 0%, #1d4ed8 100%);\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 16px;\n      font-size: 20px;\n    }\n\n    .deliverable-card h3 {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--navy);\n      margin-bottom: 6px;\n    }\n\n    .deliverable-card p {\n      font-size: 14px;\n      color: var(--gray-600);\n      line-height: 1.6;\n    }\n\n    \/* ============================================ *\/\n    \/* WHO THIS IS FOR                              *\/\n    \/* ============================================ *\/\n    .who-for {\n      background: var(--gray-50);\n    }\n\n    .who-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 16px;\n      list-style: none;\n    }\n\n    .who-list li {\n      background: var(--white);\n      border: 1px solid var(--gray-200);\n      border-radius: 10px;\n      padding: 20px 20px 20px 52px;\n      position: relative;\n      font-size: 15px;\n      color: var(--gray-700);\n      line-height: 1.5;\n      font-weight: 500;\n      transition: all 0.2s ease;\n    }\n\n    .who-list li:hover {\n      border-color: var(--blue-light);\n      box-shadow: 0 2px 12px rgba(37,99,235,0.06);\n    }\n\n    .who-list li::before {\n      content: '\u2192';\n      position: absolute;\n      left: 20px;\n      color: var(--gold);\n      font-weight: 700;\n      font-size: 16px;\n    }\n\n    \/* ============================================ *\/\n    \/* WHY CPI SECTION                              *\/\n    \/* ============================================ *\/\n    .why-cpi {\n      background: var(--white);\n    }\n\n    .why-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 32px;\n    }\n\n    .why-item {\n      text-align: center;\n      padding: 24px 16px;\n    }\n\n    .why-number {\n      font-family: var(--font-display);\n      font-size: 48px;\n      font-weight: 700;\n      color: var(--navy);\n      line-height: 1;\n      margin-bottom: 8px;\n    }\n\n    .why-number span {\n      color: var(--gold);\n    }\n\n    .why-label {\n      font-size: 15px;\n      font-weight: 600;\n      color: var(--gray-700);\n      margin-bottom: 4px;\n    }\n\n    .why-desc {\n      font-size: 14px;\n      color: var(--gray-500);\n    }\n\n    \/* ============================================ *\/\n    \/* APPROACH SECTION                             *\/\n    \/* ============================================ *\/\n    .approach {\n      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);\n      color: var(--white);\n    }\n\n    .approach .section-label {\n      color: var(--gold) !important;\n    }\n\n    .approach .section-title {\n      color: var(--white) !important;\n    }\n\n    .approach .section-subtitle {\n      color: rgba(255,255,255,0.7) !important;\n    }\n\n    .step-list {\n      display: grid;\n      gap: 20px;\n    }\n\n    .step {\n      display: flex;\n      gap: 24px;\n      align-items: flex-start;\n      padding: 28px;\n      background: rgba(255,255,255,0.04);\n      border: 1px solid rgba(255,255,255,0.08);\n      border-radius: 12px;\n      transition: all 0.25s ease;\n    }\n\n    .step:hover {\n      background: rgba(255,255,255,0.07);\n      border-color: rgba(255,255,255,0.15);\n    }\n\n    .step-num {\n      width: 44px;\n      height: 44px;\n      min-width: 44px;\n      background: var(--gold);\n      color: var(--navy);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 700;\n      font-size: 18px;\n    }\n\n    .step h3 {\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 6px;\n      color: var(--white) !important;\n    }\n\n    .step p {\n      font-size: 15px;\n      color: rgba(255,255,255,0.7) !important;\n      line-height: 1.6;\n    }\n\n    \/* ============================================ *\/\n    \/* PRICING SECTION                              *\/\n    \/* ============================================ *\/\n    .pricing {\n      background: var(--gray-50);\n    }\n\n    .pricing-card {\n      background: var(--white);\n      border: 2px solid var(--navy);\n      border-radius: 20px;\n      padding: 48px;\n      max-width: 680px;\n      margin: 0 auto;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .pricing-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 4px;\n      background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);\n    }\n\n    .pricing-badge {\n      display: inline-block;\n      background: var(--sky);\n      color: var(--blue);\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 20px;\n      margin-bottom: 20px;\n    }\n\n    .pricing-card h3 {\n      font-family: var(--font-display);\n      font-size: 28px;\n      font-weight: 700;\n      color: var(--navy);\n      margin-bottom: 12px;\n    }\n\n    .pricing-price {\n      font-family: var(--font-display);\n      font-size: 52px;\n      font-weight: 700;\n      color: var(--navy);\n      line-height: 1;\n      margin: 24px 0 4px;\n    }\n\n    .pricing-price span {\n      color: var(--gold);\n    }\n\n    .pricing-gst {\n      font-size: 14px;\n      color: var(--gray-500);\n      margin-bottom: 28px;\n    }\n\n    .pricing-includes {\n      list-style: none;\n      text-align: left;\n      margin: 0 auto 36px;\n      max-width: 400px;\n    }\n\n    .pricing-includes li {\n      font-size: 15px;\n      color: var(--gray-700);\n      padding: 8px 0;\n      padding-left: 28px;\n      position: relative;\n      border-bottom: 1px solid var(--gray-100);\n    }\n\n    .pricing-includes li:last-child {\n      border-bottom: none;\n    }\n\n    .pricing-includes li::before {\n      content: '\u2713';\n      position: absolute;\n      left: 0;\n      color: var(--green);\n      font-weight: 700;\n      font-size: 14px;\n    }\n\n    .pricing-note {\n      font-size: 14px;\n      color: var(--gray-500);\n      margin-top: 20px;\n      line-height: 1.6;\n    }\n\n    \/* ============================================ *\/\n    \/* BOOKING FORM SECTION                         *\/\n    \/* ============================================ *\/\n    .booking {\n      background: var(--white);\n    }\n\n    .booking-layout {\n      display: grid;\n      grid-template-columns: 1fr 1.5fr;\n      gap: 60px;\n      align-items: start;\n    }\n\n    .booking-info h2 {\n      font-family: var(--font-display);\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      color: var(--navy);\n      margin-bottom: 16px;\n      line-height: 1.25;\n    }\n\n    .booking-info p {\n      font-size: 16px;\n      color: var(--gray-600);\n      line-height: 1.7;\n      margin-bottom: 28px;\n    }\n\n    .booking-points {\n      list-style: none;\n    }\n\n    .booking-points li {\n      font-size: 15px;\n      color: var(--gray-700);\n      padding: 8px 0 8px 28px;\n      position: relative;\n      border-bottom: 1px solid var(--gray-100);\n    }\n\n    .booking-points li:last-child {\n      border-bottom: none;\n    }\n\n    .booking-points li::before {\n      content: '\u2713';\n      position: absolute;\n      left: 0;\n      color: var(--green);\n      font-weight: 700;\n      font-size: 14px;\n    }\n\n    .booking-form {\n      background: var(--gray-50);\n      border: 1px solid var(--gray-200);\n      border-radius: 16px;\n      padding: 40px;\n    }\n\n    .booking-form h3 {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--navy);\n      margin-bottom: 28px;\n    }\n\n    .form-wrapper {\n      background: var(--gray-50);\n      border: 1px solid var(--gray-200);\n      border-radius: 16px;\n      padding: 40px;\n    }\n\n    .form-wrapper .wpcf7 { margin: 0; }\n\n    .form-wrapper .wpcf7 p {\n      margin-bottom: 16px !important;\n    }\n\n    .form-wrapper .wpcf7 input[type=text],\n    .form-wrapper .wpcf7 input[type=email],\n    .form-wrapper .wpcf7 input[type=tel],\n    .form-wrapper .wpcf7 select,\n    .form-wrapper .wpcf7 textarea {\n      width: 100% !important;\n      padding: 12px 16px !important;\n      font-family: var(--font-body) !important;\n      font-size: 15px !important;\n      color: var(--gray-800) !important;\n      background: var(--white) !important;\n      border: 1px solid var(--gray-200) !important;\n      border-radius: 8px !important;\n      transition: border-color 0.2s ease, box-shadow 0.2s ease !important;\n      box-shadow: none !important;\n      appearance: none;\n      -webkit-appearance: none;\n    }\n\n    .form-wrapper .wpcf7 input[type=text]:focus,\n    .form-wrapper .wpcf7 input[type=email]:focus,\n    .form-wrapper .wpcf7 input[type=tel]:focus,\n    .form-wrapper .wpcf7 select:focus,\n    .form-wrapper .wpcf7 textarea:focus {\n      outline: none !important;\n      border-color: var(--blue) !important;\n      box-shadow: 0 0 0 3px rgba(37,99,235,0.1) !important;\n    }\n\n    .form-wrapper .wpcf7 textarea {\n      min-height: 110px !important;\n      resize: vertical !important;\n    }\n\n    .form-wrapper .wpcf7 select {\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C\/polyline%3E%3C\/svg%3E\") !important;\n      background-repeat: no-repeat !important;\n      background-position: right 12px center !important;\n      padding-right: 40px !important;\n      cursor: pointer !important;\n    }\n\n    .form-wrapper .wpcf7 input[type=submit] {\n      width: 100% !important;\n      padding: 16px 32px !important;\n      background: var(--navy) !important;\n      color: var(--white) !important;\n      font-family: var(--font-body) !important;\n      font-size: 16px !important;\n      font-weight: 600 !important;\n      border: none !important;\n      border-radius: 8px !important;\n      cursor: pointer !important;\n      transition: all 0.25s ease !important;\n      margin-top: 8px !important;\n    }\n\n    .form-wrapper .wpcf7 input[type=submit]:hover {\n      background: var(--navy-light) !important;\n      transform: translateY(-2px) !important;\n      box-shadow: 0 8px 24px rgba(11,29,58,0.2) !important;\n    }\n\n    \/* ============================================ *\/\n    \/* CTA SECTION                                  *\/\n    \/* ============================================ *\/\n    .cta-section {\n      background: var(--gray-50);\n      padding: 80px 24px;\n      text-align: center;\n    }\n\n    .cta-inner {\n      max-width: 640px;\n      margin: 0 auto;\n    }\n\n    .cta-section .section-title {\n      margin-bottom: 16px;\n    }\n\n    .cta-section p {\n      font-size: 17px;\n      color: var(--gray-600);\n      line-height: 1.7;\n      margin-bottom: 36px;\n    }\n\n    .cta-buttons {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 16px;\n    }\n\n    .btn-cta-primary {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--navy);\n      color: var(--white);\n      font-weight: 600;\n      font-size: 16px;\n      padding: 16px 36px;\n      border-radius: 8px;\n      text-decoration: none;\n      transition: all 0.25s ease;\n    }\n\n    .btn-cta-primary:hover {\n      background: var(--navy-light);\n      transform: translateY(-2px);\n      box-shadow: 0 8px 24px rgba(11,29,58,0.2);\n    }\n\n    .btn-cta-secondary {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--white);\n      color: var(--navy);\n      font-weight: 600;\n      font-size: 16px;\n      padding: 16px 36px;\n      border-radius: 8px;\n      text-decoration: none;\n      border: 1px solid var(--gray-200);\n      transition: all 0.25s ease;\n    }\n\n    .btn-cta-secondary:hover {\n      border-color: var(--navy);\n    }\n\n    \/* ============================================ *\/\n    \/* FOOTER NOTE                                  *\/\n    \/* ============================================ *\/\n    .footer-note {\n      background: var(--white);\n      border-top: 1px solid var(--gray-200);\n      padding: 32px 24px;\n      text-align: center;\n    }\n\n    .footer-note p {\n      font-size: 14px;\n      color: var(--gray-500);\n      max-width: 700px;\n      margin: 0 auto;\n    }\n\n    .footer-note strong {\n      color: var(--gray-700);\n    }\n\n    \/* ============================================ *\/\n    \/* RESPONSIVE                                   *\/\n    \/* ============================================ *\/\n    @media (max-width: 768px) {\n      .booking-layout {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      .hero { padding: 60px 20px 70px; }\n      .section { padding: 60px 20px; }\n      .service-block { padding: 28px; }\n      .booking-form { padding: 28px; }\n      .pricing-card { padding: 32px 24px; }\n      .step { flex-direction: column; gap: 16px; }\n      .trust-inner { gap: 20px; }\n      .why-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }\n      .hero-cta-row { flex-direction: column; }\n      .btn-primary, .btn-secondary { width: 100%; justify-content: center; }\n    }\n  <\/style>\n<\/head>\n<body>\n<div class=\"cpi-page-wrapper\">\n\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"hero-inner\">\n      <div class=\"hero-badge\">\n        <span class=\"dot\"><\/span>\n        Fixed-Price Assessment &bull; Australian Business\n      <\/div>\n      <h1>Microsoft 365 Security &#038;<br><span>Intune Health Check<\/span><\/h1>\n      <p class=\"hero-sub\">Secure your Microsoft 365 environment before small gaps become expensive problems. CPI Consulting reviews, strengthens, and simplifies your Microsoft 365 security posture with a practical, hands-on health check.<\/p>\n      <div class=\"hero-cta-row\">\n        <a href=\"#book\" class=\"btn-primary\">Book a Security Review &rarr;<\/a>\n        <a href=\"#what-we-review\" class=\"btn-secondary\">See What&#8217;s Included<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TRUST BAR -->\n  <section class=\"trust-bar\">\n    <div class=\"trust-inner\">\n      <div class=\"trust-item\">\n        <div class=\"trust-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563EB\" stroke-width=\"2\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n        <\/div>\n        NV-1 Security Clearance\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563EB\" stroke-width=\"2\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/><\/svg>\n        <\/div>\n        20+ Years Enterprise IT\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563EB\" stroke-width=\"2\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\n        <\/div>\n        Microsoft Partner\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563EB\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M2 12h20\"\/><path d=\"M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z\"\/><\/svg>\n        <\/div>\n        Melbourne, Australia\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563EB\" stroke-width=\"2\"><path d=\"M4 19.5A2.5 2.5 0 016.5 17H20\"\/><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2z\"\/><\/svg>\n        <\/div>\n        5x Published Author\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROBLEMS -->\n  <section class=\"section problems\">\n    <div class=\"section-inner\">\n      <div class=\"section-label\">The Challenge<\/div>\n      <h2 class=\"section-title\">Sound Familiar?<\/h2>\n      <p class=\"section-subtitle\">Most businesses rely heavily on Microsoft 365 but many environments are not configured securely enough. These are the gaps we find most often.<\/p>\n      <div class=\"problem-grid\">\n        <div class=\"problem-card\">\n          <div class=\"problem-icon\">\ud83d\udd13<\/div>\n          <h3>Weak Access Controls<\/h3>\n          <p>MFA not enforced for all users, Conditional Access policies missing or misconfigured, and privileged accounts without adequate protection.<\/p>\n        <\/div>\n        <div class=\"problem-card\">\n          <div class=\"problem-icon\">\ud83d\udcbb<\/div>\n          <h3>Unmanaged Devices<\/h3>\n          <p>Devices connecting to your Microsoft 365 tenant without Intune compliance policies, leaving corporate data exposed to uncontrolled endpoints.<\/p>\n        <\/div>\n        <div class=\"problem-card\">\n          <div class=\"problem-icon\">\u26a0\ufe0f<\/div>\n          <h3>Risky Default Settings<\/h3>\n          <p>Microsoft 365 and Entra ID defaults are not designed for security. Legacy authentication, excessive permissions, and open sharing settings put you at risk.<\/p>\n        <\/div>\n        <div class=\"problem-card\">\n          <div class=\"problem-icon\">\ud83d\udccb<\/div>\n          <h3>No Security Baseline<\/h3>\n          <p>No formal review has ever been done. You suspect there are gaps but have no clear picture of where your environment stands or how to prioritise fixes.<\/p>\n        <\/div>\n        <div class=\"problem-card\">\n          <div class=\"problem-icon\">\ud83d\udd0d<\/div>\n          <h3>Essential Eight Pressure<\/h3>\n          <p>Your cyber insurer, board, or clients are asking about security maturity. You need an independent assessment to know where you actually stand.<\/p>\n        <\/div>\n        <div class=\"problem-card\">\n          <div class=\"problem-icon\">\ud83d\udcb0<\/div>\n          <h3>Under-Utilised Licences<\/h3>\n          <p>You&#8217;re paying for Microsoft 365 Business Premium or E3\/E5 but not using Defender, Intune, or the security features already included in your plan.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHAT WE REVIEW -->\n  <section id=\"what-we-review\" class=\"section services\">\n    <div class=\"section-inner\">\n      <div class=\"section-label\">Scope of Review<\/div>\n      <h2 class=\"section-title\">What We Review<\/h2>\n      <p class=\"section-subtitle\">Our Microsoft 365 Security &amp; Intune Health Check is a practical, hands-on review of your entire Microsoft cloud security posture \u2014 not a tick-box audit.<\/p>\n\n      <div class=\"service-block\">\n        <div class=\"service-header\">\n          <div class=\"service-icon\">\ud83d\udd10<\/div>\n          <div>\n            <h3>Identity &#038; Access Security<\/h3>\n            <span class=\"service-tag\">Entra ID &bull; Conditional Access &bull; MFA &bull; Privileged Access<\/span>\n          <\/div>\n        <\/div>\n        <p>We review the identity and access foundation of your Microsoft 365 environment \u2014 the most common entry point for attacks. We look at how users authenticate, how access is controlled, and how administrator accounts are protected.<\/p>\n        <ul class=\"service-list\">\n          <li>Microsoft Entra ID security settings<\/li>\n          <li>Conditional Access policies<\/li>\n          <li>MFA configuration and gaps<\/li>\n          <li>Admin roles and privileged access<\/li>\n          <li>Legacy authentication exposure<\/li>\n          <li>Guest access and external sharing<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"service-block\">\n        <div class=\"service-header\">\n          <div class=\"service-icon\">\ud83d\udcf1<\/div>\n          <div>\n            <h3>Intune Device Management &#038; Compliance<\/h3>\n            <span class=\"service-tag\">Intune &bull; Endpoint Security &bull; Device Compliance &bull; Security Baselines<\/span>\n          <\/div>\n        <\/div>\n        <p>We assess how your devices are enrolled, managed, and secured. We identify compliance gaps, missing security baselines, and devices that have access to your environment without adequate controls in place.<\/p>\n        <ul class=\"service-list\">\n          <li>Intune device compliance policies<\/li>\n          <li>Endpoint security policies<\/li>\n          <li>Security baseline alignment<\/li>\n          <li>Device configuration profiles<\/li>\n          <li>BYOD and mobile device settings<\/li>\n          <li>Defender for Endpoint integration<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"service-block\">\n        <div class=\"service-header\">\n          <div class=\"service-icon\">\u2601\ufe0f<\/div>\n          <div>\n            <h3>Microsoft 365 Services Security<\/h3>\n            <span class=\"service-tag\">Defender &bull; Exchange Online &bull; SharePoint &bull; Teams<\/span>\n          <\/div>\n        <\/div>\n        <p>We review the security configuration of the Microsoft 365 services your business uses every day. Email, collaboration, and file sharing are high-value attack surfaces that are frequently misconfigured.<\/p>\n        <ul class=\"service-list\">\n          <li>Microsoft Defender configuration<\/li>\n          <li>Exchange Online security<\/li>\n          <li>SharePoint and Teams access controls<\/li>\n          <li>Anti-phishing and anti-spam policies<\/li>\n          <li>Data loss prevention settings<\/li>\n          <li>Essential Eight readiness areas<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHAT YOU RECEIVE -->\n  <section class=\"section deliverables\">\n    <div class=\"section-inner\">\n      <div class=\"section-label\">Deliverables<\/div>\n      <h2 class=\"section-title\">What You Receive<\/h2>\n      <p class=\"section-subtitle\">No generic PDF. No confusing checklist dump. You get a clear, professional report with practical advice from an experienced Microsoft cloud and security consultant.<\/p>\n      <div class=\"deliverables-grid\">\n        <div class=\"deliverable-card\">\n          <div class=\"deliverable-icon\">\ud83c\udfaf<\/div>\n          <h3>Key Security Risks Found<\/h3>\n          <p>A clear summary of the most significant security gaps identified in your environment.<\/p>\n        <\/div>\n        <div class=\"deliverable-card\">\n          <div class=\"deliverable-icon\">\ud83d\udd27<\/div>\n          <h3>Recommended Fixes<\/h3>\n          <p>Specific, actionable remediation steps your team can implement or we can help you with.<\/p>\n        <\/div>\n        <div class=\"deliverable-card\">\n          <div class=\"deliverable-icon\">\ud83d\udcca<\/div>\n          <h3>Priority Ranking<\/h3>\n          <p>Every finding is ranked as high, medium, or low so you know where to focus first.<\/p>\n        <\/div>\n        <div class=\"deliverable-card\">\n          <div class=\"deliverable-icon\">\ud83d\udcc4<\/div>\n          <h3>Executive Summary<\/h3>\n          <p>A business-level summary suitable for presenting to leadership, insurers, or your board.<\/p>\n        <\/div>\n        <div class=\"deliverable-card\">\n          <div class=\"deliverable-icon\">\ud83d\udee0\ufe0f<\/div>\n          <h3>Technical Findings<\/h3>\n          <p>Detailed technical findings for your IT team, with configuration-level detail and references.<\/p>\n        <\/div>\n        <div class=\"deliverable-card\">\n          <div class=\"deliverable-icon\">\ud83e\udd1d<\/div>\n          <h3>Walkthrough Session<\/h3>\n          <p>A live walkthrough of the report findings with your team. Questions answered, next steps agreed.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHO THIS IS FOR -->\n  <section class=\"section who-for\">\n    <div class=\"section-inner\">\n      <div class=\"section-label\">Ideal Fit<\/div>\n      <h2 class=\"section-title\">Who This Is For<\/h2>\n      <p class=\"section-subtitle\">This service is designed for Australian businesses that want a clear, independent view of their Microsoft 365 security posture.<\/p>\n      <ul class=\"who-list\">\n        <li>Businesses using Microsoft 365 who have never had a formal security review<\/li>\n        <li>Companies managing devices with Intune and wanting to validate their configuration<\/li>\n        <li>Organisations wanting better cyber security maturity and measurable improvement<\/li>\n        <li>Businesses preparing for Essential Eight alignment or maturity uplift<\/li>\n        <li>IT teams needing an independent Microsoft 365 security assessment<\/li>\n        <li>Companies concerned about identity, email, endpoint, and data protection risks<\/li>\n        <li>Organisations facing cyber insurance renewal or compliance requirements<\/li>\n        <li>Businesses with a Microsoft 365 E3, E5, or Business Premium subscription<\/li>\n      <\/ul>\n    <\/div>\n  <\/section>\n\n  <!-- WHY CPI -->\n  <section class=\"section why-cpi\">\n    <div class=\"section-inner\">\n      <div class=\"section-label\">Why CPI Consulting<\/div>\n      <h2 class=\"section-title\">Practical Security from a Senior Consultant<\/h2>\n      <p class=\"section-subtitle\">CPI Consulting brings over 20 years of enterprise IT, cloud, Microsoft 365, Azure, Intune, and cyber security experience. Our focus is simple: practical improvements that reduce real business risk.<\/p>\n      <div class=\"why-grid\">\n        <div class=\"why-item\">\n          <div class=\"why-number\">20<span>+<\/span><\/div>\n          <div class=\"why-label\">Years Experience<\/div>\n          <div class=\"why-desc\">Enterprise IT &amp; cloud security<\/div>\n        <\/div>\n        <div class=\"why-item\">\n          <div class=\"why-number\">5<\/div>\n          <div class=\"why-label\">Published Books<\/div>\n          <div class=\"why-desc\">Technical security &amp; cloud books<\/div>\n        <\/div>\n        <div class=\"why-item\">\n          <div class=\"why-number\">20<span>+<\/span><\/div>\n          <div class=\"why-label\">Certifications<\/div>\n          <div class=\"why-desc\">Microsoft, Cisco, VMware<\/div>\n        <\/div>\n        <div class=\"why-item\">\n          <div class=\"why-number\">NV-1<\/div>\n          <div class=\"why-label\">Security Clearance<\/div>\n          <div class=\"why-desc\">Australian Government<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- APPROACH -->\n  <section class=\"section approach\">\n    <div class=\"section-inner\">\n      <div class=\"section-label\">How It Works<\/div>\n      <h2 class=\"section-title\">The Review Process<\/h2>\n      <p class=\"section-subtitle\">A straightforward, four-step process from initial conversation to completed report. No long contracts, no dragging it out.<\/p>\n      <div class=\"step-list\">\n        <div class=\"step\">\n          <div class=\"step-num\">1<\/div>\n          <div>\n            <h3>Discovery Call<\/h3>\n            <p>We confirm the scope, environment size, licensing, and the best review approach for your business. Usually 30\u201345 minutes. No obligation.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"step-num\">2<\/div>\n          <div>\n            <h3>Technical Review<\/h3>\n            <p>We review your Microsoft 365 tenant, Entra ID, Intune, Defender, and associated services. Read-only access is all we need. Conducted remotely at a time that suits your team.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"step-num\">3<\/div>\n          <div>\n            <h3>Findings Report<\/h3>\n            <p>You receive a clear, prioritised report covering all security risks found, recommended fixes, and an executive summary \u2014 ready to share with leadership.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"step-num\">4<\/div>\n          <div>\n            <h3>Walkthrough Session<\/h3>\n            <p>We walk you through the findings, answer questions, and agree on next steps. Optional remediation and implementation support is available separately if required.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PRICING -->\n  <section class=\"section pricing\">\n    <div class=\"section-inner\">\n      <div class=\"section-label\" style=\"text-align:center;\">Fixed-Price Assessment<\/div>\n      <h2 class=\"section-title\" style=\"text-align:center;\">Transparent, Fixed Pricing<\/h2>\n      <p class=\"section-subtitle\" style=\"text-align:center; margin-left:auto; margin-right:auto;\">Start with a focused Microsoft 365 Security &amp; Intune Health Check. Scope agreed upfront, price fixed \u2014 no surprises.<\/p>\n      <div class=\"pricing-card\">\n        <div class=\"pricing-badge\">Microsoft 365 Health Check<\/div>\n        <h3>Security &amp; Intune Health Check<\/h3>\n        <div class=\"pricing-price\">From $2,500<span>*<\/span><\/div>\n        <div class=\"pricing-gst\">* AUD + GST &bull; Fixed price, scope agreed upfront<\/div>\n        <ul class=\"pricing-includes\">\n          <li>Discovery and scoping call<\/li>\n          <li>Technical review of your Microsoft 365 environment<\/li>\n          <li>Prioritised findings report (high \/ medium \/ low)<\/li>\n          <li>Executive summary for business stakeholders<\/li>\n          <li>Technical findings detail for IT teams<\/li>\n          <li>Live walkthrough session of all findings<\/li>\n        <\/ul>\n        <a href=\"#book\" class=\"btn-cta-primary\" style=\"display:inline-flex; justify-content:center;\">Book a Security Review &rarr;<\/a>\n        <p class=\"pricing-note\">Remediation and implementation support available separately if required. Final price depends on tenant size and scope.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BOOKING FORM -->\n  <section id=\"book\" class=\"section booking\">\n    <div class=\"section-inner\">\n      <div class=\"section-label\">Book a Review<\/div>\n      <div class=\"booking-layout\">\n        <div class=\"booking-info\">\n          <h2>Ready to Understand Where Your Microsoft 365 Environment Stands?<\/h2>\n          <p>Book a short discovery call and we&#8217;ll confirm the scope, environment size, and the best review approach for your business.<\/p>\n          <ul class=\"booking-points\">\n            <li>No obligation, no sales pitch<\/li>\n            <li>Fixed price agreed before we start<\/li>\n            <li>Remote review \u2014 no disruption to your team<\/li>\n            <li>Clear report you can act on immediately<\/li>\n            <li>Senior consultant, not a junior analyst<\/li>\n            <li>Optional follow-on remediation support<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"form-wrapper\">\n          \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f57532-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"57532\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/57526#wpcf7-f57532-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"57532\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f57532-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your name\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"business-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Business name\" value=\"\" type=\"text\" name=\"business-name\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"you@company.com.au\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" placeholder=\"Phone number\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"user-count\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"user-count\"><option value=\"1-25 users\">1-25 users<\/option><option value=\"26-100 users\">26-100 users<\/option><option value=\"101-250 users\">101-250 users<\/option><option value=\"251-500 users\">251-500 users<\/option><option value=\"500+ users\">500+ users<\/option><\/select><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"using-intune\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"using-intune\"><option value=\"Yes - we use Intune\">Yes - we use Intune<\/option><option value=\"No - not using Intune\">No - not using Intune<\/option><option value=\"Not sure\">Not sure<\/option><\/select><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"main-concern\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"main-concern\"><option value=\"Security posture &amp; risk reduction\">Security posture &amp; risk reduction<\/option><option value=\"Compliance (Essential Eight, cyber insurance)\">Compliance (Essential Eight, cyber insurance)<\/option><option value=\"Device management &amp; Intune\">Device management &amp; Intune<\/option><option value=\"Email security\">Email security<\/option><option value=\"Other\">Other<\/option><\/select><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Tell us a bit about your environment or what&#039;s prompting this review...\" name=\"your-message\"><\/textarea><\/span><br \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Send Enquiry\" \/>\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"131\"\/><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\ndocument.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n\/* ]]> *\/\n<\/script>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER NOTE -->\n  <section class=\"footer-note\">\n    <p><strong>CPI Consulting Pty Ltd<\/strong> trading as CloudProInc.com.au &bull; Microsoft Partner &bull; NV-1 Security Cleared &bull; Melbourne, Australia &bull; ABN available on request<\/p>\n  <\/section>\n\n<\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Microsoft 365 Security &#038; Intune Health Check | CPI Consulting Fixed-Price Assessment &bull; Australian Business Microsoft 365 Security &#038;Intune Health Check Secure your Microsoft 365 environment before small gaps become expensive problems. CPI Consulting reviews, strengthens, and simplifies your Microsoft 365 security posture with a practical, hands-on health check. Book a Security Review &rarr; See [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_focuskw":"Microsoft 365 Security & Intune Health Check","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"1080","footnotes":""},"class_list":["post-57526","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Microsoft 365 Security &amp; Intune Health Check - CPI Consulting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft 365 Security &amp; Intune Health Check\" \/>\n<meta property=\"og:description\" content=\"Microsoft 365 Security &#038; Intune Health Check | CPI Consulting Fixed-Price Assessment &bull; Australian Business Microsoft 365 Security &#038;Intune Health Check Secure your Microsoft 365 environment before small gaps become expensive problems. CPI Consulting reviews, strengthens, and simplifies your Microsoft 365 security posture with a practical, hands-on health check. Book a Security Review &rarr; See [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-02T06:44:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/microsoft-365-security-and-intune-health-check\\\/\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/microsoft-365-security-and-intune-health-check\\\/\",\"name\":\"Microsoft 365 Security &amp; Intune Health Check - CPI Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\"},\"datePublished\":\"2026-05-02T06:22:14+00:00\",\"dateModified\":\"2026-05-02T06:44:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/microsoft-365-security-and-intune-health-check\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/microsoft-365-security-and-intune-health-check\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/microsoft-365-security-and-intune-health-check\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft 365 Security &amp; Intune Health Check\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Microsoft 365 Security &amp; Intune Health Check - CPI Consulting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/","og_locale":"en_US","og_type":"article","og_title":"Microsoft 365 Security &amp; Intune Health Check","og_description":"Microsoft 365 Security &#038; Intune Health Check | CPI Consulting Fixed-Price Assessment &bull; Australian Business Microsoft 365 Security &#038;Intune Health Check Secure your Microsoft 365 environment before small gaps become expensive problems. CPI Consulting reviews, strengthens, and simplifies your Microsoft 365 security posture with a practical, hands-on health check. Book a Security Review &rarr; See [&hellip;]","og_url":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/","og_site_name":"CPI Consulting","article_modified_time":"2026-05-02T06:44:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/","url":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/","name":"Microsoft 365 Security &amp; Intune Health Check - CPI Consulting","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/#website"},"datePublished":"2026-05-02T06:22:14+00:00","dateModified":"2026-05-02T06:44:48+00:00","breadcrumb":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-365-security-and-intune-health-check\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"Microsoft 365 Security &amp; Intune Health Check"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudproinc.com.au\/#website","url":"https:\/\/www.cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/www.cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/"}}]}},"jetpack-related-posts":[{"id":57403,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/bi-weekly-insights\/","url_meta":{"origin":57526,"position":0},"title":"Bi-Weekly Insights Newsletter","author":"CPI Staff","date":"April 7, 2026","format":false,"excerpt":"Bi-Weekly Newsletter | CPI Consulting Bi-Weekly Insights Stay Ahead with CPI Consulting Get practical cloud, AI, and cybersecurity insights delivered straight to your inbox every two weeks. Written by senior consultants \u2014 not marketing teams. What You Get More Than Just Another Newsletter Each edition is packed with actionable intelligence\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":204,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/about\/","url_meta":{"origin":57526,"position":1},"title":"About","author":"CPI Staff","date":"February 2, 2022","format":false,"excerpt":"About CPI Consulting | Cloud, AI & Cybersecurity CPI Consulting Pty Ltd \u2022 Melbourne, Australia Enterprise Cloud, AI &CybersecurityConsulting CPI Consulting helps Australian organisations secure their infrastructure, modernise their IT, and adopt AI \u2014 with the architecture-level expertise that comes from 20+ years in enterprise technology and 5 published books.\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":57111,"url":"https:\/\/www.cloudproinc.com.au\/","url_meta":{"origin":57526,"position":2},"title":"Homepage","author":"CPI Staff","date":"February 22, 2026","format":false,"excerpt":"CPI Consulting | Cloud, AI & Cybersecurity for Australian Business Microsoft Partner \u2022 NV-1 Cleared \u2022 Melbourne Secure Your Cloud.Modernise Your IT.Adopt AI Safely. CPI Consulting is a specialist Australian consultancy delivering enterprise-grade cloud infrastructure, cybersecurity, and AI consulting \u2014 with the architecture-level expertise that comes from 20+ years and\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":57078,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-intune-essential-eight-security\/","url_meta":{"origin":57526,"position":3},"title":"Microsoft Intune &amp; Essential Eight Security","author":"CPI Staff","date":"February 21, 2026","format":false,"excerpt":"Microsoft Intune & Essential Eight Security | CPI Consulting Microsoft Partner \u2022 NV-1 Security Cleared Microsoft Intune &Essential Eight Securityfor Australian Business CPI Consulting helps mid-size and enterprise organisations secure their endpoints, manage devices at scale, and achieve Essential Eight compliance \u2014 from initial assessment through to full implementation. Book\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":57148,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/ai-consulting\/","url_meta":{"origin":57526,"position":4},"title":"AI Consulting","author":"CPI Staff","date":"February 24, 2026","format":false,"excerpt":"AI Consulting & Development | CPI Consulting AI Strategy \u2022 Architecture \u2022 Development Enterprise AI Consulting& Application Development CPI Consulting helps Australian organisations harness the power of AI \u2014 from strategy and architecture through to production-ready AI agents, copilots, and intelligent applications built on OpenAI, Claude, Azure AI, and the\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":57284,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/microsoft-foundry\/","url_meta":{"origin":57526,"position":5},"title":"Microsoft Foundry","author":"CPI Staff","date":"March 16, 2026","format":false,"excerpt":"Microsoft Azure AI Foundry Consulting | CPI Consulting Azure AI Foundry \u2022 AI Agents \u2022 Enterprise Architecture Microsoft Azure AI FoundryConsulting & Architecture CPI Consulting is a specialist Azure AI Foundry consultancy helping Australian enterprises deploy AI agents and foundation models in production. We design enterprise-grade architecture for Foundry workloads\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/pages\/57526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=57526"}],"version-history":[{"count":4,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/pages\/57526\/revisions"}],"predecessor-version":[{"id":57533,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/pages\/57526\/revisions\/57533"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=57526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}