www.adiglobal.dk Open in urlscan Pro
2606:4700::6812:1872  Public Scan

Submitted URL: https://adiglobal.no/
Effective URL: https://www.adiglobal.dk/norway/
Submission: On June 27 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

Name: vm.signInForm

<form id="signInForm" name="vm.signInForm"
  ng-class="{'sign-in-msg':vm.signInError &amp;&amp; (!vm.signInForm.userName.$error.required &amp;&amp; !vm.signInForm.password.$error.required) || vm.submitted &amp;&amp; (vm.signInForm.userName.$error.required || vm.signInForm.password.$error.required)}"
  novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength">
  <!---->
  <!---->
  <div id="userNameDiv" class="sign-in-field">
    <label aria-label="username" for="SignInInfo_UserName" class="login-label">Username</label>
    <input type="text" id="SignInInfo_UserName" name="userName" class="UINX_usernameunder ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" aria-invalid="false" required="" maxlength="75" autocomplete="off"
      ng-model="vm.userName" placeholder="Indtast her" ng-class="{'Errormsgdisplayed':(userName=='')}">
  </div>
  <div id="passwordDiv" class="sign-in-field">
    <label aria-label="password" for="SignInInfo_Password" class="login-label">Password</label>
    <input type="password" class="UINX_passwordunder ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" id="SignInInfo_Password" name="password" aria-invalid="false" required="" maxlength="75" autocomplete="off"
      ng-model="vm.password" placeholder="Indtast her">
    <span tabindex="0" aria-label="hide password" class="eye-con fa fa-eye-slash fa-flip-horizontal" ng-click="vm.Displaypassword()" isc-enter="vm.Displaypassword()"></span>
  </div>
  <div class="forgot">
    <a aria-label="forgot username or password link" href="/MyAccount/recoverusernamepassword" ng-href="/MyAccount/recoverusernamepassword" class="forget-anchor" id="forgotPasswordLink" ng-click="vm.closeModal()">Forgot Username or Password?</a>
  </div>
  <label tabindex="0" role="checkbox" aria-label="remember me next time" class="remember-me" aria-checked="false" isc-enter="vm.clickRememberMe()"> Remember Me <input type="checkbox" id="SignInInfo_rememberMe" ng-model="vm.rememberMe" tabindex="-1"
      class="ng-pristine ng-untouched ng-valid ng-empty">
    <span class="checkmark"></span>
  </label>
  <button tabindex="0" aria-label="sign in button" class="sign-in-btn" ng-click="vm.signIn('\\',true)"> log ind </button>
</form>

<form id="resetPasswordForm" class="custom ng-pristine ng-valid">
  <div class="row email-addy">
    <div class="medium-12 large-12">
      <input type="text" id="tst_forgotPassword_usernameField" data-rule-required="true" data-msg-required="Username is required" data-rule-username="true" data-msg-username="Username is invalid" ng-model="vm.userNameToReset"
        placeholder="Enter username" class="ng-pristine ng-untouched ng-valid ng-empty">
      <span class="field-validation-valid" data-valmsg-for="Username" data-valmsg-replace="true"></span>
    </div>
  </div>
  <p class="error">
    <!---->
  </p>
  <div class="row btns">
    <button id="tst_forgotPassword_submitButton" type="button" class="btn primary btn-reset-password" ng-click="vm.resetPassword()">Send Email</button>
    <button id="tst_forgotPassword_cancelButton" type="button" class="btn secondary btn-cancel" onclick="$('.close-reveal-modal').click()">Return to sign in</button>
  </div>
</form>

