Permet de créer un modèle de certificat avec une validité supérieure à 2 ans, valable pour MS Exchange et TS Gateway
Mois: novembre 2015
Office365 : GAL Segmentation
Le but ici est de segmenter les carnets d’adresses , par exemple lorsque 2 sociétés partagent le même portail Office 365,e t que l’on veut que les 2 sociétés ne voient que leurs utilisateurs, groupes, ressources respectifs.
NB: les scripts de segmentation fonctionnent également pour Exchange 2010 et 2013.
Pré-requis:
Installation des outils Azure et PowerShell
source: http://www.weatherhead.net/office-365-administration-with-one-powershell-console/
- Installer l’assistant de connexion Microsoft Online Services
https://www.microsoft.com/fr-fr/download/details.aspx?id=41950
- Installer Microsoft Azure Active Directory Module for Powershell http://go.microsoft.com/fwlink/p/?linkid=236297
How to Install VMware VCSA 6.0 – ESX Virtualization
VMware VCSA (vCenter Server appliance) is more robust and more scalable. Details in my post which has the details of vCenter server 6.0 (Windows and Linux versions). While deployment of Windows based vCenter server is probbably more usuall in the enterprise, the VCSA isn’t that popular just yet. The reason is certainly the previous limitations of VCSA, but which now dissapeared (almost).
Source : How to Install VMware VCSA 6.0 – ESX Virtualization
Comment autoriser le lancement de certains logiciels avec les droits Admin sans avoir à donner son mot de passe Administrateur ? – Korben
Je ne sais pas si vous partagez votre ordinateur avec d’autres personnes, ou si vous gérez un parc, mais il est fort probable que pour des raisons de sécurité, vous ayez accordé uniquement des droits restreints aux autres utilisateurs. En effet, pour éviter tout problème, il vaut mieux qu’ils ne soient pas admins sur (…)
Lire la suite : Comment autoriser le lancement de certains logiciels avec les droits Admin sans avoir à donner son mot de passe Administrateur ? – Korben
3PAR StoreServ 7000 Software – Remote Copy
Remote Copy is the term 3PAR StoreServ uses for replicating Virtual Volumes either synchronously or ‘a synchronously’. The last time I spoke to HP, they mentioned that the highest supported latency for synchronous replication RTT was <1.7ms (…)
VMWare ESXi Snapshot Stuck at 99%
Recently did a datastore migration of a Virtual Server to a faster 15K LUN.
Our client only has the VMWare Essentials Plus so we cannot do a live migration of the store.
Virtual Server was stuck at 99% and I could not do anything with the Server. I checked Snapshot manager and 1 snapshot did exist.
Attribuer une IP fixe à Debian
Ouvrez le fichier dans votre session root :
1 |
nano /etc/network/interfaces |
Modifiez en conséquence votre fichier pour passer en adressage statique selon vos paramètres réseau par exemple :
1 |
# The primary network interface |
2 |
auto eth0 |
3 |
iface eth0 inet static |
4 |
address 192.168.1.10 |
5 |
netmask 255.255.255.0 |
6 |
gateway 192.168.1.254 |
Ouvrez le fichier conf pour le DNS :
1 |
nano /etc/resolv.conf |
Modifiez-le en renseignant les serveurs DNS soit de votre serveur DNS (souvent installé comme service DNS sur votre BOX) ou bien de votre FAI (et même parfois avec ceux de google comme ici en deuxième ligne):
1 |
nameserver 192.168.1.254 |
2 |
nameserver 8.8.8.8 |
On redémarre le service :
1 |
/etc/init.d/networking restart |
Source : Attribuer une IP fixe à Debian Squeeze | Le Webadonf.net déblogue!
Changing IP address of Eaton Intelligent Power Manager virtual appliance – Spiceworks
1/ Edit : /etc/sysconfig/network-scripts/ifcfg-eth0
With those settings:
DEVICE=eth0
BOOTPROTO=’static’
ONBOOT=yes
TYPE=Ethernet
IPV6INIT=no
IPADDR=x.x.x.x
NETMASK=255.255.255.02/ Edit : /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=localhost
DOMAINNAME=localdom
GATEWAY=x.x.x.x3/ Restart the Network service:
# service network restart
Or
# /etc/init.d/network restart
Source : Changing IP address of Eaton Intelligent Power Manager virtual appliance – Spiceworks
SonicWALL VPN Tunnel Configuration Best Practice for Remote Desktop Services
RDP is a streaming protocol and is very sensitive to interruption in the connection. A momentary drop in connection can cause the RDS client to …
Source : SonicWALL VPN Tunnel Configuration Best Practice for Remote Desktop Services
Sonicwall : How to configure Static Link Aggregation (LAG) VLAN trunks when extending networks to PortShield Groups on SonicOS 6.2 and above
This article provides information on how to configure Static Link Aggregation VLAN trunks when extending networks to PortShield Groups on SonicOS 6.2 and above.
SonicOS provides Layer 2 (data link layer) switching functionality with its unique PortShield architecture. Layer 2 switching features enhance the deployment and interoperability of SonicWALL devices within existing Layer-2 networks