Force Resynchronize:
Resume-VMReplication -VMName "VM Name" -Resynchronize
Profil: “cellular 0 lte profile create 1 internet chap dummy dummy ipv4”
Fejlsøge commandoer:
show cellular 0 all (apn mm.)
Show cellular 0 radio (signal)
Show ip interface brief (se wan ip)
ad export:
Get-ADUser -Filter ‘EmailAddress -like “*@domain.com”’ -Properties * | Select-Object -Property Name,DisplayName,Title,EmailAddress,GivenName,sn,Initials,StreetAddress,Office,City,State,PostalCode,Country,OfficePhone,Company,HomePhone,mobile,Department | Sort-Object -Property Name | export-csv .\UserPropertiesCSV.csv -encoding unicode
$users = Import-Csv .\users.txt -encoding unicode
$users | ForEach-Object {New-MsolUser -UserPrincipalName $_.EmailAddress -DisplayName $_.DisplayName }
host file fix
132.245.229.184 autodiscover.hansenlarsen.dk
132.245.61.226 autodiscover-s.outlook.com
Use this command on the 2960X switch:
switch stack port-speed 10
to the switch to backward compatible with the slower 2960S stacking modul
Krav:
Backup html fil exporteret/taget backup af fra en windows pc
Installeret JAVA på macen
Installere opensign https://www.medarbejdersignatur.dk/produkter/nemid_medarbejdersignatur/log_paa_nemid_selvbetjening/
åben indstillinger for safari, og vælg tilføjelses programmer, og ud for Java vælges “tillad” (ikke tillad altid) og herefter klik ok, åben tilføjelses programmer igen, og ændre tillad til “ikke sikre”
her efter refresher du opensign siden igen, og nu vil den kunne installere java applet.
så skal html filen ligges ind i en mappe der hedder følgende “~/.oces” hvis mappen ikke findes er det fordi at opensign ikke er blevet installeret.
herefter vil du have en fungerende medarbejdersignatur på OSX
ASA(config)# priority-queue outside ASA(config-priority-queue)# exit ASA(config)#access-list VoIP-Traffic-OUT extended permit tcp 192.168.1.0 255.255.255.0 any eq sip ASA(config)# class-map Voice-OUT ASA(config-cmap)# match access-list VoIP-Traffic-OUT ASA(config-cmap)# exit ASA(config)# policy-map VoicePolicy ASA(config-pmap)# class Voice-OUT ASA(config-pmap-c)# priority ASA(config-pmap-c)# exit ASA(config)# service-policy VoicePolicy interface outside
show priority-queue statistics
source:http://www.networkstraining.com/cisco-asa-qos-for-voip-traffic/
wdsutil /set-server /DefaultX86X64ImageType:x64
https://bjtechnews.org/2014/11/29/speed-up-pxe-boot-in-wds-and-sccm/
Bcdedit -store c:\default.bcd -set {68d9e51c-a129-4ee1-9725-2ab00a957daf} ramdisktftpblocksize 16384
asa(config)# crypto key generate rsa general-keys modulus 2048
a username:
asa(config)# username testuser password testpass
and the system should know where your useraccounts are:
asa(config)# aaa authentication ssh console LOCAL
Edit: And only allowing SSHv2:
asa(config)# ssh version 2
—
https://supportforums.cisco.com/t5/firewalling/how-to-enable-ssh-on-asa-5525/td-p/2009812