<form id="changePasswordForm" class="ng-pristine ng-invalid ng-invalid-required">
  <div class="row ca-form-username">
    <div class="medium-5 large-5 columns">
      <label for="ChangePasswordInfo_UserName">Username <span class="redTxt">*</span></label>
    </div>
    <div class="medium-7 large-7 columns">
      <input type="text" id="ChangePasswordInfo_UserName" name="ChangePasswordInfo.UserName" data-rule-required="true" data-msg-required="Username is required" ng-model="vm.userName" ng-disabled="true"
        class="ng-pristine ng-untouched ng-valid ng-empty" disabled="disabled">
      <span class="field-validation-valid" data-valmsg-for="ChangePasswordInfo.UserName" data-valmsg-replace="true"></span>
    </div>
  </div>
  <div class="row ca-form-password" style="display:none;">
    <div class="medium-5 large-5 columns">
      <label for="ChangePasswordInfo_Password">Existing Password <span class="redTxt">*</span></label>
    </div>
    <div class="medium-7 large-7 columns">
      <input type="password" id="ChangePasswordInfo_Password" name="ChangePasswordInfo.Password" data-rule-required="true" data-msg-required="Password is required" ng-model="vm.password" class="ng-pristine ng-untouched ng-valid ng-empty">
      <span class="field-validation-valid" data-valmsg-for="ChangePasswordInfo.Password" data-valmsg-replace="true"></span>
    </div>
  </div>
  <div class="row ca-form-password">
    <div class="medium-5 large-5 columns">
      <label for="ChangePasswordInfo_NewPassword">New Password <span class="redTxt">*</span></label>
    </div>
    <div class="medium-7 large-7 columns">
      <input type="password" id="ChangePasswordInfo_NewPassword" name="ChangePasswordInfo.NewPassword" required="" data-msg-required="Password is required" data-rule-minlength=""
        data-msg-minlength="Passwords must be at least undefined characters long." ng-model="vm.newPassword" ng-change="vm.hidechangepassworderror()" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
      <span class="field-validation-valid" data-valmsg-for="ChangePasswordInfo.NewPassword" data-valmsg-replace="true"></span>
    </div>
  </div>
  <div class="row ca-form-retype">
    <div class="medium-5 large-5 columns">
      <label for="ChangePasswordInfo_ConfirmPassword">Re-enter New Password <span class="redTxt">*</span></label>
    </div>
    <div class="medium-7 large-7 columns">
      <input type="password" id="ChangePasswordInfo_ConfirmPassword}" name="ChangePasswordInfo.ConfirmPassword" required="" data-msg-required="Confirm Password is required" data-rule-equalto="#ChangePasswordInfo_NewPassword"
        data-msg-equalto="Password combination does not match" ng-model="vm.confirmPassword" ng-change="vm.hidechangepassworderror()" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
      <span class="field-validation-valid" data-valmsg-for="ChangePasswordInfo.ConfirmPassword" data-valmsg-replace="true"></span>
    </div>
  </div>
  <div class="pw-note">Your password should contains 8-15 Characters, 1 Upper Case, 1 Lower Case, 1 Number and no special characters or spaces.</div>
  <div class="btns">
    <button id="changePasswordSubmitButton" type="submit" class="btn primary" ng-click="vm.changePassword()">Change Password</button>
  </div>
</form>

Text Content

Please upgrade to the new Edge browser, or use Chrome, Firefox or Safari, before
continuing. Internet Explorer will not support the best shopping experience on
the ADI Digital Branch site after March 12.

This site uses cookies and related technologies, as described
in our privacy policy, for purposes that may include site operation, analytics,
enhanced user experience, or advertising. You may choose to consent to our use
of these technologies, or manage your own preferences.
Agree
Nemmere at handle med vores nye menu
 * Find os
 * Ny kunde
 * Kontakt os
 * Hjælp

