https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE2PjDI
Topdesk create LDAPS certificate From DC
openssl.exe s_client -connect DomainController:636 > Filename.cer
Run this on your local system.
HP Smart Scan with VPN Connected.
Change Network Settings in Group Policy Editor
To do this, follow the guidelines below:
- Open Run dialog box: click Win Key + R.
- In the box, type in gpedit.msc and click OK to open Group Policy Editor.
- In the gpedit’s window, double-click on Computer Configuration.
- Select Administrator Templates > Network > Network Isolation.
- Enable the following policies: Subnet Definitions are authoritative and Private Network ranges for apps.
- Input your internal IP-subnet range: 10.0.0.0/8.
- Save changes and close the program.
- Restart PC.
There you go, these are some simple methods that you can try if your VPN blocks Microsoft Store apps on your PC.
If our solutions didn’t work for you, try disabling your VPN temporarily or consider switching to a different VPN client.
Clasic Sticky notes to New Stickynotes
1) On Windows , copy the sticky notes file from AppData\Roaming\Microsoft\Sticky Notes
2) On Windows 10, start Sticky Notes.
4) First, close Sticky Notes on Windows 10.Then, Go to PC Settings > System > Apps & Features > Sticky Notes > Advanced Options > Reset.
5) paste that file StickyNotes.snt to AppData\Local\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState\Legacy (having manually created the Legacy folder beforehand)
3) Rename StickyNotes.snt to ThresholdNotes.snt
4) Open Sticky notes and voila.
Teams MeetingRoom
O365 – Change default security settings
O365 – Powershell connect once
Because I’m testing I made this, so I dont need to fill in everytime the credentials, but checks if there is a connection.
AzureAD Connect
if($azureConnection.Account -eq $null){
$azureConnection = Connect-AzureAD
}
MSO Connect Check
if( $credential -eq $null){
$credential = Get-Credential
Connect-MsolService -Credential $credential
}
Disable Password Expiration Azure AD
Connect-AzureAD
Set-AzureADUser -ObjectId <SyncACCOUNT>@<DOMAIN>.onmicrosoft.com -PasswordPolicies DisablePasswordExpiration
And if you want all online created accounts disable Password expiration:
Get-AzureADUser -All $true | Set-AzureADUser -PasswordPolicies DisablePasswordExpiration
Print spooler is crashing
Printspooler is crashing because of a wrong printerdriver.
Remove printer in register:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors
And start Printspooler service