Search this site
Visitormap
-
Recent Posts
Categories
- .bat
- .NET
- 16bit pcm
- 3cx
- 8bit pcm
- Access Point
- Active Directory
- arduino
- aruba
- ATS
- Azure
- batch
- block
- Chrome
- cli
- command line
- Configuration
- Connector
- convert
- credssp
- Datastores
- Defender
- Dell 5570
- DISM
- EdgeRouter
- ESXi
- Exchange 2010
- Exchange 2016
- ffmpeg
- File sharing
- fix
- fsmo
- GPO
- Hardware
- Homepage
- hosts.deny
- hp
- hpssacli
- Internet Explorer
- iSCSI
- ldap
- led
- linux
- Mamut Business Software
- Microsoft
- Microsoft Update
- MS SQL
- mstsc
- NAS
- News
- nuget
- OID
- OneDrive
- P2000
- P2V
- partedUtil
- partition
- powershell
- raspi
- registry
- RIS
- shutdown
- smtp
- snmp
- Sonos
- ssacli
- ssh
- switch
- Thin Client
- TLS
- Trend Micro
- Trusted Sites
- Update
- usb
- VAAI
- VEEAM
- VLAN
- VMFS
- vmkfstools
- VMware
- WDS
- wifi
- WIM
- Win10
- Windows
- Windows Server
Category Archives: Azure
Add Azure AD user to local admin on a workstation
Add an azure AD user as local admin on a workstation: cmd as admin net localgroup administrators AzureAD\<username> /add Admin rights required to do this, ofcourse, <username> is the upn address of the local user you want to add.
Posted in Active Directory, Azure
Comments Off on Add Azure AD user to local admin on a workstation
Powershell connect to Azure
I needed this today to quickly find a solution as to why a virtual machine was not running, and had to retrieve some info about an application that runs a script. Start powershell as admin Set-ExecutionPolicy Unrestricted -force Install-Module AzureRM … Continue reading
Posted in Azure, powershell
Comments Off on Powershell connect to Azure