produkter

   
   
 * E-SHOP
      
      
      
    *   
      * Video Surveillance
        
         * Shop All Video Surveillance
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * Nye produkter
             
             
           * 
             
           * Tilbud på Video Surveillance
             
           * 
             
           * 
             
           * 
             
           
        
        
         * DESIGN DET ULTIMATIVE FORBUNDNE HJEM
           
           Bliv dine kunders rådgiver nr. 1 i alt om Smart Home
           
           Læs mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Access Control
        
         * Shop All Access Control
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * Nye produkter
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
             
           * 
             
           * Tilbud på Access Control
             
           * 
             
           * 
             
           * 
             
           
        
        
         * DESIGN DET ULTIMATIVE FORBUNDNE HJEM
           
           Bliv dine kunders rådgiver nr. 1 i alt om Smart Home
           
           Læs mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Fire
        
         * Shop All Fire
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * 
             
           * Nye produkter
             
           * 
             
           * 
             
           * 
             
             
           * 
             
           * Tilbud på Fire
             
           * 
             
           * 
             
           * 
             
           
        
        
         * SMOKE DETECTORS
           
           Shop our best-in-class solutions
           
           Shop Now
           
           
           WHAT IS A BDA?
           
           Discover what a BDA is and how it works
           
           Read More
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Intrusion
        
         * Shop All Intrusion
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * 
             
           * 
             
           * Nye produkter
             
           * 
             
           * 
             
             
           * 
             
           * Tilbud på Intrusion
             
           * 
             
           * 
             
           * 
             
           
        
        
         * DESIGN DET ULTIMATIVE FORBUNDNE HJEM
           
           Bliv dine kunders rådgiver nr. 1 i alt om Smart Home
           
           L&ælig;s mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Smart Home
        
         * Shop All Smart Home
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
             
           * Tilbud på Smart Home
             
           * 
             
           * 
             
           
        
        
         * DESIGN DET ULTIMATIVE FORBUNDNE HJEM
           
           Bliv dine kunders rådgiver nr. 1 i alt om Smart Home
           
           Læs mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Wire & Cable
        
         * Shop All Wire & Cable
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
             
           * 
             
           * Tilbud på Wire & Cable
             
           * 
             
           * 
             
           * 
             
           
        
        
         * ADI'S TJENESTER MED PROJEKTSUPPORT
           
           Se hvilke projekt-tjenester ADI kan tilbyde dig og dine kunder.
           
           Læs mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Communications
        
         * Shop All Communications
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * Nye produkter
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
             
           * Tilbud på Communications
             
           * 
             
           * 
             
           * 
             
           
        
        
         * DESIGN DET ULTIMATIVE FORBUNDNE HJEM
           
           Bliv dine kunders rådgiver nr. 1 i alt om Smart Home
           
           L&ælig;s mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Pro AV
        
         * Shop All Pro AV
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * Nye produkter
             
           * 
             
             
           * 
             
           * Tilbud på Pro AV
             
           * 
             
           * 
             
           
        
        
         * ADI'S TJENESTER MED PROJEKTSUPPORT
           
           Se hvilke projekt-tjenester ADI kan tilbyde dig og dine kunder.
           
           Læs mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Data Comm & Networking
        
         * Shop All Data Comm & Networking
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * Nye produkter
             
           * 
             
           * 
             
           * 
             
           * 
             
             
           * 
             
           * Tilbud på Data Comm & Networking
             
           * 
             
           * 
             
           * 
             
           
        
        
         * ADI'S TJENESTER MED PROJEKTSUPPORT
           
           Se hvilke projekt-tjenester ADI kan tilbyde dig og dine kunder.
           
           L&ælig;s mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Tools & Hardware
        
         * Shop All Tools & Hardware
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
             
           * 
             
           * 
             
           * 
             
           
        
        
         * ADI'S TJENESTER MED PROJEKTSUPPORT
           
           Se hvilke projekt-tjenester ADI kan tilbyde dig og dine kunder.
           
           Læs mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      
    *   
      * Batteries & Power Supplies
        
         * Shop All Batteries & Power Supplies
            * Analog Cameras
                
                
              * Thermal Imaging Cameras
                
                
                
           
            * HDoC Cameras
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Turret Cameras
                
                
                
           
            * Software & Licenses
                
                
              * Software
                
                
                
              * Software Licenses
                
                
                
           
            * IP Cameras
                
                
              * Body Cameras
                
                
                
              * Box Cameras
                
                
                
              * Bullet Cameras
                
                
                
              * Covert Cameras
                
                
                
              * Dome Cameras
                
                
                
              * Panoramic Cameras
                
                
                
              * PTZ Security Cameras
                
                
                
              * Thermal Imaging Cameras
                
                
                
              * Turret Cameras
                
                
                
              * Wireless Cameras
                
                
                
           
            * Housings & Mounts
                
                
              * Camera Mounts
                
                
                
              * Dome Covers
                
                
                
              * Extension Columns
                
                
                
              * Housing & Mounting Accessories
                
                
                
              * Housings
                
                
                
              * Junction Boxes
                
                
                
              * Monitor Mounts
                
                
                
              * Mounting Plates
                
                
                
              * Pendant Caps
                
                
                
           
            * Camera Lenses
                
                
              * Fixed Lenses
                
                
                
              * Parts & Accessories
                
                
                
              * Varifocal Lenses
                
                
                
           
            * Networking Devices
                
                
              * Media Converters
                
                
                
              * Network Switches
                
                
                
              * PoE Injectors
                
                
                
           
            * Power Products
                
                
              * Power Adapters
                
                
                
              * Power Supplies
                
                
                
              * Surge Protection Modules
                
                
                
              * Uninterruptible Power Supplies
                
                
                
           
            * Recording Devices
                
                
              * DVRs
                
                
                
              * Hybrid Video Recorders
                
                
                
              * IP Camera & Recorder Kits
                
                
                
              * NVRs
                
                
                
           
            * Servers & Storage
                
                
              * Hard Disk Drives
                
                
                
              * Memory Cards
                
                
                
              * Video Surveillance Servers
                
                
                
           
            * Accessories
                
                
              * Baluns
                
                
                
              * Illuminators
                
                
                
              * Microphones
                
                
                
              * Positioning Devices
                
                
                
              * Transmitters & Extenders
                
                
                
           
            * Video Decoders
           
            * Video Encoders
           
            * Video Monitors
           
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
           * 
             
             
           * 
             
           * Tilbud på Batteries & Power Supplies
             
           * 
             
           * 
             
           
        
        
         * ADI'S TJENESTER MED PROJEKTSUPPORT
           
           Se hvilke projekt-tjenester ADI kan tilbyde dig og dine kunder.
           
           L&ælig;s mere
           
           
           
           
           
              
            * Shop All undefined
              
              
              
      
        
      

   
 * Mærker
      
      
    * Udvalgte Mærker
      
    * Alle Mærker
      
    * Eksklusivt For ADI
      
    * Nye Mærker
      
   
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   
   
   
 * Tilbud
      
    * Shop All Tilbud
      
      
    * ADI's valg
      
      
      
    * Rydning af lager
      
      
      
    * Slutter snart
      
      
      
    * Kampagner
      
      
      
    * Spar nu
      
      
   
   
   ADI INSIGHT
   
   Spennende nyheter og gode tilbud
   
   Køb nu
   
   
   LAGERUDSALG
   
   Spar stort på produkter fra velkendte mærker
   
   Køb nu
   
   
   GODE TILBUD
   
   Get the hottest deals this month
   
   Køb nu
   
   
   EKSKLUSIVT FOR ADI
   
   Get to know our most popular products
   
   Køb nu
   
   
   
   
   
 * LØSNINGER & SERVICES
      
      
      
      
      
    * Løsninger
      
      
      
    * Brandsikkerhedsløsninger
      
    * Forbundne hjem
      
   
      
      
      
      
      
    * Ydelser
      
      
      
   
   
   OPRET ET TILBUD
   
   Opret et tilbud hurtigt og nemt online
   
   L&ælig;s mere
   
   
   HJ&ÆLIG;LPECENTER
   
   Få svar på dine ofte stillede spørgsmål om ADI og din konto
   
   L&ælig;s mere
   
   
   HVORFOR ADI
   
   Se, hvad der gør ADI til den førende globale sikkerhedsdistributør
   
   L&ælig;s mere
   
   
   
   
   
   
 * ADI InSight
   
   
   TIPS FOR UPSELLING AND CROSS-SELLING
   
   Upsell customers to meet their needs while increasing your revenue.
   
   Shop Now
    
   
   
   TOUCHLESS ACCESS CONTROL SOLUTIONS
   
   Minimize touchpoints with a wide array of products
   
   Shop Now
   
   
   TOUCHLESS ACCESS CONTROL SOLUTIONS
   
   Minimize touchpoints with a wide array of products
   
   Shop Now
   
   
   TOUCHLESS ACCESS CONTROL SOLUTIONS
   
   Minimize touchpoints with a wide array of products
   
   Shop Now
   
   

