21 gen 2021 Informatica Elencare i membri di un gruppo Active Directory in C# Un esempio in C# per elencare i membri di un gruppo Active Directory con ricorsione Active Directory C# Esempi
22 ott 2020 Informatica Errore: A device attached to the system is not functioning Una delle cause possibili di questo errore è quando, in .NET, si cerca di creare un utente in Active Directory valorizzando l'attributo sAMAccountname con più di 20 caratteri .NET Active Directory C# Errori
11 apr 2019 Informatica Impostare un utente Azure con la password che non scade mai L'impostazione di un account Azure con la password che non scade mai (never expire) non è disponibile da interfaccia. Va usato il comando PowerShell Set-AzureADUser e la proprietà PasswordPolicies ... Active Directory Azure PowerShell
25 gen 2019 Informatica Aggiungere utenti ad un gruppo AzureAD Tranite PowerShell è possibile aggiungere utenti ad un gruppo Azure AD . Per prima cosa va installato il modulo di gestione di AzureAD Azure Active Directory V2 General Availability Module tramite ... Active Directory Azure Office 365 PowerShell
17 dic 2018 Informatica Generare un certificato self signed da PowerShell Negli ambienti di test può tornare utile avere un certificato self signed. Lo si può generare con un comando PowerShell come questo... .NET Active Directory ADFS PowerShell SharePoint Windows Server Windows Server 2012
22 gen 2018 Informatica Come impostare il machinekey in una Farm bilanciata Quando si gestiscono più siti web e servizi web bilanciati ( NLB = Network Load Balancer ) su più macchine di front-end di una Farm, torna utile sincronizzare il machineKey degli applicativi ASP.N ... Active Directory ADFS ASP.NET IIS Web Web service
01 set 2017 Informatica Come verificare il Sync con Active Directory in Office 365 Per verificare lo stato della sincronizzazione dell' Active Directory on-premise con Office 365 si può andare in Admin Center \ Health \ Directory Sync Status ( https://portal.office.com/adminport ... Active Directory Office 365 SharePoint Online
13 set 2016 Informatica Interrogare ActiveDirectory in PowerShell da un server In Windows è possibile interrogare Active directory (AD) tramite appositi comandi PowerShell da un qualsiasi computer windows attivando la feature Remote Server Administration Tools / Role Adminis ... Active Directory PowerShell Script Server
13 giu 2014 Informatica The term 'Get-ADUser' is not recognized as the name of a cmdlet Se compare questo errore: Get-ADUser : The term 'Get-ADUser' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was ... Active Directory Errori PowerShell Windows Server Windows Server 2012
13 giu 2014 Informatica Cercare un utente in AD tramite mail Con il comando PowerShell Get-ADUser è possibile interrogare Active Directory per ottenere informazioni su uno specifico utente: Il seguente comando cerca un utente in AD tramite la sua email... Active Directory PowerShell Windows Server Windows Server 2012
09 dic 2013 Informatica Cercare un utente AD tramite la mail in Active Directory Tramite questo script PowerShell è possibile cercare in Active Directory un utente tramite la sua email ed aggiornare le sue proprietà. Active Directory PowerShell Script Windows Server
08 dic 2013 Informatica Script di update della proprietà Log On To... Un esempio PowerShell per aggiungere dei PC di logon alla proprietà Log On To... di un utente Active Directory Configura la variabile $ComputerN e imposta la query $s.Filter per non agire su tutti ... Active Directory PowerShell Script Server Windows Server
08 dic 2013 Informatica Script VB per impostare la proprietà AD Log On To Questo VBScript permette di impostare la proprietà Log On To... di un utente Active Directory al valore '''All computers" per permettere il logon da qualsiasi macchina. Active Directory PowerShell Script Server VBScript Windows Server
08 ott 2013 Informatica System.InvalidOperationException: Namespace prefix 'xsd' is not defined. In SharePoint 2010 mi è capitato, cercando un utente AD, che sulla conferma mi comparisse un errore con correlation id che rimandava a questo: System.InvalidOperationException: Namespace prefix 'x ... Active Directory Browser Errori SharePoint SharePoint 2010
03 mag 2013 Informatica Sincronizzare le proprietà degli utenti di SharePoint 2010 con Active Directory Questo script PowerShell per SharePoint 2010 (e Foundation) permette di sincronizzare le proprietà (name ed email) degli utenti del sito con le informazioni presenti in Active Directory... Active Directory Amministrazione PowerShell SharePoint SharePoint 2010 SharePoint Foundation
20 dic 2012 Informatica Cercare gli utenti in Active Directory da SharePoint in C# Tramite il metodo Microsoft.SharePoint.Utilities.SPUtility.SearchWindowsPrincipals di SharePoint 2010, è possibile interrogare Active Directory per cercare tutti gli utenti che corrispondono a una ... Active Directory C# SharePoint SharePoint 2010 SharePoint 2013 SharePoint 2016
03 apr 2012 Informatica Note su User Profile Service Application di SharePoint Brevi appunti sul servizio User Profile Service Application di SharePoint 2010 creare un accont AD con il con il privilegio Replicating Directory Changes da utilizzare per il servizio... Active Directory SharePoint SharePoint 2010 SharePoint 2013 SharePoint 2016
02 mag 2011 Informatica Cancellare da SharePoint 2010 gli utenti non esistenti in AD Questo script in PowerShell cicla su tutte le WebApplication e tutte le site Collection e cancella gli utenti presenti nel file e non più esistenti in Active Directory. Come input usa un file CSV ... Active Directory PowerShell SharePoint SharePoint 2010
20 apr 2011 Informatica Verificare se gli utenti della farm esistono in AD Questo script permette di ciclare su tutte le site collection di tutte le web application di una farm SharePoint 2010 ed elencare gli utenti che non esistono più in Active Directory. Active Directory PowerShell SharePoint SharePoint 2010
04 giu 2009 Informatica Interrogare AD per trovare i membri di un gruppo (dsquery) Tramite il comando dsquery è possibile interrogare Active Directory per avere l'elenco degli utenti che appartengono ad un gruppo. Active Directory Batch (.BAT) Script