Maand: januari 2019

Show rights with power shell O365   $Credential = Get-Credential $ExchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri “https://outlook.office365.com/powershell-liveid” -Credential $credential -Authentication “Basic” -AllowRedirection Import-PSSession $ExchangeSession Get-Mailbox | Get-MailboxPermission -User user@domain.nl

Meer lezen

How the configuration is saved The Access Server uses 4 databases, and a text file to store its state configuration. It is possible to modify these configurations via the admin web UI interface, sacli command line tool, confdba command line tool, and sqlite/mysql command line utilities. Changing settings should normally always be done either in the […]

Meer lezen

Things to set when you use the LDAP authentication when use openvpn and Windows server 2016 AD.   First on Windows install active directory lightweight directory services.   Base DN for User Entries: DC=domeinnaam, DC=nl   Openvpn and users that only have access when they in the VPN group. Additional LDAP Requirement: (Advanced)   memberOf=CN=vpn users, […]

Meer lezen

How to Search for Text Inside of Any File Using Windows Search Justin Garrison @rothgar Updated August 14, 2017, 10:15pm EDT Many of us rely on Windows Search to find files and launch programs, but searching for text within files is limited to specific file types by default. Here’s how you can expand your search to […]

Meer lezen

Windows logo + R Regedit Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList WINDOWS 7 – WINDOWS LOADS WITH TEMPORARY PROFILE WINDOWS 7 – WINDOWS LOADS WITH TEMPORARY PROFILE How to restore the correct user profile after Windows starts logging in with a temporary user profile. The first step, if the profile is not completely corrupt, is to rename the […]

Meer lezen