Search History
Clear Search History

log ind Hej null

log ind
Username
Password
Forgot Username or Password?
Remember Me log ind
Ny hos ADI?
Bliv kunde
Brug for et online login?
Anmodning her


RESET PASSWORD

Enter your username and we'll send you an email that will allow you to reset
your password.

Send Email Return to sign in
If an account matches the username entered, an email will be sent to the
associated email address with instructions on how to reset your password
shortly. If you do not receive an email, please contact customer service.
Close
×
Søg close




CHANGE PASSWORD


Username *

Existing Password *

New Password *

Re-enter New Password *

Your password should contains 8-15 Characters, 1 Upper Case, 1 Lower Case, 1
Number and no special characters or spaces.
Change Password


Vi er her for deg
Velkommen til ADIs danske
nettsted og nettbutikk



VELKOMMEN TIL ADIS DANSKE NETTSTED OG NETTBUTIKK.

ADI Global Distribution avsluttet sin virksomhet i Norge i juni 2020, og av den
grunn har nettstedet blitt stengt i mars 2021.


SOM ADI-KUNDE KAN DU FORTSETTE Å HANDLE FRA ADI VED Å SØKE OM EN KUNDEKONTO HOS
ADI DANMARK.

For å bli kunde hos ADI Danmark - klikk her

Når du har et dansk kundenummer kan du også handle på nettet i lokal valuta
(NOK) i vår danske nettbutikk.

For å få en konto til nettbutikken - klikk her

Når du har en konto til nettbutikken og er logget inn - prisene du ser er i NOK.

For å forlate denne siden og fortsette - klikk her

Kontakt oss




ADI GLOBAL
 * Om os
 * Find os
 * Ydelser
 * Ledige stillinger

WEBSITES
 * Global
   hjemmeside
 * Sverige

RESSOURCER
 * ADI InSight
 * Opret et tilbud
 * Materialer og
   information
 * Arrangementer
 * FTP-server

SUPPORT
 * Ny kunde
 * Opret konto til e-butikken
 * Hjælp

Kontakt med os
 * Kontakt os
 * T: 43 24 56 00




© 2023 ADIGlobal.com - Alle rettigheder forbeholdt|
Leveringsbetingelser   |   Fortrolighed   |   Salgs- og levering betingelser  



 close

Close