23 dic 2016 Informatica Cancellare item in una lista SharePoint con PowerShell Normalmente per cancellare tutti gli item di una lista SharePoint si usa uno script PowerShell come questo... PowerShell Script SharePoint SharePoint 2010
28 ott 2016 Informatica SharePoint come accedere alla proprietà AssociatedOwnerGroup Se serve reimpostare i tre guppi che SharePoint chiede di scegliere o creare in fase di creazione di un nuovo sito, si può andare alla pagina ... Object Model PowerShell SharePoint SharePoint 2010 SharePoint 2013
19 ott 2016 Informatica I workflow di SharePoint non partono e danno un timeout HTTP Se capita questo errore con un Workflow di SharePoint 2013 C'è stato un problema System.TimeoutException: The HTTP request has timed out after 20000 milliseconds ... Errori PowerShell SharePoint SharePoint 2013 Workflow
27 set 2016 Informatica Come elencare tutti workflow definiti in SharePoint tramite PowerShell Con questo script PowerShell è possibile elencare tutti i workflow associati alle liste SharePoint presenti in una site collection o in tutte le site collection PowerShell SharePoint SharePoint 2010 SharePoint 2013 SharePoint Designer Workflow
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
19 feb 2016 Informatica Convertire un oggetto PowerShell in una stringa JSON Tramite PowerShell è possibile convertire un oggetto in una stringa JSON tramite il comando ConvertTo-Json . Partendo da un qualsiasi oggetto ad esempio: $obj = @{y=2016;m=2;d=19;time=@{h=13;m=15; ... JSON PowerShell
04 feb 2016 Informatica Creare oggetti custom in PowerShell Dalla PowerShell versione 3 è possibile creare degli oggetti custom in modo semplice tramite l'uso delle hash table e cast ad oggetto ... Esempi PowerShell
16 dic 2015 Informatica Download di un file di solution dal DB di SharePoint 2013 Tramite questo script PowerShell è possibile estrarre dal DB di SharePoint 2013 un file di solution (.wsp)... PowerShell SharePoint SharePoint 2010 SharePoint 2013 SharePoint 2016
22 set 2015 Informatica Recuperare il percorso corrente di uno script (ps1) PowerShell In PowerShell esiste la variabile $PWD che ritorna il percorso corrente . Nel caso di uno script il percorso di esecuzione non è detto che coincida con il percorso corrente. Per recuperare il perc ... Esempi PowerShell Script
06 mag 2015 Informatica Come elencare da PowerShell le solution SharePoint in deploying Tramite il comando PowerShell Get-SPSolution di SharePoint 2013 è possibile elencare tutte le solution installate. Filtrando per la proprietà JobExists è possibile vedere quali solution sono... PowerShell SharePoint SharePoint 2010 SharePoint 2013
17 apr 2015 Informatica Aggiungere o rimuovere un assembly dalla GAC tramite Powershell Il seguente script, se eseguito in elevata, permette di aggiungere un assembly alla gac tramite PowerShell : $assembly="c:\percorso\itextsharp.dll" # in alternativa per usare il percorso ... .NET C# PowerShell
12 feb 2015 Informatica Come ottenere il percorso della cartella documents in PowerShell Il percorso della cartella documenti (MyDocuments) dell'utente corrente in Powershell è dato dal metodo GetFolderPath dell'oggetto Environment : [Environment]::GetFolderPath... Errori PowerShell
04 feb 2015 Informatica Recuperare un file da un database di content di SharePoint tramite PowerShell Questo script PowerShell permette di recuperare un file da un content database di SharePoint 2010 . Non è necessario che il database sia agganciato alla Farm SharePoint. Vanno solo impostate le va ... PowerShell SharePoint SharePoint 2010 SQL SQL Server
14 gen 2015 Informatica Elencare tutte le liste di SharePoint abilitate per l'incoming e-mail Lo script PowerShell cerca in tutti i siti di tutte le site collection della web application SharePoint per trovare le liste che sono configurate per ricevere e-mail (Incoming e-mail). Il risultat ... PowerShell SharePoint SharePoint 2010 SharePoint 2013
13 gen 2015 Informatica SharePoint: This page is not using a valid page layout Questo errore This page is not using a valid page layout. To correct the problem, edit page settings and select a valid page layout. solitamente compare in SharePoint dopo un restore di un sito su ... Errori PowerShell SharePoint SharePoint 2010
20 nov 2014 Informatica Cambiare la scritta OneDrive in SharePoint 2013 Inserendo uno script JavaScript nella Suite Bar Branding di SharePoint 2013 (in alto a sinistra dove normalmente c'è la scritta "SharePoint"), è possibile cambiare la scritta OneDrive. JavaScript PowerShell SharePoint SharePoint 2013
14 ott 2014 Informatica Content databases contain orphaned items, Violation of PRIMARY KEY (SharePoint) A volte in SharePoint può comparire il seguente errore Content databases contain orphaned items. verificando con il comando PowerShell Get-SPContentDatabase... Errori PowerShell SharePoint SharePoint 2010
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
10 apr 2014 Informatica Modificare la mail di un utente SharePoint Uno script PowerShell per modificare la mail di un utente SharePoint quando non si ha configurato lo User Profile o i processi di sincronizzazione non stanno funzionando---. PowerShell SharePoint SharePoint 2010 SharePoint 2013
03 apr 2014 Informatica Elencare tutti gli utenti SharePoint che non hanno un gruppo assegnato Con questo script PowerShell è possibile elencare tutti gli utenti di una site collection SharePoint che non hanno un gruppo associato: $w=Get-SPWeb http://sharepoint.sgart.local/sites/example $w. ... PowerShell SharePoint SharePoint 2010 SharePoint 2013
11 mar 2014 Informatica Come testare l'invio mail di SharePoint da PowerShell Un esempio di come inviare una mail da PowerShell tramite il servizio di SharePoint. PowerShell SharePoint SharePoint 2010 SharePoint 2013
05 feb 2014 Informatica The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered Questo errore: The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered compare aprendo la PowerShell di SharePoint 2010/2013 se non è stata eseguita con elevati... Amministrazione Errori PowerShell SharePoint SharePoint 2010 SharePoint 2013 SQL Server
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
09 dic 2013 Informatica Come spostare i file di log vecchi in un altra posizione Questo script PowerShell permette di archiviare i file di log più vecchi di una certa data in un altra posizione. 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
28 nov 2013 Informatica Eseguire una specifica versione di PowerShell Puòm capitare di dover eseguire una versione prededente di PowerShell ad esempio su un Windows Server 2012 . Il comando per eseguire una versione specifica di PowerShell è il seguente: powershell ... PowerShell Script Server SharePoint SharePoint 2010 Windows Windows Server 2012
27 nov 2013 Informatica Come filtrare un file di log con PowerShell Tramite il comando Select-String , di PowerShell, è possibile cercare all'interno delle righe di un file di log in formato testo una o più occorrenze di una determinata stringa. Il comando per ... PowerShell Regular Expression Script Server